1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

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

Official Java client library for kubernetes

Java