@@ -3117,6 +3117,31 @@ spec:
3117
3117
type: string
3118
3118
type: array
3119
3119
x-kubernetes-list-type: atomic
3120
+ autoGrow:
3121
+ description: |-
3122
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
3123
+ Auto grow requires that a limit be set on the PVC.
3124
+ properties:
3125
+ maxGrow:
3126
+ anyOf:
3127
+ - type: integer
3128
+ - type: string
3129
+ description: |-
3130
+ MaxGrow is the maximum size to which the volume can be automatically
3131
+ expanded. If not set, the volume will grow by 50% of the original size each
3132
+ time the Trigger threshold is exceeded.
3133
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
3134
+ x-kubernetes-int-or-string: true
3135
+ trigger:
3136
+ default: 75
3137
+ description: |-
3138
+ Trigger is the percentage of used space at which to trigger a volume
3139
+ expansion.
3140
+ format: int32
3141
+ maximum: 90
3142
+ minimum: 50
3143
+ type: integer
3144
+ type: object
3120
3145
dataSource:
3121
3146
description: |-
3122
3147
dataSource field can be used to specify either:
@@ -6479,6 +6504,31 @@ spec:
6479
6504
type: string
6480
6505
type: array
6481
6506
x-kubernetes-list-type: atomic
6507
+ autoGrow:
6508
+ description: |-
6509
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
6510
+ Auto grow requires that a limit be set on the PVC.
6511
+ properties:
6512
+ maxGrow:
6513
+ anyOf:
6514
+ - type: integer
6515
+ - type: string
6516
+ description: |-
6517
+ MaxGrow is the maximum size to which the volume can be automatically
6518
+ expanded. If not set, the volume will grow by 50% of the original size each
6519
+ time the Trigger threshold is exceeded.
6520
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
6521
+ x-kubernetes-int-or-string: true
6522
+ trigger:
6523
+ default: 75
6524
+ description: |-
6525
+ Trigger is the percentage of used space at which to trigger a volume
6526
+ expansion.
6527
+ format: int32
6528
+ maximum: 90
6529
+ minimum: 50
6530
+ type: integer
6531
+ type: object
6482
6532
dataSource:
6483
6533
description: |-
6484
6534
dataSource field can be used to specify either:
@@ -10470,6 +10520,31 @@ spec:
10470
10520
type: string
10471
10521
type: array
10472
10522
x-kubernetes-list-type: atomic
10523
+ autoGrow:
10524
+ description: |-
10525
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
10526
+ Auto grow requires that a limit be set on the PVC.
10527
+ properties:
10528
+ maxGrow:
10529
+ anyOf:
10530
+ - type: integer
10531
+ - type: string
10532
+ description: |-
10533
+ MaxGrow is the maximum size to which the volume can be automatically
10534
+ expanded. If not set, the volume will grow by 50% of the original size each
10535
+ time the Trigger threshold is exceeded.
10536
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
10537
+ x-kubernetes-int-or-string: true
10538
+ trigger:
10539
+ default: 75
10540
+ description: |-
10541
+ Trigger is the percentage of used space at which to trigger a volume
10542
+ expansion.
10543
+ format: int32
10544
+ maximum: 90
10545
+ minimum: 50
10546
+ type: integer
10547
+ type: object
10473
10548
dataSource:
10474
10549
description: |-
10475
10550
dataSource field can be used to specify either:
@@ -11552,6 +11627,31 @@ spec:
11552
11627
type: string
11553
11628
type: array
11554
11629
x-kubernetes-list-type: atomic
11630
+ autoGrow:
11631
+ description: |-
11632
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
11633
+ Auto grow requires that a limit be set on the PVC.
11634
+ properties:
11635
+ maxGrow:
11636
+ anyOf:
11637
+ - type: integer
11638
+ - type: string
11639
+ description: |-
11640
+ MaxGrow is the maximum size to which the volume can be automatically
11641
+ expanded. If not set, the volume will grow by 50% of the original size each
11642
+ time the Trigger threshold is exceeded.
11643
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
11644
+ x-kubernetes-int-or-string: true
11645
+ trigger:
11646
+ default: 75
11647
+ description: |-
11648
+ Trigger is the percentage of used space at which to trigger a volume
11649
+ expansion.
11650
+ format: int32
11651
+ maximum: 90
11652
+ minimum: 50
11653
+ type: integer
11654
+ type: object
11555
11655
dataSource:
11556
11656
description: |-
11557
11657
dataSource field can be used to specify either:
@@ -22050,6 +22150,31 @@ spec:
22050
22150
type: string
22051
22151
type: array
22052
22152
x-kubernetes-list-type: atomic
22153
+ autoGrow:
22154
+ description: |-
22155
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
22156
+ Auto grow requires that a limit be set on the PVC.
22157
+ properties:
22158
+ maxGrow:
22159
+ anyOf:
22160
+ - type: integer
22161
+ - type: string
22162
+ description: |-
22163
+ MaxGrow is the maximum size to which the volume can be automatically
22164
+ expanded. If not set, the volume will grow by 50% of the original size each
22165
+ time the Trigger threshold is exceeded.
22166
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
22167
+ x-kubernetes-int-or-string: true
22168
+ trigger:
22169
+ default: 75
22170
+ description: |-
22171
+ Trigger is the percentage of used space at which to trigger a volume
22172
+ expansion.
22173
+ format: int32
22174
+ maximum: 90
22175
+ minimum: 50
22176
+ type: integer
22177
+ type: object
22053
22178
dataSource:
22054
22179
description: |-
22055
22180
dataSource field can be used to specify either:
@@ -25412,6 +25537,31 @@ spec:
25412
25537
type: string
25413
25538
type: array
25414
25539
x-kubernetes-list-type: atomic
25540
+ autoGrow:
25541
+ description: |-
25542
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
25543
+ Auto grow requires that a limit be set on the PVC.
25544
+ properties:
25545
+ maxGrow:
25546
+ anyOf:
25547
+ - type: integer
25548
+ - type: string
25549
+ description: |-
25550
+ MaxGrow is the maximum size to which the volume can be automatically
25551
+ expanded. If not set, the volume will grow by 50% of the original size each
25552
+ time the Trigger threshold is exceeded.
25553
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
25554
+ x-kubernetes-int-or-string: true
25555
+ trigger:
25556
+ default: 75
25557
+ description: |-
25558
+ Trigger is the percentage of used space at which to trigger a volume
25559
+ expansion.
25560
+ format: int32
25561
+ maximum: 90
25562
+ minimum: 50
25563
+ type: integer
25564
+ type: object
25415
25565
dataSource:
25416
25566
description: |-
25417
25567
dataSource field can be used to specify either:
@@ -29403,6 +29553,31 @@ spec:
29403
29553
type: string
29404
29554
type: array
29405
29555
x-kubernetes-list-type: atomic
29556
+ autoGrow:
29557
+ description: |-
29558
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
29559
+ Auto grow requires that a limit be set on the PVC.
29560
+ properties:
29561
+ maxGrow:
29562
+ anyOf:
29563
+ - type: integer
29564
+ - type: string
29565
+ description: |-
29566
+ MaxGrow is the maximum size to which the volume can be automatically
29567
+ expanded. If not set, the volume will grow by 50% of the original size each
29568
+ time the Trigger threshold is exceeded.
29569
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
29570
+ x-kubernetes-int-or-string: true
29571
+ trigger:
29572
+ default: 75
29573
+ description: |-
29574
+ Trigger is the percentage of used space at which to trigger a volume
29575
+ expansion.
29576
+ format: int32
29577
+ maximum: 90
29578
+ minimum: 50
29579
+ type: integer
29580
+ type: object
29406
29581
dataSource:
29407
29582
description: |-
29408
29583
dataSource field can be used to specify either:
@@ -30485,6 +30660,31 @@ spec:
30485
30660
type: string
30486
30661
type: array
30487
30662
x-kubernetes-list-type: atomic
30663
+ autoGrow:
30664
+ description: |-
30665
+ AutoGrowSpec provides options to tune volume auto-growing behavior.
30666
+ Auto grow requires that a limit be set on the PVC.
30667
+ properties:
30668
+ maxGrow:
30669
+ anyOf:
30670
+ - type: integer
30671
+ - type: string
30672
+ description: |-
30673
+ MaxGrow is the maximum size to which the volume can be automatically
30674
+ expanded. If not set, the volume will grow by 50% of the original size each
30675
+ time the Trigger threshold is exceeded.
30676
+ pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
30677
+ x-kubernetes-int-or-string: true
30678
+ trigger:
30679
+ default: 75
30680
+ description: |-
30681
+ Trigger is the percentage of used space at which to trigger a volume
30682
+ expansion.
30683
+ format: int32
30684
+ maximum: 90
30685
+ minimum: 50
30686
+ type: integer
30687
+ type: object
30488
30688
dataSource:
30489
30689
description: |-
30490
30690
dataSource field can be used to specify either:
0 commit comments