ObserverSpec 🔗︎
ObserverSpec defines the desired state of Observer 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
thanos | Thanos | No | - | Thanos component descriptor |
logging | Logging | No | - | Logging component descriptor |
prometheus | Prometheus | No | - | Prometheus component descriptor |
certmanager | CertManager | No | - | CertManager component descriptor |
loki | Loki | No | - | Loki component descriptor |
ingress | Ingress | No | - | Ingress component descriptor |
elasticSearch | ElasticSearch | No | - | ElasticSearch component descriptor |
controlNamespace | string | Yes | - | Observer will be placed into this namespace |
ObserverStatus 🔗︎
ObserverStatus defines the observed state of Observer 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
certmanager | CertManagerStatus | No | - | |
elasticSearch | ElasticSearchStatus | No | - | |
ingress | IngressStatus | No | - | |
logging | LoggingStatus | No | - | |
loki | LokiStatus | No | - | |
prometheus | PrometheusStatus | No | - | |
thanos | ThanosStatus | No | - |
Observer 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
metav1.TypeMeta | Yes | - | ||
metadata | metav1.ObjectMeta | No | - | |
spec | ObserverSpec | No | - | |
status | ObserverStatus | No | - |
ObserverList 🔗︎
ObserverList contains a list of Observer 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
metav1.TypeMeta | Yes | - | ||
metadata | metav1.ListMeta | No | - | |
items | []Observer | Yes | - |