-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Describe the bug
Line 1917
kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationV1Api.java
final String[] localVarContentTypes = {
"application/json"
};Client Version
25.0.0
Kubernetes Version
1.33
Java Version
Java 21
To Reproduce
Any call of .execute() after
public APIpatchNamespacedLeaseRequest patchNamespacedLease(@jakarta.annotation.Nonnull String name, @jakarta.annotation.Nonnull String namespace, @jakarta.annotation.Nonnull V1Patch body) {
return new APIpatchNamespacedLeaseRequest(name, namespace, body);
}
KubeConfig
Not applicable.
Server (please complete the following information):
Not applicable – the Server does not affect this issue.
Additional context
Not applicable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.