Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / deploy / crds / onap_v1alpha1_collectdplugin_cr.yaml
diff --git a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_cr.yaml b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_cr.yaml
new file mode 100644 (file)
index 0000000..a468429
--- /dev/null
@@ -0,0 +1,10 @@
+apiVersion: onap.org/v1alpha1
+kind: CollectdPlugin
+metadata:
+  name: example-collectdplugin
+spec:
+  # Add fields here
+  pluginName: "cpu"
+  pluginConf: |
+    <Plugin "cpu">
+    </Plugin>