Added CollectdPlugin delete event handler
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / apis / onap / v1alpha1 / collectdplugin_types.go
index d29498e..5f1c0a8 100644 (file)
@@ -1,7 +1,6 @@
 package v1alpha1
 
 import (
-       corev1 "k8s.io/api/core/v1"
        metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 )
 
@@ -26,7 +25,6 @@ type CollectdPluginStatus struct {
        // Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
        // CollectdAgents are the collectd pods in the Daemonset
        CollectdAgents []string         `json:"collectdAgents"`
-       CollectdConf   corev1.ConfigMap `json:"collectdConf"`
 }
 
 // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object