From c3ef7c3f40f6aa4a14a98301ae12bfa11b1a12c3 Mon Sep 17 00:00:00 2001 From: Srivahni Date: Thu, 29 Aug 2019 12:06:51 -0700 Subject: Visualization operator - update/delete datasource Added support in the visualization operator to update or delete an existing grafana datasource dynamically. Issue-ID: ONAPARC-393 Signed-off-by: Srivahni Change-Id: I814cca8e5b4f7f5832a948449cf545cecd25b1f9 --- .../deploy/crds/onap_v1alpha1_grafanadatasource_crd.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vnfs/DAaaS/microservices/visualization-operator/deploy') diff --git a/vnfs/DAaaS/microservices/visualization-operator/deploy/crds/onap_v1alpha1_grafanadatasource_crd.yaml b/vnfs/DAaaS/microservices/visualization-operator/deploy/crds/onap_v1alpha1_grafanadatasource_crd.yaml index 39b78d9a..22925cfe 100644 --- a/vnfs/DAaaS/microservices/visualization-operator/deploy/crds/onap_v1alpha1_grafanadatasource_crd.yaml +++ b/vnfs/DAaaS/microservices/visualization-operator/deploy/crds/onap_v1alpha1_grafanadatasource_crd.yaml @@ -30,10 +30,6 @@ spec: spec: properties: datasources: - description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster - Important: Run "operator-sdk generate k8s" to regenerate code after - modifying this file Add custom validation using kubebuilder tags: - https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html' items: properties: access: -- cgit