We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df4a4a commit 19635b4Copy full SHA for 19635b4
main.go
@@ -21,8 +21,6 @@ import (
21
"flag"
22
"os"
23
24
- "sigs.k8s.io/controller-runtime/pkg/webhook"
25
-
26
//+kubebuilder:scaffold:imports
27
"k8s.io/apimachinery/pkg/runtime"
28
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
@@ -36,6 +34,7 @@ import (
36
34
"sigs.k8s.io/controller-runtime/pkg/cache"
37
35
"sigs.k8s.io/controller-runtime/pkg/healthz"
38
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
+ "sigs.k8s.io/controller-runtime/pkg/webhook"
39
40
"sigs.k8s.io/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
41
"sigs.k8s.io/cluster-api-ipam-provider-in-cluster/api/v1alpha2"
0 commit comments