visualization operator: Add datasource
[demo.git] / vnfs / DAaaS / microservices / visualization-operator / pkg / apis / addtoscheme_onap_v1alpha1.go
diff --git a/vnfs/DAaaS/microservices/visualization-operator/pkg/apis/addtoscheme_onap_v1alpha1.go b/vnfs/DAaaS/microservices/visualization-operator/pkg/apis/addtoscheme_onap_v1alpha1.go
new file mode 100644 (file)
index 0000000..57e6df9
--- /dev/null
@@ -0,0 +1,10 @@
+package apis
+
+import (
+       "visualization-operator/pkg/apis/onap/v1alpha1"
+)
+
+func init() {
+       // Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
+       AddToSchemes = append(AddToSchemes, v1alpha1.SchemeBuilder.AddToScheme)
+}