From a90594a9e8904ac30e1936dd307d72e59fe427d0 Mon Sep 17 00:00:00 2001 From: Himanshu Pandey Date: Tue, 11 Feb 2020 12:49:50 -0800 Subject: [PATCH] fix the import issue --- api/v1alpha3/machinedeployment_webhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha3/machinedeployment_webhook.go b/api/v1alpha3/machinedeployment_webhook.go index d742544c7266..1feaad4752e8 100644 --- a/api/v1alpha3/machinedeployment_webhook.go +++ b/api/v1alpha3/machinedeployment_webhook.go @@ -28,6 +28,7 @@ import ( "k8s.io/utils/pointer" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/webhook" + clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3" ) func (m *MachineDeployment) SetupWebhookWithManager(mgr ctrl.Manager) error {