File tree Expand file tree Collapse file tree 2 files changed +68
-28
lines changed
olm-catalog/portworx/1.0.3 Expand file tree Collapse file tree 2 files changed +68
-28
lines changed Original file line number Diff line number Diff line change @@ -33,35 +33,55 @@ spec:
3333 type : string
3434 imagePullPolicy :
3535 type : string
36- imagePullSecret : {}
37- secretsProvider : {}
38- startPort : {}
36+ imagePullSecret :
37+ type : string
38+ secretsProvider :
39+ type : string
40+ startPort :
41+ type : integer
42+ format : int32
3943 updateStrategy : {}
40- revisionHistoryLimit : {}
44+ revisionHistoryLimit :
45+ type : integer
46+ format : int32
4147 placement : {}
4248 kvdb :
4349 properties :
4450 internal :
4551 type : boolean
46- endpoints : {}
52+ endpoints :
53+ type : array
54+ items :
55+ type : string
4756 authSecret :
4857 type : string
4958 storage :
5059 properties :
51- useAll : {}
52- useAllWithPartitions : {}
53- forceUseDisks : {}
60+ useAll :
61+ type : boolean
62+ useAllWithPartitions :
63+ type : boolean
64+ forceUseDisks :
65+ type : boolean
5466 devices : {}
55- journalDevice : {}
56- systemMetadataDevice : {}
57- dataStorageType : {}
58- raidLevel : {}
67+ journalDevice :
68+ type : string
69+ systemMetadataDevice :
70+ type : string
71+ dataStorageType :
72+ type : string
73+ raidLevel :
74+ type : string
5975 cloudStorage :
6076 properties :
6177 maxStorageNodes :
62- type : int32
78+ type : integer
79+ format : int32
80+ minimum : 0
6381 maxStorageNodesPerZone :
64- type : int32
82+ type : integer
83+ format : int32
84+ minimum : 0
6585 deviceSpecs : {}
6686 journalDeviceSpec :
6787 type : string
Original file line number Diff line number Diff line change @@ -33,35 +33,55 @@ spec:
3333 type : string
3434 imagePullPolicy :
3535 type : string
36- imagePullSecret : {}
37- secretsProvider : {}
38- startPort : {}
36+ imagePullSecret :
37+ type : string
38+ secretsProvider :
39+ type : string
40+ startPort :
41+ type : integer
42+ format : int32
3943 updateStrategy : {}
40- revisionHistoryLimit : {}
44+ revisionHistoryLimit :
45+ type : integer
46+ format : int32
4147 placement : {}
4248 kvdb :
4349 properties :
4450 internal :
4551 type : boolean
46- endpoints : {}
52+ endpoints :
53+ type : array
54+ items :
55+ type : string
4756 authSecret :
4857 type : string
4958 storage :
5059 properties :
51- useAll : {}
52- useAllWithPartitions : {}
53- forceUseDisks : {}
60+ useAll :
61+ type : boolean
62+ useAllWithPartitions :
63+ type : boolean
64+ forceUseDisks :
65+ type : boolean
5466 devices : {}
55- journalDevice : {}
56- systemMetadataDevice : {}
57- dataStorageType : {}
58- raidLevel : {}
67+ journalDevice :
68+ type : string
69+ systemMetadataDevice :
70+ type : string
71+ dataStorageType :
72+ type : string
73+ raidLevel :
74+ type : string
5975 cloudStorage :
6076 properties :
6177 maxStorageNodes :
62- type : int32
78+ type : integer
79+ format : int32
80+ minimum : 0
6381 maxStorageNodesPerZone :
64- type : int32
82+ type : integer
83+ format : int32
84+ minimum : 0
6585 deviceSpecs : {}
6686 journalDeviceSpec :
6787 type : string
You can’t perform that action at this time.
0 commit comments