Skip to content

Commit

Permalink
fix the import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Pandey committed Feb 11, 2020
1 parent 49d2b3d commit a90594a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha3/machinedeployment_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a90594a

Please sign in to comment.