File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,8 @@ func MetaWorkerPatchHandler(mgr manager.Manager) handlers.Named {
5151 }
5252 patchHandlers = append (patchHandlers , genericmutationvprev .WorkerMetaMutators ()... )
5353
54- // The previous handler did not have "v2" in the name.
5554 return mutation .NewMetaGeneratePatchesHandler (
56- "awsWorkerConfigPatch " ,
55+ "awsWorkerV3ConfigPatch " ,
5756 mgr .GetClient (),
5857 patchHandlers ... ,
5958 )
Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ func MetaWorkerPatchHandler(mgr manager.Manager) handlers.Named {
3434 }
3535 patchHandlers = append (patchHandlers , genericmutationvprev .WorkerMetaMutators ()... )
3636
37- // The previous handler did not have "v2" in the name.
3837 return mutation .NewMetaGeneratePatchesHandler (
39- "dockerWorkerConfigPatch " ,
38+ "dockerWorkerV3ConfigPatch " ,
4039 mgr .GetClient (),
4140 patchHandlers ... ,
4241 )
Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ func MetaWorkerPatchHandler(mgr manager.Manager) handlers.Named {
4040 }
4141 patchHandlers = append (patchHandlers , genericmutationvprev .WorkerMetaMutators ()... )
4242
43- // The previous handler did not have "v2" in the name.
4443 return mutation .NewMetaGeneratePatchesHandler (
45- "nutanixWorkerConfigPatch " ,
44+ "nutanixWorkerV3ConfigPatch " ,
4645 mgr .GetClient (),
4746 patchHandlers ... ,
4847 )
You can’t perform that action at this time.
0 commit comments