X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fmicroservices%2Fcollectd-operator%2Fpkg%2Fapis%2Fonap%2Fv1alpha1%2Fcollectdplugin_types.go;h=eb3386398e71794418d224aa2880dba2509d8836;hb=ebc40b61c64d5f06b5fe2b4d886ed4e5748db6d3;hp=065f14c4a23cded91d5ae2da29ed6026dfc24ba0;hpb=d59e778f2b97c96fe7f6c3945f4bb9c91ff01e74;p=demo.git diff --git a/vnfs/DAaaS/microservices/collectd-operator/pkg/apis/onap/v1alpha1/collectdplugin_types.go b/vnfs/DAaaS/microservices/collectd-operator/pkg/apis/onap/v1alpha1/collectdplugin_types.go index 065f14c4..eb338639 100644 --- a/vnfs/DAaaS/microservices/collectd-operator/pkg/apis/onap/v1alpha1/collectdplugin_types.go +++ b/vnfs/DAaaS/microservices/collectd-operator/pkg/apis/onap/v1alpha1/collectdplugin_types.go @@ -4,18 +4,17 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) - const ( //Initial indicates the initial status of CollectdPlugin - Initial = "" + Initial = "" //Created indicates the status of CollectdPlugin after first reconcile - Created = "Created" + Created = "Created" //Enabled indicates the status of CollectdPlugin after all the pods are reloaded - Enabled = "Enabled" + Enabled = "Enabled" //Deleting state - Deleting = "Deleting" + Deleting = "Deleting" //Deprecated state when a plugin with same name is created. Old plugin gets deprecated and deleted eventually. - Deprecated = "Deprecated" + Deprecated = "Deprecated" ) // EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN!