@@ -1160,6 +1160,8 @@ spec:
1160
1160
properties :
1161
1161
name :
1162
1162
type : string
1163
+ request :
1164
+ type : string
1163
1165
required :
1164
1166
- name
1165
1167
type : object
@@ -1446,6 +1448,8 @@ spec:
1446
1448
properties :
1447
1449
name :
1448
1450
type : string
1451
+ request :
1452
+ type : string
1449
1453
required :
1450
1454
- name
1451
1455
type : object
@@ -1505,6 +1509,8 @@ spec:
1505
1509
runAsUser :
1506
1510
format : int64
1507
1511
type : integer
1512
+ seLinuxChangePolicy :
1513
+ type : string
1508
1514
seLinuxOptions :
1509
1515
properties :
1510
1516
level :
@@ -1531,6 +1537,8 @@ spec:
1531
1537
type : integer
1532
1538
type : array
1533
1539
x-kubernetes-list-type : atomic
1540
+ supplementalGroupsPolicy :
1541
+ type : string
1534
1542
sysctls :
1535
1543
items :
1536
1544
properties :
@@ -1622,10 +1630,12 @@ spec:
1622
1630
diskURI :
1623
1631
type : string
1624
1632
fsType :
1633
+ default : ext4
1625
1634
type : string
1626
1635
kind :
1627
1636
type : string
1628
1637
readOnly :
1638
+ default : false
1629
1639
type : boolean
1630
1640
required :
1631
1641
- diskName
@@ -2002,6 +2012,13 @@ spec:
2002
2012
required :
2003
2013
- path
2004
2014
type : object
2015
+ image :
2016
+ properties :
2017
+ pullPolicy :
2018
+ type : string
2019
+ reference :
2020
+ type : string
2021
+ type : object
2005
2022
iscsi :
2006
2023
properties :
2007
2024
chapAuthDiscovery :
@@ -2015,6 +2032,7 @@ spec:
2015
2032
iqn :
2016
2033
type : string
2017
2034
iscsiInterface :
2035
+ default : default
2018
2036
type : string
2019
2037
lun :
2020
2038
format : int32
@@ -2263,13 +2281,15 @@ spec:
2263
2281
image :
2264
2282
type : string
2265
2283
keyring :
2284
+ default : /etc/ceph/keyring
2266
2285
type : string
2267
2286
monitors :
2268
2287
items :
2269
2288
type : string
2270
2289
type : array
2271
2290
x-kubernetes-list-type : atomic
2272
2291
pool :
2292
+ default : rbd
2273
2293
type : string
2274
2294
readOnly :
2275
2295
type : boolean
@@ -2281,6 +2301,7 @@ spec:
2281
2301
type : object
2282
2302
x-kubernetes-map-type : atomic
2283
2303
user :
2304
+ default : admin
2284
2305
type : string
2285
2306
required :
2286
2307
- image
@@ -2289,6 +2310,7 @@ spec:
2289
2310
scaleIO :
2290
2311
properties :
2291
2312
fsType :
2313
+ default : xfs
2292
2314
type : string
2293
2315
gateway :
2294
2316
type : string
@@ -2306,6 +2328,7 @@ spec:
2306
2328
sslEnabled :
2307
2329
type : boolean
2308
2330
storageMode :
2331
+ default : ThinProvisioned
2309
2332
type : string
2310
2333
storagePool :
2311
2334
type : string
@@ -3331,6 +3354,8 @@ spec:
3331
3354
properties :
3332
3355
name :
3333
3356
type : string
3357
+ request :
3358
+ type : string
3334
3359
required :
3335
3360
- name
3336
3361
type : object
@@ -3804,6 +3829,8 @@ spec:
3804
3829
properties :
3805
3830
name :
3806
3831
type : string
3832
+ request :
3833
+ type : string
3807
3834
required :
3808
3835
- name
3809
3836
type : object
@@ -3852,6 +3879,8 @@ spec:
3852
3879
runAsUser :
3853
3880
format : int64
3854
3881
type : integer
3882
+ seLinuxChangePolicy :
3883
+ type : string
3855
3884
seLinuxOptions :
3856
3885
properties :
3857
3886
level :
@@ -3878,6 +3907,8 @@ spec:
3878
3907
type : integer
3879
3908
type : array
3880
3909
x-kubernetes-list-type : atomic
3910
+ supplementalGroupsPolicy :
3911
+ type : string
3881
3912
sysctls :
3882
3913
items :
3883
3914
properties :
@@ -4346,6 +4377,8 @@ spec:
4346
4377
properties :
4347
4378
name :
4348
4379
type : string
4380
+ request :
4381
+ type : string
4349
4382
required :
4350
4383
- name
4351
4384
type : object
@@ -4828,10 +4861,12 @@ spec:
4828
4861
diskURI :
4829
4862
type : string
4830
4863
fsType :
4864
+ default : ext4
4831
4865
type : string
4832
4866
kind :
4833
4867
type : string
4834
4868
readOnly :
4869
+ default : false
4835
4870
type : boolean
4836
4871
required :
4837
4872
- diskName
@@ -5208,6 +5243,13 @@ spec:
5208
5243
required :
5209
5244
- path
5210
5245
type : object
5246
+ image :
5247
+ properties :
5248
+ pullPolicy :
5249
+ type : string
5250
+ reference :
5251
+ type : string
5252
+ type : object
5211
5253
iscsi :
5212
5254
properties :
5213
5255
chapAuthDiscovery :
@@ -5221,6 +5263,7 @@ spec:
5221
5263
iqn :
5222
5264
type : string
5223
5265
iscsiInterface :
5266
+ default : default
5224
5267
type : string
5225
5268
lun :
5226
5269
format : int32
@@ -5469,13 +5512,15 @@ spec:
5469
5512
image :
5470
5513
type : string
5471
5514
keyring :
5515
+ default : /etc/ceph/keyring
5472
5516
type : string
5473
5517
monitors :
5474
5518
items :
5475
5519
type : string
5476
5520
type : array
5477
5521
x-kubernetes-list-type : atomic
5478
5522
pool :
5523
+ default : rbd
5479
5524
type : string
5480
5525
readOnly :
5481
5526
type : boolean
@@ -5487,6 +5532,7 @@ spec:
5487
5532
type : object
5488
5533
x-kubernetes-map-type : atomic
5489
5534
user :
5535
+ default : admin
5490
5536
type : string
5491
5537
required :
5492
5538
- image
@@ -5495,6 +5541,7 @@ spec:
5495
5541
scaleIO :
5496
5542
properties :
5497
5543
fsType :
5544
+ default : xfs
5498
5545
type : string
5499
5546
gateway :
5500
5547
type : string
@@ -5512,6 +5559,7 @@ spec:
5512
5559
sslEnabled :
5513
5560
type : boolean
5514
5561
storageMode :
5562
+ default : ThinProvisioned
5515
5563
type : string
5516
5564
storagePool :
5517
5565
type : string
@@ -6896,6 +6944,8 @@ spec:
6896
6944
properties :
6897
6945
name :
6898
6946
type : string
6947
+ request :
6948
+ type : string
6899
6949
required :
6900
6950
- name
6901
6951
type : object
@@ -7361,6 +7411,8 @@ spec:
7361
7411
properties :
7362
7412
name :
7363
7413
type : string
7414
+ request :
7415
+ type : string
7364
7416
required :
7365
7417
- name
7366
7418
type : object
@@ -7409,6 +7461,8 @@ spec:
7409
7461
runAsUser :
7410
7462
format : int64
7411
7463
type : integer
7464
+ seLinuxChangePolicy :
7465
+ type : string
7412
7466
seLinuxOptions :
7413
7467
properties :
7414
7468
level :
@@ -7435,6 +7489,8 @@ spec:
7435
7489
type : integer
7436
7490
type : array
7437
7491
x-kubernetes-list-type : atomic
7492
+ supplementalGroupsPolicy :
7493
+ type : string
7438
7494
sysctls :
7439
7495
items :
7440
7496
properties :
@@ -7903,6 +7959,8 @@ spec:
7903
7959
properties :
7904
7960
name :
7905
7961
type : string
7962
+ request :
7963
+ type : string
7906
7964
required :
7907
7965
- name
7908
7966
type : object
@@ -8385,10 +8443,12 @@ spec:
8385
8443
diskURI :
8386
8444
type : string
8387
8445
fsType :
8446
+ default : ext4
8388
8447
type : string
8389
8448
kind :
8390
8449
type : string
8391
8450
readOnly :
8451
+ default : false
8392
8452
type : boolean
8393
8453
required :
8394
8454
- diskName
@@ -8765,6 +8825,13 @@ spec:
8765
8825
required :
8766
8826
- path
8767
8827
type : object
8828
+ image :
8829
+ properties :
8830
+ pullPolicy :
8831
+ type : string
8832
+ reference :
8833
+ type : string
8834
+ type : object
8768
8835
iscsi :
8769
8836
properties :
8770
8837
chapAuthDiscovery :
@@ -8778,6 +8845,7 @@ spec:
8778
8845
iqn :
8779
8846
type : string
8780
8847
iscsiInterface :
8848
+ default : default
8781
8849
type : string
8782
8850
lun :
8783
8851
format : int32
@@ -9026,13 +9094,15 @@ spec:
9026
9094
image :
9027
9095
type : string
9028
9096
keyring :
9097
+ default : /etc/ceph/keyring
9029
9098
type : string
9030
9099
monitors :
9031
9100
items :
9032
9101
type : string
9033
9102
type : array
9034
9103
x-kubernetes-list-type : atomic
9035
9104
pool :
9105
+ default : rbd
9036
9106
type : string
9037
9107
readOnly :
9038
9108
type : boolean
@@ -9044,6 +9114,7 @@ spec:
9044
9114
type : object
9045
9115
x-kubernetes-map-type : atomic
9046
9116
user :
9117
+ default : admin
9047
9118
type : string
9048
9119
required :
9049
9120
- image
@@ -9052,6 +9123,7 @@ spec:
9052
9123
scaleIO :
9053
9124
properties :
9054
9125
fsType :
9126
+ default : xfs
9055
9127
type : string
9056
9128
gateway :
9057
9129
type : string
@@ -9069,6 +9141,7 @@ spec:
9069
9141
sslEnabled :
9070
9142
type : boolean
9071
9143
storageMode :
9144
+ default : ThinProvisioned
9072
9145
type : string
9073
9146
storagePool :
9074
9147
type : string
0 commit comments