You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring-satellite/manifests/crds/prometheusOperator-0alertmanagerCustomResourceDefinition.yaml
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ kind: CustomResourceDefinition
3
3
metadata:
4
4
annotations:
5
5
argocd.argoproj.io/sync-options: Replace=true
6
-
controller-gen.kubebuilder.io/version: v0.17.3
7
-
operator.prometheus.io/version: 0.82.1
6
+
controller-gen.kubebuilder.io/version: v0.18.0
7
+
operator.prometheus.io/version: 0.82.2
8
8
name: alertmanagers.monitoring.coreos.com
9
9
spec:
10
10
group: monitoring.coreos.com
@@ -370,7 +370,6 @@ spec:
370
370
pod labels will be ignored. The default value is empty.
371
371
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
372
372
Also, matchLabelKeys cannot be set when labelSelector isn't set.
373
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
374
373
items:
375
374
type: string
376
375
type: array
@@ -385,7 +384,6 @@ spec:
385
384
pod labels will be ignored. The default value is empty.
386
385
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
387
386
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
388
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
389
387
items:
390
388
type: string
391
389
type: array
@@ -546,7 +544,6 @@ spec:
546
544
pod labels will be ignored. The default value is empty.
547
545
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
548
546
Also, matchLabelKeys cannot be set when labelSelector isn't set.
549
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
550
547
items:
551
548
type: string
552
549
type: array
@@ -561,7 +558,6 @@ spec:
561
558
pod labels will be ignored. The default value is empty.
562
559
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
563
560
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
564
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
565
561
items:
566
562
type: string
567
563
type: array
@@ -715,7 +711,6 @@ spec:
715
711
pod labels will be ignored. The default value is empty.
716
712
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
717
713
Also, matchLabelKeys cannot be set when labelSelector isn't set.
718
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
719
714
items:
720
715
type: string
721
716
type: array
@@ -730,7 +725,6 @@ spec:
730
725
pod labels will be ignored. The default value is empty.
731
726
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
732
727
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
733
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
734
728
items:
735
729
type: string
736
730
type: array
@@ -891,7 +885,6 @@ spec:
891
885
pod labels will be ignored. The default value is empty.
892
886
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
893
887
Also, matchLabelKeys cannot be set when labelSelector isn't set.
894
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
895
888
items:
896
889
type: string
897
890
type: array
@@ -906,7 +899,6 @@ spec:
906
899
pod labels will be ignored. The default value is empty.
907
900
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
908
901
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
909
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
910
902
items:
911
903
type: string
912
904
type: array
@@ -2675,7 +2667,7 @@ spec:
2675
2667
Values defined by an Env with a duplicate key will take precedence.
2676
2668
Cannot be updated.
2677
2669
items:
2678
-
description: EnvFromSource represents the source of a set of ConfigMaps
2670
+
description: EnvFromSource represents the source of a set of ConfigMaps or Secrets
2679
2671
properties:
2680
2672
configMapRef:
2681
2673
description: The ConfigMap to select from
@@ -2695,7 +2687,7 @@ spec:
2695
2687
type: object
2696
2688
x-kubernetes-map-type: atomic
2697
2689
prefix:
2698
-
description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
2690
+
description: Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.
2699
2691
type: string
2700
2692
secretRef:
2701
2693
description: The Secret to select from
@@ -2944,6 +2936,12 @@ spec:
2944
2936
- port
2945
2937
type: object
2946
2938
type: object
2939
+
stopSignal:
2940
+
description: |-
2941
+
StopSignal defines which signal will be sent to a container when it is being stopped.
2942
+
If not specified, the default is defined by the container runtime in use.
2943
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
2944
+
type: string
2947
2945
type: object
2948
2946
livenessProbe:
2949
2947
description: |-
@@ -4189,7 +4187,7 @@ spec:
4189
4187
Values defined by an Env with a duplicate key will take precedence.
4190
4188
Cannot be updated.
4191
4189
items:
4192
-
description: EnvFromSource represents the source of a set of ConfigMaps
4190
+
description: EnvFromSource represents the source of a set of ConfigMaps or Secrets
4193
4191
properties:
4194
4192
configMapRef:
4195
4193
description: The ConfigMap to select from
@@ -4209,7 +4207,7 @@ spec:
4209
4207
type: object
4210
4208
x-kubernetes-map-type: atomic
4211
4209
prefix:
4212
-
description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
4210
+
description: Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.
4213
4211
type: string
4214
4212
secretRef:
4215
4213
description: The Secret to select from
@@ -4458,6 +4456,12 @@ spec:
4458
4456
- port
4459
4457
type: object
4460
4458
type: object
4459
+
stopSignal:
4460
+
description: |-
4461
+
StopSignal defines which signal will be sent to a container when it is being stopped.
4462
+
If not specified, the default is defined by the container runtime in use.
4463
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
4464
+
type: string
4461
4465
type: object
4462
4466
livenessProbe:
4463
4467
description: |-
@@ -6672,7 +6676,6 @@ spec:
6672
6676
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
6673
6677
6674
6678
If this value is nil, the behavior is equivalent to the Honor policy.
6675
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6676
6679
type: string
6677
6680
nodeTaintsPolicy:
6678
6681
description: |-
@@ -6683,7 +6686,6 @@ spec:
6683
6686
- Ignore: node taints are ignored. All nodes are included.
6684
6687
6685
6688
If this value is nil, the behavior is equivalent to the Ignore policy.
6686
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6687
6689
type: string
6688
6690
topologyKey:
6689
6691
description: |-
@@ -7679,7 +7681,7 @@ spec:
7679
7681
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
7680
7682
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
7681
7683
The volume will be mounted read-only (ro) and non-executable files (noexec).
7682
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
7684
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
7683
7685
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments