Added Status Handler for Collectd Operator
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / apis / onap / v1alpha1 / zz_generated.openapi.go
index 97bd060..c58baaa 100644 (file)
@@ -97,7 +97,7 @@ func schema_pkg_apis_onap_v1alpha1_CollectdPluginStatus(ref common.ReferenceCall
                                Properties: map[string]spec.Schema{
                                        "collectdAgents": {
                                                SchemaProps: spec.SchemaProps{
-                                                       Description: "INSERT ADDITIONAL STATUS FIELD - define observed 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 CollectdAgents are the collectd pods in the Daemonset",
+                                                       Description: "CollectdAgents are the collectd pods in the Daemonset Status can be one of \"\", Created, Deleting, Applied, Deprecated",
                                                        Type:        []string{"array"},
                                                        Items: &spec.SchemaOrArray{
                                                                Schema: &spec.Schema{
@@ -109,16 +109,16 @@ func schema_pkg_apis_onap_v1alpha1_CollectdPluginStatus(ref common.ReferenceCall
                                                        },
                                                },
                                        },
-                                       "collectdConf": {
+                                       "status": {
                                                SchemaProps: spec.SchemaProps{
-                                                       Ref: ref("k8s.io/api/core/v1.ConfigMap"),
+                                                       Type:   []string{"string"},
+                                                       Format: "",
                                                },
                                        },
                                },
-                               Required: []string{"collectdAgents", "collectdConf"},
+                               Required: []string{"status"},
                        },
                },
-               Dependencies: []string{
-                       "k8s.io/api/core/v1.ConfigMap"},
+               Dependencies: []string{},
        }
 }