aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-08 11:26:47 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-13 18:08:55 +0000
commitfb9b7baa506e5c92bc243a30364e9f72ecd9c3f1 (patch)
tree427183f34e0f12b56be05c9175dbdf83bb5a1234 /vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml
parent2026cb5283fbc44a4f68641f6e85628381ebda04 (diff)
Remote Write Config and Filter operator
Added support for Kafka Remote writer Issue-ID: ONAPARC-393 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I46555a15b0f326ffcd305d28e82d244c86a34644
Diffstat (limited to 'vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml')
-rw-r--r--vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml22
1 files changed, 20 insertions, 2 deletions
diff --git a/vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml b/vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml
index 2903563c..84590a05 100644
--- a/vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml
+++ b/vnfs/DAaaS/microservices/remote-config-operator/deploy/crds/onap.org_prometheusremoteendpoints_crd.yaml
@@ -32,7 +32,7 @@ spec:
spec:
description: PrometheusRemoteEndpointSpec defines the desired state of PrometheusRemoteEndpoint
properties:
- adapterUrl:
+ adapterURL:
type: string
filterSelector:
description: A label selector is a label query over a set of resources.
@@ -83,6 +83,8 @@ spec:
kafkaConfig:
type: string
queueConfig:
+ description: QueueConfig - defines the prometheus remote write queue
+ configurations
properties:
batchSendDeadline:
type: string
@@ -106,12 +108,28 @@ spec:
type:
type: string
required:
- - adapterUrl
+ - adapterURL
- type
type: object
status:
description: PrometheusRemoteEndpointStatus defines the observed state of
PrometheusRemoteEndpoint
+ properties:
+ kafkaWriterID:
+ type: string
+ prometheusInstance:
+ 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-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
+ Status can be Error, Enabled'
+ type: string
+ remoteURL:
+ type: string
+ status:
+ type: string
+ required:
+ - status
type: object
type: object
version: v1alpha1