fix(deps) update kube-state-metrics source repo branch to main (#1968)
* update ksm target git branch name * `jb update`; `make generate`
This commit is contained in:
@@ -4381,6 +4381,12 @@ spec:
|
||||
the resource's namespace. If present, it will be added to the generated
|
||||
Alertmanager configuration as a first-level route.
|
||||
properties:
|
||||
activeTimeIntervals:
|
||||
description: ActiveTimeIntervals is a list of MuteTimeInterval
|
||||
names when this route should be active.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
continue:
|
||||
description: Boolean indicating whether an alert should continue
|
||||
matching subsequent sibling nodes. It will always be overridden
|
||||
|
||||
@@ -2719,6 +2719,16 @@ spec:
|
||||
to ensure the Prometheus Operator knows what version of Alertmanager
|
||||
is being configured.
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: Image pull policy for the 'alertmanager', 'init-config-reloader'
|
||||
and 'config-reloader' containers. See https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
||||
for more details.
|
||||
enum:
|
||||
- ""
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
description: An optional list of references to secrets in the same
|
||||
namespace to use for pulling prometheus and alertmanager images
|
||||
|
||||
@@ -2954,6 +2954,16 @@ spec:
|
||||
to ensure the Prometheus Operator knows what version of Prometheus
|
||||
is being configured.
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: Image pull policy for the 'prometheus', 'init-config-reloader'
|
||||
and 'config-reloader' containers. See https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
||||
for more details.
|
||||
enum:
|
||||
- ""
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
description: An optional list of references to secrets in the same
|
||||
namespace to use for pulling prometheus and alertmanager images
|
||||
|
||||
@@ -55,7 +55,6 @@ spec:
|
||||
minLength: 1
|
||||
type: string
|
||||
partial_response_strategy:
|
||||
default: ""
|
||||
description: 'PartialResponseStrategy is only used by ThanosRuler
|
||||
and will be ignored by Prometheus instances. More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response'
|
||||
pattern: ^(?i)(abort|warn)?$
|
||||
|
||||
@@ -2381,6 +2381,16 @@ spec:
|
||||
image:
|
||||
description: Thanos container image URL.
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: Image pull policy for the 'thanos', 'init-config-reloader'
|
||||
and 'config-reloader' containers. See https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
||||
for more details.
|
||||
enum:
|
||||
- ""
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
description: An optional list of references to secrets in the same
|
||||
namespace to use for pulling thanos images from registries see http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod
|
||||
|
||||
Reference in New Issue
Block a user