Open Issues Need Help
View All on GitHub Latest release 20.0.1 doesn't contain "client-java-contrib" module that contains V1 cert-manager models. 2 months ago
good first issue
lifecycle/frozen good first issue
Remove unused dependencies from pom.xml 8 months ago
good first issue
Incorrect User-Agent 10 months ago
good first issue
PortForwardResult does not expose methods to close WebSocketStreamHandler nor expose is state 10 months ago
good first issue
good first issue
how to submit a yaml like kubectl create -f file.yaml ? 10 months ago
good first issue
good first issue
Vulnerability in the adl4j dependency 12 months ago
good first issue
GenericKubernetesApi.makeClusterCreateCallBuilder about 1 year ago
AI Summary: The task is to fix a bug in the Kubernetes Java client library's `GenericKubernetesApi.makeClusterCreateCallBuilder` method. The method incorrectly handles `CreateOptions`, resulting in the `dryRun` parameter being overwritten and the `fieldManager` parameter missing from the API call. The solution involves correcting the method to properly set both `dryRun` and `fieldManager` parameters based on the values provided in `CreateOptions`.
Complexity:
4/5
good first issue