upgrade prometheus-operator to v0.36.0
This commit is contained in:
@@ -6,6 +6,18 @@ metadata:
|
||||
creationTimestamp: null
|
||||
name: prometheuses.monitoring.coreos.com
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
- JSONPath: .spec.version
|
||||
description: The version of Prometheus
|
||||
name: Version
|
||||
type: string
|
||||
- JSONPath: .spec.replicas
|
||||
description: The desired replicas number of Prometheuses
|
||||
name: Replicas
|
||||
type: integer
|
||||
- JSONPath: .metadata.creationTimestamp
|
||||
name: Age
|
||||
type: date
|
||||
group: monitoring.coreos.com
|
||||
names:
|
||||
kind: Prometheus
|
||||
@@ -13,6 +25,7 @@ spec:
|
||||
plural: prometheuses
|
||||
singular: prometheus
|
||||
scope: Namespaced
|
||||
subresources: {}
|
||||
validation:
|
||||
openAPIV3Schema:
|
||||
description: Prometheus defines a Prometheus deployment.
|
||||
@@ -4513,6 +4526,25 @@ spec:
|
||||
Defaults to the value of `version`. Version is ignored if Tag
|
||||
is set.
|
||||
type: string
|
||||
tracingConfig:
|
||||
description: TracingConfig configures tracing in Thanos. This is
|
||||
an experimental feature, it may change in any upcoming release
|
||||
in a breaking way.
|
||||
properties:
|
||||
key:
|
||||
description: The key of the secret to select from. Must be
|
||||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be defined
|
||||
type: boolean
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
version:
|
||||
description: Version describes the version of Thanos to use.
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user