fix: correct fieldManager parameter in makeClusterCreateCallBuilder#4140
Conversation
|
|
|
Welcome @zongzewu23! |
Fix typo where .dryRun() was called twice instead of .fieldManager() in GenericKubernetesApi.makeClusterCreateCallBuilder method.
3a8a1e8 to
87886d5
Compare
|
/lgtm Thanks! (bonus points if we add a unit test for this :) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, zongzewu23 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix typo where .dryRun() was called twice instead of .fieldManager() in GenericKubernetesApi.makeClusterCreateCallBuilder method.
Fixes #4138