File tree Expand file tree Collapse file tree 2 files changed +33
-7
lines changed Expand file tree Collapse file tree 2 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -6042,6 +6042,19 @@ spec:
6042
6042
type : string
6043
6043
description : (Optional) Dragonfly pod node selector
6044
6044
type : object
6045
+ ownedObjectsMetadata :
6046
+ description : (Optional) Dragonfly direct child resources additional
6047
+ annotations and labels
6048
+ properties :
6049
+ annotations :
6050
+ additionalProperties :
6051
+ type : string
6052
+ type : object
6053
+ labels :
6054
+ additionalProperties :
6055
+ type : string
6056
+ type : object
6057
+ type : object
6045
6058
podSecurityContext :
6046
6059
description : (Optional) Dragonfly pod security context
6047
6060
properties :
@@ -6380,16 +6393,16 @@ spec:
6380
6393
properties :
6381
6394
cron :
6382
6395
description : (Optional) Dragonfly snapshot schedule
6383
- type : string
6384
- enableOnMasterOnly :
6385
- description : (Optional) Enable snapshot on master only
6386
- type : boolean
6396
+ type : string
6387
6397
dir :
6388
6398
description : |-
6389
6399
(Optional) The path to the snapshot directory
6390
6400
This can also be an S3 URI with the prefix `s3://` when
6391
6401
using S3 as the snapshot backend
6392
6402
type : string
6403
+ enableOnMasterOnly :
6404
+ description : (Optional) Enable snapshot on master only
6405
+ type : boolean
6393
6406
persistentVolumeClaimSpec :
6394
6407
description : (Optional) Dragonfly PVC spec
6395
6408
properties :
Original file line number Diff line number Diff line change @@ -6055,6 +6055,19 @@ spec:
6055
6055
type : string
6056
6056
description : (Optional) Dragonfly pod node selector
6057
6057
type : object
6058
+ ownedObjectsMetadata :
6059
+ description : (Optional) Dragonfly direct child resources additional
6060
+ annotations and labels
6061
+ properties :
6062
+ annotations :
6063
+ additionalProperties :
6064
+ type : string
6065
+ type : object
6066
+ labels :
6067
+ additionalProperties :
6068
+ type : string
6069
+ type : object
6070
+ type : object
6058
6071
podSecurityContext :
6059
6072
description : (Optional) Dragonfly pod security context
6060
6073
properties :
@@ -6394,15 +6407,15 @@ spec:
6394
6407
cron :
6395
6408
description : (Optional) Dragonfly snapshot schedule
6396
6409
type : string
6397
- enableOnMasterOnly :
6398
- description : (Optional) Enable snapshot on master only
6399
- type : boolean
6400
6410
dir :
6401
6411
description : |-
6402
6412
(Optional) The path to the snapshot directory
6403
6413
This can also be an S3 URI with the prefix `s3://` when
6404
6414
using S3 as the snapshot backend
6405
6415
type : string
6416
+ enableOnMasterOnly :
6417
+ description : (Optional) Enable snapshot on master only
6418
+ type : boolean
6406
6419
persistentVolumeClaimSpec :
6407
6420
description : (Optional) Dragonfly PVC spec
6408
6421
properties :
You can’t perform that action at this time.
0 commit comments