Added Status Handler for Collectd Operator
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / apis / onap / v1alpha1 / zz_generated.openapi.go
index d582124..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,8 +109,14 @@ func schema_pkg_apis_onap_v1alpha1_CollectdPluginStatus(ref common.ReferenceCall
                                                        },
                                                },
                                        },
+                                       "status": {
+                                               SchemaProps: spec.SchemaProps{
+                                                       Type:   []string{"string"},
+                                                       Format: "",
+                                               },
+                                       },
                                },
-                               Required: []string{"collectdAgents"},
+                               Required: []string{"status"},
                        },
                },
                Dependencies: []string{},