Skip to content

Commit e47140e

Browse files
authored
Chore: update base CRD (#861)
1 parent 6a09135 commit e47140e

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

config/crd/bases/flinkoperator.k8s.io_flinkclusters.yaml

+73
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,8 @@ spec:
11601160
properties:
11611161
name:
11621162
type: string
1163+
request:
1164+
type: string
11631165
required:
11641166
- name
11651167
type: object
@@ -1446,6 +1448,8 @@ spec:
14461448
properties:
14471449
name:
14481450
type: string
1451+
request:
1452+
type: string
14491453
required:
14501454
- name
14511455
type: object
@@ -1505,6 +1509,8 @@ spec:
15051509
runAsUser:
15061510
format: int64
15071511
type: integer
1512+
seLinuxChangePolicy:
1513+
type: string
15081514
seLinuxOptions:
15091515
properties:
15101516
level:
@@ -1531,6 +1537,8 @@ spec:
15311537
type: integer
15321538
type: array
15331539
x-kubernetes-list-type: atomic
1540+
supplementalGroupsPolicy:
1541+
type: string
15341542
sysctls:
15351543
items:
15361544
properties:
@@ -1622,10 +1630,12 @@ spec:
16221630
diskURI:
16231631
type: string
16241632
fsType:
1633+
default: ext4
16251634
type: string
16261635
kind:
16271636
type: string
16281637
readOnly:
1638+
default: false
16291639
type: boolean
16301640
required:
16311641
- diskName
@@ -2002,6 +2012,13 @@ spec:
20022012
required:
20032013
- path
20042014
type: object
2015+
image:
2016+
properties:
2017+
pullPolicy:
2018+
type: string
2019+
reference:
2020+
type: string
2021+
type: object
20052022
iscsi:
20062023
properties:
20072024
chapAuthDiscovery:
@@ -2015,6 +2032,7 @@ spec:
20152032
iqn:
20162033
type: string
20172034
iscsiInterface:
2035+
default: default
20182036
type: string
20192037
lun:
20202038
format: int32
@@ -2263,13 +2281,15 @@ spec:
22632281
image:
22642282
type: string
22652283
keyring:
2284+
default: /etc/ceph/keyring
22662285
type: string
22672286
monitors:
22682287
items:
22692288
type: string
22702289
type: array
22712290
x-kubernetes-list-type: atomic
22722291
pool:
2292+
default: rbd
22732293
type: string
22742294
readOnly:
22752295
type: boolean
@@ -2281,6 +2301,7 @@ spec:
22812301
type: object
22822302
x-kubernetes-map-type: atomic
22832303
user:
2304+
default: admin
22842305
type: string
22852306
required:
22862307
- image
@@ -2289,6 +2310,7 @@ spec:
22892310
scaleIO:
22902311
properties:
22912312
fsType:
2313+
default: xfs
22922314
type: string
22932315
gateway:
22942316
type: string
@@ -2306,6 +2328,7 @@ spec:
23062328
sslEnabled:
23072329
type: boolean
23082330
storageMode:
2331+
default: ThinProvisioned
23092332
type: string
23102333
storagePool:
23112334
type: string
@@ -3331,6 +3354,8 @@ spec:
33313354
properties:
33323355
name:
33333356
type: string
3357+
request:
3358+
type: string
33343359
required:
33353360
- name
33363361
type: object
@@ -3804,6 +3829,8 @@ spec:
38043829
properties:
38053830
name:
38063831
type: string
3832+
request:
3833+
type: string
38073834
required:
38083835
- name
38093836
type: object
@@ -3852,6 +3879,8 @@ spec:
38523879
runAsUser:
38533880
format: int64
38543881
type: integer
3882+
seLinuxChangePolicy:
3883+
type: string
38553884
seLinuxOptions:
38563885
properties:
38573886
level:
@@ -3878,6 +3907,8 @@ spec:
38783907
type: integer
38793908
type: array
38803909
x-kubernetes-list-type: atomic
3910+
supplementalGroupsPolicy:
3911+
type: string
38813912
sysctls:
38823913
items:
38833914
properties:
@@ -4346,6 +4377,8 @@ spec:
43464377
properties:
43474378
name:
43484379
type: string
4380+
request:
4381+
type: string
43494382
required:
43504383
- name
43514384
type: object
@@ -4828,10 +4861,12 @@ spec:
48284861
diskURI:
48294862
type: string
48304863
fsType:
4864+
default: ext4
48314865
type: string
48324866
kind:
48334867
type: string
48344868
readOnly:
4869+
default: false
48354870
type: boolean
48364871
required:
48374872
- diskName
@@ -5208,6 +5243,13 @@ spec:
52085243
required:
52095244
- path
52105245
type: object
5246+
image:
5247+
properties:
5248+
pullPolicy:
5249+
type: string
5250+
reference:
5251+
type: string
5252+
type: object
52115253
iscsi:
52125254
properties:
52135255
chapAuthDiscovery:
@@ -5221,6 +5263,7 @@ spec:
52215263
iqn:
52225264
type: string
52235265
iscsiInterface:
5266+
default: default
52245267
type: string
52255268
lun:
52265269
format: int32
@@ -5469,13 +5512,15 @@ spec:
54695512
image:
54705513
type: string
54715514
keyring:
5515+
default: /etc/ceph/keyring
54725516
type: string
54735517
monitors:
54745518
items:
54755519
type: string
54765520
type: array
54775521
x-kubernetes-list-type: atomic
54785522
pool:
5523+
default: rbd
54795524
type: string
54805525
readOnly:
54815526
type: boolean
@@ -5487,6 +5532,7 @@ spec:
54875532
type: object
54885533
x-kubernetes-map-type: atomic
54895534
user:
5535+
default: admin
54905536
type: string
54915537
required:
54925538
- image
@@ -5495,6 +5541,7 @@ spec:
54955541
scaleIO:
54965542
properties:
54975543
fsType:
5544+
default: xfs
54985545
type: string
54995546
gateway:
55005547
type: string
@@ -5512,6 +5559,7 @@ spec:
55125559
sslEnabled:
55135560
type: boolean
55145561
storageMode:
5562+
default: ThinProvisioned
55155563
type: string
55165564
storagePool:
55175565
type: string
@@ -6896,6 +6944,8 @@ spec:
68966944
properties:
68976945
name:
68986946
type: string
6947+
request:
6948+
type: string
68996949
required:
69006950
- name
69016951
type: object
@@ -7361,6 +7411,8 @@ spec:
73617411
properties:
73627412
name:
73637413
type: string
7414+
request:
7415+
type: string
73647416
required:
73657417
- name
73667418
type: object
@@ -7409,6 +7461,8 @@ spec:
74097461
runAsUser:
74107462
format: int64
74117463
type: integer
7464+
seLinuxChangePolicy:
7465+
type: string
74127466
seLinuxOptions:
74137467
properties:
74147468
level:
@@ -7435,6 +7489,8 @@ spec:
74357489
type: integer
74367490
type: array
74377491
x-kubernetes-list-type: atomic
7492+
supplementalGroupsPolicy:
7493+
type: string
74387494
sysctls:
74397495
items:
74407496
properties:
@@ -7903,6 +7959,8 @@ spec:
79037959
properties:
79047960
name:
79057961
type: string
7962+
request:
7963+
type: string
79067964
required:
79077965
- name
79087966
type: object
@@ -8385,10 +8443,12 @@ spec:
83858443
diskURI:
83868444
type: string
83878445
fsType:
8446+
default: ext4
83888447
type: string
83898448
kind:
83908449
type: string
83918450
readOnly:
8451+
default: false
83928452
type: boolean
83938453
required:
83948454
- diskName
@@ -8765,6 +8825,13 @@ spec:
87658825
required:
87668826
- path
87678827
type: object
8828+
image:
8829+
properties:
8830+
pullPolicy:
8831+
type: string
8832+
reference:
8833+
type: string
8834+
type: object
87688835
iscsi:
87698836
properties:
87708837
chapAuthDiscovery:
@@ -8778,6 +8845,7 @@ spec:
87788845
iqn:
87798846
type: string
87808847
iscsiInterface:
8848+
default: default
87818849
type: string
87828850
lun:
87838851
format: int32
@@ -9026,13 +9094,15 @@ spec:
90269094
image:
90279095
type: string
90289096
keyring:
9097+
default: /etc/ceph/keyring
90299098
type: string
90309099
monitors:
90319100
items:
90329101
type: string
90339102
type: array
90349103
x-kubernetes-list-type: atomic
90359104
pool:
9105+
default: rbd
90369106
type: string
90379107
readOnly:
90389108
type: boolean
@@ -9044,6 +9114,7 @@ spec:
90449114
type: object
90459115
x-kubernetes-map-type: atomic
90469116
user:
9117+
default: admin
90479118
type: string
90489119
required:
90499120
- image
@@ -9052,6 +9123,7 @@ spec:
90529123
scaleIO:
90539124
properties:
90549125
fsType:
9126+
default: xfs
90559127
type: string
90569128
gateway:
90579129
type: string
@@ -9069,6 +9141,7 @@ spec:
90699141
sslEnabled:
90709142
type: boolean
90719143
storageMode:
9144+
default: ThinProvisioned
90729145
type: string
90739146
storagePool:
90749147
type: string

0 commit comments

Comments
 (0)