Skip to content

Commit 4381496

Browse files
committed
updated prism central endpoint mutation
1 parent 3b35c07 commit 4381496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/handlers/nutanix/mutation/metapatch_handler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ import (
1010
"github.com/d2iq-labs/capi-runtime-extensions/common/pkg/capi/clustertopology/handlers/mutation"
1111
genericmutation "github.com/d2iq-labs/capi-runtime-extensions/pkg/handlers/generic/mutation"
1212
"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"
1314
)
1415

1516
// MetaPatchHandler returns a meta patch handler for mutating CAPX clusters.
1617
func MetaPatchHandler(mgr manager.Manager) handlers.Named {
1718
patchHandlers := append(
1819
[]mutation.MetaMutator{
19-
controlplaneendpoint.NewPatch(),
20+
prismcentralendpoint.NewPatch(),
2021
},
2122
genericmutation.MetaMutators(mgr)...,
2223
)

0 commit comments

Comments
 (0)