File tree 1 file changed +1
-2
lines changed
pkg/handlers/generic/mutation/extraapiservercertsans
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
runtimehooksv1 "sigs.k8s.io/cluster-api/exp/runtime/hooks/api/v1alpha1"
14
14
ctrl "sigs.k8s.io/controller-runtime"
15
15
"sigs.k8s.io/controller-runtime/pkg/client"
16
- ctrlclient "sigs.k8s.io/controller-runtime/pkg/client"
17
16
18
17
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api/v1alpha1"
19
18
"github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common/pkg/capi/clustertopology/handlers/mutation"
@@ -52,7 +51,7 @@ func (h *extraAPIServerCertSANsPatchHandler) Mutate(
52
51
obj * unstructured.Unstructured ,
53
52
vars map [string ]apiextensionsv1.JSON ,
54
53
holderRef runtimehooksv1.HolderReference ,
55
- clusterKey ctrlclient .ObjectKey ,
54
+ clusterKey client .ObjectKey ,
56
55
_ mutation.ClusterGetter ,
57
56
) error {
58
57
log := ctrl .LoggerFrom (ctx ).WithValues (
You can’t perform that action at this time.
0 commit comments