-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
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.
Metadata
Metadata
Assignees
Labels
No labels