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: crds/cache.cs.sap.com_redis.yaml
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,6 @@ spec:
330
330
pod labels will be ignored. The default value is empty.
331
331
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
332
332
Also, matchLabelKeys cannot be set when labelSelector isn't set.
333
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
334
333
items:
335
334
type: string
336
335
type: array
@@ -345,7 +344,6 @@ spec:
345
344
pod labels will be ignored. The default value is empty.
346
345
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
347
346
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
348
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
349
347
items:
350
348
type: string
351
349
type: array
@@ -511,7 +509,6 @@ spec:
511
509
pod labels will be ignored. The default value is empty.
512
510
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
513
511
Also, matchLabelKeys cannot be set when labelSelector isn't set.
514
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
515
512
items:
516
513
type: string
517
514
type: array
@@ -526,7 +523,6 @@ spec:
526
523
pod labels will be ignored. The default value is empty.
527
524
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
528
525
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
529
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
530
526
items:
531
527
type: string
532
528
type: array
@@ -689,7 +685,6 @@ spec:
689
685
pod labels will be ignored. The default value is empty.
690
686
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
691
687
Also, matchLabelKeys cannot be set when labelSelector isn't set.
692
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
693
688
items:
694
689
type: string
695
690
type: array
@@ -704,7 +699,6 @@ spec:
704
699
pod labels will be ignored. The default value is empty.
705
700
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
706
701
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
707
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
708
702
items:
709
703
type: string
710
704
type: array
@@ -870,7 +864,6 @@ spec:
870
864
pod labels will be ignored. The default value is empty.
871
865
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
872
866
Also, matchLabelKeys cannot be set when labelSelector isn't set.
873
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
874
867
items:
875
868
type: string
876
869
type: array
@@ -885,7 +878,6 @@ spec:
885
878
pod labels will be ignored. The default value is empty.
886
879
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
887
880
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
888
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
889
881
items:
890
882
type: string
891
883
type: array
@@ -2431,7 +2423,7 @@ spec:
2431
2423
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.
2432
2424
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.
2433
2425
The volume will be mounted read-only (ro) and non-executable files (noexec).
2434
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
2426
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
2435
2427
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
2436
2428
properties:
2437
2429
pullPolicy:
@@ -4236,7 +4228,7 @@ spec:
4236
4228
Cannot be updated.
4237
4229
items:
4238
4230
description: EnvFromSource represents the source of a set
4239
-
of ConfigMaps
4231
+
of ConfigMaps or Secrets
4240
4232
properties:
4241
4233
configMapRef:
4242
4234
description: The ConfigMap to select from
@@ -4257,8 +4249,8 @@ spec:
4257
4249
type: object
4258
4250
x-kubernetes-map-type: atomic
4259
4251
prefix:
4260
-
description: An optional identifier to prepend to each
4261
-
key in the ConfigMap. Must be a C_IDENTIFIER.
4252
+
description: Optional text to prepend to the name of each
4253
+
environment variable. Must be a C_IDENTIFIER.
4262
4254
type: string
4263
4255
secretRef:
4264
4256
description: The Secret to select from
@@ -4521,6 +4513,12 @@ spec:
4521
4513
- port
4522
4514
type: object
4523
4515
type: object
4516
+
stopSignal:
4517
+
description: |-
4518
+
StopSignal defines which signal will be sent to a container when it is being stopped.
4519
+
If not specified, the default is defined by the container runtime in use.
4520
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
4521
+
type: string
4524
4522
type: object
4525
4523
livenessProbe:
4526
4524
description: |-
@@ -5672,7 +5670,6 @@ spec:
5672
5670
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
5673
5671
5674
5672
If this value is nil, the behavior is equivalent to the Honor policy.
5675
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5676
5673
type: string
5677
5674
nodeTaintsPolicy:
5678
5675
description: |-
@@ -5683,7 +5680,6 @@ spec:
5683
5680
- Ignore: node taints are ignored. All nodes are included.
5684
5681
5685
5682
If this value is nil, the behavior is equivalent to the Ignore policy.
5686
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5687
5683
type: string
5688
5684
topologyKey:
5689
5685
description: |-
@@ -5797,7 +5793,8 @@ spec:
5797
5793
managedTypes:
5798
5794
description: Managed types.
5799
5795
items:
5800
-
description: TypeInfo represents a Kubernetes type.
5796
+
description: TypeVersionInfo represents a Kubernetes type
0 commit comments