diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-07-19 19:13:55 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-07-22 20:29:28 +0000 |
commit | a4a006a7b3f687310e02975d99bf452215d441a6 (patch) | |
tree | 91a9cc42a0900f94b69eaf304d252a90bf5db118 /vnfs/DAaaS/microservices/collectd-operator/deploy | |
parent | 18909c10d00e4591f931475a1082edb209b66071 (diff) |
Added Status Handler for Collectd Operator
Added status handler for secodary resources like Daemonset updates
Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: I8b5cac7dde9afe355be9468fc5c925b658c78fc6
Diffstat (limited to 'vnfs/DAaaS/microservices/collectd-operator/deploy')
-rw-r--r-- | vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml index e59c74f7..b0078cdf 100644 --- a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml +++ b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml @@ -44,16 +44,15 @@ spec: status: properties: collectdAgents: - 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 items: type: string type: array + status: + type: string required: - - collectdAgents + - status type: object version: v1alpha1 versions: |