@@ -1827,7 +1827,8 @@ spec:
1827
1827
metadata.namespace, metadata.labels,
1828
1828
metadata.annotations, spec.nodeName,
1829
1829
spec.serviceAccountName,
1830
- status.hostIP, status.podIP.'
1830
+ status.hostIP, status.podIP,
1831
+ status.podIPs.'
1831
1832
type: object
1832
1833
required:
1833
1834
- fieldPath
@@ -2781,10 +2782,9 @@ spec:
2781
2782
and PodSecurityContext, the
2782
2783
value specified in SecurityContext
2783
2784
takes precedence. This field
2784
- is alpha-level and it is only
2785
- honored by servers that enable
2786
- the WindowsRunAsUserName feature
2787
- flag.
2785
+ is beta-level and may be disabled
2786
+ with the WindowsRunAsUserName
2787
+ feature flag.
2788
2788
type: string
2789
2789
startupProbe:
2790
2790
description: 'StartupProbe indicates
@@ -3084,7 +3084,6 @@ spec:
3084
3084
environment. Defaults to ""
3085
3085
(volume's root). SubPathExpr
3086
3086
and SubPath are mutually exclusive.
3087
- This field is beta in 1.15.
3088
3087
type: string
3089
3088
workingDir:
3090
3089
description: Container's working directory.
@@ -3291,7 +3290,8 @@ spec:
3291
3290
metadata.namespace, metadata.labels,
3292
3291
metadata.annotations, spec.nodeName,
3293
3292
spec.serviceAccountName,
3294
- status.hostIP, status.podIP.'
3293
+ status.hostIP, status.podIP,
3294
+ status.podIPs.'
3295
3295
type: object
3296
3296
required:
3297
3297
- fieldPath
@@ -4225,10 +4225,9 @@ spec:
4225
4225
and PodSecurityContext, the
4226
4226
value specified in SecurityContext
4227
4227
takes precedence. This field
4228
- is alpha-level and it is only
4229
- honored by servers that enable
4230
- the WindowsRunAsUserName feature
4231
- flag.
4228
+ is beta-level and may be disabled
4229
+ with the WindowsRunAsUserName
4230
+ feature flag.
4232
4231
type: string
4233
4232
startupProbe:
4234
4233
description: Probes are not allowed
@@ -4526,7 +4525,6 @@ spec:
4526
4525
environment. Defaults to ""
4527
4526
(volume's root). SubPathExpr
4528
4527
and SubPath are mutually exclusive.
4529
- This field is beta in 1.15.
4530
4528
type: string
4531
4529
workingDir:
4532
4530
description: Container's working directory.
@@ -4732,7 +4730,8 @@ spec:
4732
4730
metadata.namespace, metadata.labels,
4733
4731
metadata.annotations, spec.nodeName,
4734
4732
spec.serviceAccountName,
4735
- status.hostIP, status.podIP.'
4733
+ status.hostIP, status.podIP,
4734
+ status.podIPs.'
4736
4735
type: object
4737
4736
required:
4738
4737
- fieldPath
@@ -5686,10 +5685,9 @@ spec:
5686
5685
and PodSecurityContext, the
5687
5686
value specified in SecurityContext
5688
5687
takes precedence. This field
5689
- is alpha-level and it is only
5690
- honored by servers that enable
5691
- the WindowsRunAsUserName feature
5692
- flag.
5688
+ is beta-level and may be disabled
5689
+ with the WindowsRunAsUserName
5690
+ feature flag.
5693
5691
type: string
5694
5692
startupProbe:
5695
5693
description: 'StartupProbe indicates
@@ -5989,7 +5987,6 @@ spec:
5989
5987
environment. Defaults to ""
5990
5988
(volume's root). SubPathExpr
5991
5989
and SubPath are mutually exclusive.
5992
- This field is beta in 1.15.
5993
5990
type: string
5994
5991
workingDir:
5995
5992
description: Container's working directory.
@@ -6259,9 +6256,8 @@ spec:
6259
6256
If set in both SecurityContext and
6260
6257
PodSecurityContext, the value specified
6261
6258
in SecurityContext takes precedence.
6262
- This field is alpha-level and it
6263
- is only honored by servers that
6264
- enable the WindowsRunAsUserName
6259
+ This field is beta-level and may
6260
+ be disabled with the WindowsRunAsUserName
6265
6261
feature flag.
6266
6262
type: string
6267
6263
serviceAccount:
@@ -6283,9 +6279,7 @@ spec:
6283
6279
process in each container will not be assigned
6284
6280
PID 1. HostPID and ShareProcessNamespace
6285
6281
cannot both be set. Optional: Default to
6286
- false. This field is beta-level and may
6287
- be disabled with the PodShareProcessNamespace
6288
- feature.'
6282
+ false.'
6289
6283
type: boolean
6290
6284
subdomain:
6291
6285
description: If specified, the fully qualified
0 commit comments