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. 18 days ago
good first issue
[Umbrella Issue] Many tests use Thread.sleep instead of synchronization primitives about 2 months ago
lifecycle/frozen good first issue
Remove unused dependencies from pom.xml 7 months ago
good first issue
Incorrect User-Agent 8 months ago
good first issue
PortForwardResult does not expose methods to close WebSocketStreamHandler nor expose is state 8 months ago
good first issue
good first issue
good first issue
good first issue
Vulnerability in the adl4j dependency 10 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