BPA Provisioning CRD and Controller
[icn.git] / cmd / bpa-operator / tools.go
diff --git a/cmd/bpa-operator/tools.go b/cmd/bpa-operator/tools.go
new file mode 100644 (file)
index 0000000..648413f
--- /dev/null
@@ -0,0 +1,7 @@
+// +build tools
+
+package tools
+
+import (
+       _ "sigs.k8s.io/controller-tools/pkg/crd/generator"
+)