Open Issues Need Help
View All on GitHub GenericKubernetesApi.makeClusterCreateCallBuilder about 2 months 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