File tree 1 file changed +2
-1
lines changed
pkg/handlers/nutanix/mutation
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ import (
10
10
"github.com/d2iq-labs/capi-runtime-extensions/common/pkg/capi/clustertopology/handlers/mutation"
11
11
genericmutation "github.com/d2iq-labs/capi-runtime-extensions/pkg/handlers/generic/mutation"
12
12
"github.com/d2iq-labs/capi-runtime-extensions/pkg/handlers/nutanix/mutation/controlplaneendpoint"
13
+ "github.com/d2iq-labs/capi-runtime-extensions/pkg/handlers/nutanix/mutation/prismcentralendpoint"
13
14
)
14
15
15
16
// MetaPatchHandler returns a meta patch handler for mutating CAPX clusters.
16
17
func MetaPatchHandler (mgr manager.Manager ) handlers.Named {
17
18
patchHandlers := append (
18
19
[]mutation.MetaMutator {
19
- controlplaneendpoint .NewPatch (),
20
+ prismcentralendpoint .NewPatch (),
20
21
},
21
22
genericmutation .MetaMutators (mgr )... ,
22
23
)
You can’t perform that action at this time.
0 commit comments