File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
pkg/handlers/v3/generic/mutation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import (
2020 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/imageregistries/credentials"
2121 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/kubernetesimagerepository"
2222 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/mirrors"
23+ "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/nodelabels"
2324 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/noderegistration"
2425 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/taints"
2526 "github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pkg/handlers/generic/mutation/users"
@@ -68,5 +69,6 @@ func WorkerMetaMutators() []mutation.MetaMutator {
6869 return []mutation.MetaMutator {
6970 taints .NewWorkerPatch (),
7071 noderegistration .NewWorkerPatch (),
72+ nodelabels .NewWorkerPatch (),
7173 }
7274}
You can’t perform that action at this time.
0 commit comments