Skip to content

Commit 8f97164

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
Update files for renovate
1 parent 58acef6 commit 8f97164

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

config/crd/bases/gateway.nginx.org_nginxproxies.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ spec:
332332
- port
333333
type: object
334334
type: object
335+
stopSignal:
336+
description: |-
337+
StopSignal defines which signal will be sent to a container when it is being stopped.
338+
If not specified, the default is defined by the container runtime in use.
339+
StopSignal can only be set for Pods with a non-empty .spec.os.name
340+
type: string
335341
type: object
336342
resources:
337343
description: Resources describes the compute resource
@@ -751,7 +757,6 @@ spec:
751757
pod labels will be ignored. The default value is empty.
752758
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
753759
Also, matchLabelKeys cannot be set when labelSelector isn't set.
754-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
755760
items:
756761
type: string
757762
type: array
@@ -766,7 +771,6 @@ spec:
766771
pod labels will be ignored. The default value is empty.
767772
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
768773
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
769-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
770774
items:
771775
type: string
772776
type: array
@@ -935,7 +939,6 @@ spec:
935939
pod labels will be ignored. The default value is empty.
936940
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
937941
Also, matchLabelKeys cannot be set when labelSelector isn't set.
938-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
939942
items:
940943
type: string
941944
type: array
@@ -950,7 +953,6 @@ spec:
950953
pod labels will be ignored. The default value is empty.
951954
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
952955
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
953-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
954956
items:
955957
type: string
956958
type: array
@@ -1117,7 +1119,6 @@ spec:
11171119
pod labels will be ignored. The default value is empty.
11181120
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
11191121
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1120-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
11211122
items:
11221123
type: string
11231124
type: array
@@ -1132,7 +1133,6 @@ spec:
11321133
pod labels will be ignored. The default value is empty.
11331134
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
11341135
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1135-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
11361136
items:
11371137
type: string
11381138
type: array
@@ -1301,7 +1301,6 @@ spec:
13011301
pod labels will be ignored. The default value is empty.
13021302
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
13031303
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1304-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13051304
items:
13061305
type: string
13071306
type: array
@@ -1316,7 +1315,6 @@ spec:
13161315
pod labels will be ignored. The default value is empty.
13171316
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
13181317
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1319-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13201318
items:
13211319
type: string
13221320
type: array
@@ -1585,7 +1583,6 @@ spec:
15851583
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
15861584
15871585
If this value is nil, the behavior is equivalent to the Honor policy.
1588-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
15891586
type: string
15901587
nodeTaintsPolicy:
15911588
description: |-
@@ -1596,7 +1593,6 @@ spec:
15961593
- Ignore: node taints are ignored. All nodes are included.
15971594
15981595
If this value is nil, the behavior is equivalent to the Ignore policy.
1599-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
16001596
type: string
16011597
topologyKey:
16021598
description: |-
@@ -2576,7 +2572,7 @@ spec:
25762572
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.
25772573
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.
25782574
The volume will be mounted read-only (ro) and non-executable files (noexec).
2579-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
2575+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
25802576
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
25812577
properties:
25822578
pullPolicy:

deploy/crds.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,12 @@ spec:
917917
- port
918918
type: object
919919
type: object
920+
stopSignal:
921+
description: |-
922+
StopSignal defines which signal will be sent to a container when it is being stopped.
923+
If not specified, the default is defined by the container runtime in use.
924+
StopSignal can only be set for Pods with a non-empty .spec.os.name
925+
type: string
920926
type: object
921927
resources:
922928
description: Resources describes the compute resource
@@ -1336,7 +1342,6 @@ spec:
13361342
pod labels will be ignored. The default value is empty.
13371343
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
13381344
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1339-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13401345
items:
13411346
type: string
13421347
type: array
@@ -1351,7 +1356,6 @@ spec:
13511356
pod labels will be ignored. The default value is empty.
13521357
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
13531358
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1354-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13551359
items:
13561360
type: string
13571361
type: array
@@ -1520,7 +1524,6 @@ spec:
15201524
pod labels will be ignored. The default value is empty.
15211525
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
15221526
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1523-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
15241527
items:
15251528
type: string
15261529
type: array
@@ -1535,7 +1538,6 @@ spec:
15351538
pod labels will be ignored. The default value is empty.
15361539
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
15371540
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1538-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
15391541
items:
15401542
type: string
15411543
type: array
@@ -1702,7 +1704,6 @@ spec:
17021704
pod labels will be ignored. The default value is empty.
17031705
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
17041706
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1705-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
17061707
items:
17071708
type: string
17081709
type: array
@@ -1717,7 +1718,6 @@ spec:
17171718
pod labels will be ignored. The default value is empty.
17181719
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
17191720
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1720-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
17211721
items:
17221722
type: string
17231723
type: array
@@ -1886,7 +1886,6 @@ spec:
18861886
pod labels will be ignored. The default value is empty.
18871887
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
18881888
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1889-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
18901889
items:
18911890
type: string
18921891
type: array
@@ -1901,7 +1900,6 @@ spec:
19011900
pod labels will be ignored. The default value is empty.
19021901
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
19031902
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1904-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
19051903
items:
19061904
type: string
19071905
type: array
@@ -2170,7 +2168,6 @@ spec:
21702168
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
21712169
21722170
If this value is nil, the behavior is equivalent to the Honor policy.
2173-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
21742171
type: string
21752172
nodeTaintsPolicy:
21762173
description: |-
@@ -2181,7 +2178,6 @@ spec:
21812178
- Ignore: node taints are ignored. All nodes are included.
21822179
21832180
If this value is nil, the behavior is equivalent to the Ignore policy.
2184-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
21852181
type: string
21862182
topologyKey:
21872183
description: |-
@@ -3161,7 +3157,7 @@ spec:
31613157
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.
31623158
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.
31633159
The volume will be mounted read-only (ro) and non-executable files (noexec).
3164-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
3160+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
31653161
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
31663162
properties:
31673163
pullPolicy:

0 commit comments

Comments
 (0)