[bot] [main] Automated version update (#1949)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -3990,8 +3990,9 @@ spec:
|
||||
description: Minimum number of seconds for which a newly created pod
|
||||
should be ready without any of its container crashing for it to
|
||||
be considered available. Defaults to 0 (pod will be considered available
|
||||
as soon as it is ready) This is an alpha field and requires enabling
|
||||
StatefulSetMinReadySeconds feature gate.
|
||||
as soon as it is ready) This is an alpha field from kubernetes 1.22
|
||||
until 1.24 which requires enabling the StatefulSetMinReadySeconds
|
||||
feature gate.
|
||||
format: int32
|
||||
type: integer
|
||||
nodeSelector:
|
||||
@@ -4278,9 +4279,9 @@ spec:
|
||||
allows to remove any subPath usage in volume mounts.'
|
||||
type: boolean
|
||||
emptyDir:
|
||||
description: 'EmptyDirVolumeSource to be used by the Prometheus
|
||||
StatefulSets. If specified, used in place of any volumeClaimTemplate.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
description: 'EmptyDirVolumeSource to be used by the StatefulSet.
|
||||
If specified, used in place of any volumeClaimTemplate. More
|
||||
info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
properties:
|
||||
medium:
|
||||
description: 'medium represents what type of storage medium
|
||||
@@ -4303,9 +4304,9 @@ spec:
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
ephemeral:
|
||||
description: 'EphemeralVolumeSource to be used by the Prometheus
|
||||
StatefulSets. This is a beta field in k8s 1.21, for lower versions,
|
||||
starting with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
description: 'EphemeralVolumeSource to be used by the StatefulSet.
|
||||
This is a beta field in k8s 1.21, for lower versions, starting
|
||||
with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
feature gate. More info: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes'
|
||||
properties:
|
||||
volumeClaimTemplate:
|
||||
@@ -4522,7 +4523,10 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
volumeClaimTemplate:
|
||||
description: A PVC spec to be used by the Prometheus StatefulSets.
|
||||
description: A PVC spec to be used by the StatefulSet. The easiest
|
||||
way to use a volume that cannot be automatically provisioned
|
||||
(for whatever reason) is to use a label selector alongside manually
|
||||
created PersistentVolumes.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this
|
||||
|
||||
@@ -1048,6 +1048,53 @@ spec:
|
||||
Bearer, Basic will cause an error
|
||||
type: string
|
||||
type: object
|
||||
basicAuth:
|
||||
description: BasicAuth allow an endpoint to authenticate
|
||||
over basic authentication
|
||||
properties:
|
||||
password:
|
||||
description: The secret in the service monitor namespace
|
||||
that contains the password for authentication.
|
||||
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
|
||||
x-kubernetes-map-type: atomic
|
||||
username:
|
||||
description: The secret in the service monitor namespace
|
||||
that contains the username for authentication.
|
||||
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
|
||||
x-kubernetes-map-type: atomic
|
||||
type: object
|
||||
bearerTokenFile:
|
||||
description: BearerTokenFile to read from filesystem to
|
||||
use when authenticating to Alertmanager.
|
||||
@@ -4179,8 +4226,9 @@ spec:
|
||||
description: Minimum number of seconds for which a newly created pod
|
||||
should be ready without any of its container crashing for it to
|
||||
be considered available. Defaults to 0 (pod will be considered available
|
||||
as soon as it is ready) This is an alpha field and requires enabling
|
||||
StatefulSetMinReadySeconds feature gate.
|
||||
as soon as it is ready) This is an alpha field from kubernetes 1.22
|
||||
until 1.24 which requires enabling the StatefulSetMinReadySeconds
|
||||
feature gate.
|
||||
format: int32
|
||||
type: integer
|
||||
nodeSelector:
|
||||
@@ -5835,9 +5883,9 @@ spec:
|
||||
allows to remove any subPath usage in volume mounts.'
|
||||
type: boolean
|
||||
emptyDir:
|
||||
description: 'EmptyDirVolumeSource to be used by the Prometheus
|
||||
StatefulSets. If specified, used in place of any volumeClaimTemplate.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
description: 'EmptyDirVolumeSource to be used by the StatefulSet.
|
||||
If specified, used in place of any volumeClaimTemplate. More
|
||||
info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
properties:
|
||||
medium:
|
||||
description: 'medium represents what type of storage medium
|
||||
@@ -5860,9 +5908,9 @@ spec:
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
ephemeral:
|
||||
description: 'EphemeralVolumeSource to be used by the Prometheus
|
||||
StatefulSets. This is a beta field in k8s 1.21, for lower versions,
|
||||
starting with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
description: 'EphemeralVolumeSource to be used by the StatefulSet.
|
||||
This is a beta field in k8s 1.21, for lower versions, starting
|
||||
with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
feature gate. More info: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes'
|
||||
properties:
|
||||
volumeClaimTemplate:
|
||||
@@ -6079,7 +6127,10 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
volumeClaimTemplate:
|
||||
description: A PVC spec to be used by the Prometheus StatefulSets.
|
||||
description: A PVC spec to be used by the StatefulSet. The easiest
|
||||
way to use a volume that cannot be automatically provisioned
|
||||
(for whatever reason) is to use a label selector alongside manually
|
||||
created PersistentVolumes.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this
|
||||
|
||||
@@ -3658,8 +3658,9 @@ spec:
|
||||
description: Minimum number of seconds for which a newly created pod
|
||||
should be ready without any of its container crashing for it to
|
||||
be considered available. Defaults to 0 (pod will be considered available
|
||||
as soon as it is ready) This is an alpha field and requires enabling
|
||||
StatefulSetMinReadySeconds feature gate.
|
||||
as soon as it is ready) This is an alpha field from kubernetes 1.22
|
||||
until 1.24 which requires enabling the StatefulSetMinReadySeconds
|
||||
feature gate.
|
||||
format: int32
|
||||
type: integer
|
||||
nodeSelector:
|
||||
@@ -4090,9 +4091,9 @@ spec:
|
||||
allows to remove any subPath usage in volume mounts.'
|
||||
type: boolean
|
||||
emptyDir:
|
||||
description: 'EmptyDirVolumeSource to be used by the Prometheus
|
||||
StatefulSets. If specified, used in place of any volumeClaimTemplate.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
description: 'EmptyDirVolumeSource to be used by the StatefulSet.
|
||||
If specified, used in place of any volumeClaimTemplate. More
|
||||
info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
properties:
|
||||
medium:
|
||||
description: 'medium represents what type of storage medium
|
||||
@@ -4115,9 +4116,9 @@ spec:
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
ephemeral:
|
||||
description: 'EphemeralVolumeSource to be used by the Prometheus
|
||||
StatefulSets. This is a beta field in k8s 1.21, for lower versions,
|
||||
starting with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
description: 'EphemeralVolumeSource to be used by the StatefulSet.
|
||||
This is a beta field in k8s 1.21, for lower versions, starting
|
||||
with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
feature gate. More info: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes'
|
||||
properties:
|
||||
volumeClaimTemplate:
|
||||
@@ -4334,7 +4335,10 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
volumeClaimTemplate:
|
||||
description: A PVC spec to be used by the Prometheus StatefulSets.
|
||||
description: A PVC spec to be used by the StatefulSet. The easiest
|
||||
way to use a volume that cannot be automatically provisioned
|
||||
(for whatever reason) is to use a label selector alongside manually
|
||||
created PersistentVolumes.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this
|
||||
@@ -4875,6 +4879,9 @@ spec:
|
||||
file. When used alongside with TracingConfig, TracingConfigFile
|
||||
takes precedence.
|
||||
type: string
|
||||
version:
|
||||
description: Version of Thanos to be deployed.
|
||||
type: string
|
||||
volumes:
|
||||
description: Volumes allows configuration of additional volumes on
|
||||
the output StatefulSet definition. Volumes specified will be appended
|
||||
|
||||
Reference in New Issue
Block a user