Visualization operator - update/delete datasource
[demo.git] / vnfs / DAaaS / microservices / visualization-operator / pkg / apis / onap / v1alpha1 / grafanadatasource_types.go
index 6082006..47a372e 100644 (file)
@@ -4,15 +4,9 @@ import (
        metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 )
 
-// EDIT THIS FILE!  THIS IS SCAFFOLDING FOR YOU TO OWN!
-// NOTE: json tags are required.  Any new fields you add must have json tags for the fields to be serialized.
-
 // GrafanaDataSourceSpec defines the desired state of GrafanaDataSource
 // +k8s:openapi-gen=true
 type GrafanaDataSourceSpec struct {
-       // 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
        Datasources []Datasource      `json:"datasources"`
        Grafana     map[string]string `json:"grafana"`
 }