Commit 2f82765 Ceph Jenkins
committed
1 parent baa2417 commit 2f82765 Copy full SHA for 2f82765
File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ spec:
237
237
type : object
238
238
type : array
239
239
type : object
240
+ name :
241
+ type : string
240
242
parameters :
241
243
additionalProperties :
242
244
type : string
@@ -1081,6 +1083,8 @@ spec:
1081
1083
type : object
1082
1084
preserveFilesystemOnDelete :
1083
1085
type : boolean
1086
+ preservePoolNames :
1087
+ type : boolean
1084
1088
preservePoolsOnDelete :
1085
1089
type : boolean
1086
1090
statusCheck :
Original file line number Diff line number Diff line change @@ -1402,6 +1402,20 @@ spec:
1402
1402
type : boolean
1403
1403
protocols :
1404
1404
properties :
1405
+ enableAPIs :
1406
+ items :
1407
+ enum :
1408
+ - s3
1409
+ - s3website
1410
+ - swift
1411
+ - swift_auth
1412
+ - admin
1413
+ - sts
1414
+ - iam
1415
+ - notifications
1416
+ type : string
1417
+ nullable : true
1418
+ type : array
1405
1419
s3 :
1406
1420
nullable : true
1407
1421
properties :
You can’t perform that action at this time.
0 commit comments