Merge "BPA Provisioning CRD and Controller" into dev/icn-v0.1.0
[icn.git] / cmd / bpa-operator / pkg / controller / add_provisioning.go
diff --git a/cmd/bpa-operator/pkg/controller/add_provisioning.go b/cmd/bpa-operator/pkg/controller/add_provisioning.go
new file mode 100644 (file)
index 0000000..4f853cd
--- /dev/null
@@ -0,0 +1,10 @@
+package controller
+
+import (
+       "github.com/bpa-operator/pkg/controller/provisioning"
+)
+
+func init() {
+       // AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
+       AddToManagerFuncs = append(AddToManagerFuncs, provisioning.Add)
+}