Collectd Operator - Added TypesDB feature support
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / apis / onap / v1alpha1 / collectdglobal_types.go
index 1094271..d5c69fb 100644 (file)
@@ -12,8 +12,8 @@ type CollectdGlobalSpec struct {
        // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
        // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
        // Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
-       GlobalOptions   string  `json:"globalOptions"`
-       ConfigMap               string  `json:"configMap,omitempty"`
+       GlobalOptions string `json:"globalOptions"`
+       ConfigMap     string `json:"configMap,omitempty"`
 }
 
 // CollectdGlobalStatus defines the observed state of CollectdGlobal