@@ -677,6 +677,23 @@ spec:
677
677
- fieldPath
678
678
type : object
679
679
x-kubernetes-map-type : atomic
680
+ fileKeyRef :
681
+ properties :
682
+ key :
683
+ type : string
684
+ optional :
685
+ default : false
686
+ type : boolean
687
+ path :
688
+ type : string
689
+ volumeName :
690
+ type : string
691
+ required :
692
+ - key
693
+ - path
694
+ - volumeName
695
+ type : object
696
+ x-kubernetes-map-type : atomic
680
697
resourceFieldRef :
681
698
properties :
682
699
containerName :
@@ -1105,6 +1122,29 @@ spec:
1105
1122
type : object
1106
1123
restartPolicy :
1107
1124
type : string
1125
+ restartPolicyRules :
1126
+ items :
1127
+ properties :
1128
+ action :
1129
+ type : string
1130
+ exitCodes :
1131
+ properties :
1132
+ operator :
1133
+ type : string
1134
+ values :
1135
+ items :
1136
+ format : int32
1137
+ type : integer
1138
+ type : array
1139
+ x-kubernetes-list-type : set
1140
+ required :
1141
+ - operator
1142
+ type : object
1143
+ required :
1144
+ - action
1145
+ type : object
1146
+ type : array
1147
+ x-kubernetes-list-type : atomic
1108
1148
securityContext :
1109
1149
properties :
1110
1150
allowPrivilegeEscalation :
@@ -1386,6 +1426,23 @@ spec:
1386
1426
- fieldPath
1387
1427
type : object
1388
1428
x-kubernetes-map-type : atomic
1429
+ fileKeyRef :
1430
+ properties :
1431
+ key :
1432
+ type : string
1433
+ optional :
1434
+ default : false
1435
+ type : boolean
1436
+ path :
1437
+ type : string
1438
+ volumeName :
1439
+ type : string
1440
+ required :
1441
+ - key
1442
+ - path
1443
+ - volumeName
1444
+ type : object
1445
+ x-kubernetes-map-type : atomic
1389
1446
resourceFieldRef :
1390
1447
properties :
1391
1448
containerName :
@@ -1814,6 +1871,29 @@ spec:
1814
1871
type : object
1815
1872
restartPolicy :
1816
1873
type : string
1874
+ restartPolicyRules :
1875
+ items :
1876
+ properties :
1877
+ action :
1878
+ type : string
1879
+ exitCodes :
1880
+ properties :
1881
+ operator :
1882
+ type : string
1883
+ values :
1884
+ items :
1885
+ format : int32
1886
+ type : integer
1887
+ type : array
1888
+ x-kubernetes-list-type : set
1889
+ required :
1890
+ - operator
1891
+ type : object
1892
+ required :
1893
+ - action
1894
+ type : object
1895
+ type : array
1896
+ x-kubernetes-list-type : atomic
1817
1897
securityContext :
1818
1898
properties :
1819
1899
allowPrivilegeEscalation :
@@ -2103,6 +2183,23 @@ spec:
2103
2183
- fieldPath
2104
2184
type : object
2105
2185
x-kubernetes-map-type : atomic
2186
+ fileKeyRef :
2187
+ properties :
2188
+ key :
2189
+ type : string
2190
+ optional :
2191
+ default : false
2192
+ type : boolean
2193
+ path :
2194
+ type : string
2195
+ volumeName :
2196
+ type : string
2197
+ required :
2198
+ - key
2199
+ - path
2200
+ - volumeName
2201
+ type : object
2202
+ x-kubernetes-map-type : atomic
2106
2203
resourceFieldRef :
2107
2204
properties :
2108
2205
containerName :
@@ -2531,6 +2628,29 @@ spec:
2531
2628
type : object
2532
2629
restartPolicy :
2533
2630
type : string
2631
+ restartPolicyRules :
2632
+ items :
2633
+ properties :
2634
+ action :
2635
+ type : string
2636
+ exitCodes :
2637
+ properties :
2638
+ operator :
2639
+ type : string
2640
+ values :
2641
+ items :
2642
+ format : int32
2643
+ type : integer
2644
+ type : array
2645
+ x-kubernetes-list-type : set
2646
+ required :
2647
+ - operator
2648
+ type : object
2649
+ required :
2650
+ - action
2651
+ type : object
2652
+ type : array
2653
+ x-kubernetes-list-type : atomic
2534
2654
securityContext :
2535
2655
properties :
2536
2656
allowPrivilegeEscalation :
@@ -3544,6 +3664,25 @@ spec:
3544
3664
type : array
3545
3665
x-kubernetes-list-type : atomic
3546
3666
type : object
3667
+ podCertificate :
3668
+ properties :
3669
+ certificateChainPath :
3670
+ type : string
3671
+ credentialBundlePath :
3672
+ type : string
3673
+ keyPath :
3674
+ type : string
3675
+ keyType :
3676
+ type : string
3677
+ maxExpirationSeconds :
3678
+ format : int32
3679
+ type : integer
3680
+ signerName :
3681
+ type : string
3682
+ required :
3683
+ - keyType
3684
+ - signerName
3685
+ type : object
3547
3686
secret :
3548
3687
properties :
3549
3688
items :
@@ -4216,7 +4355,7 @@ spec:
4216
4355
Claims lists the names of resources, defined in spec.resourceClaims,
4217
4356
that are used by this container.
4218
4357
4219
- This is an alpha field and requires enabling the
4358
+ This field depends on the
4220
4359
DynamicResourceAllocation feature gate.
4221
4360
4222
4361
This field is immutable. It can only be set for containers.
0 commit comments