@daocloud-proto/mcamel-minio 0.1.1-9 → 0.1.2-10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/minio.pb.ts +11 -1
  2. package/package.json +1 -1
package/minio.pb.ts CHANGED
@@ -113,6 +113,10 @@ export type CreateMinioReqPorts = {
113
113
  nodePort?: number
114
114
  }
115
115
 
116
+ export type CreateMinioReqBucket = {
117
+ name?: string
118
+ }
119
+
116
120
  export type CreateMinioReq = {
117
121
  workspaceId?: number
118
122
  cluster?: string
@@ -139,6 +143,7 @@ export type CreateMinioReq = {
139
143
  consoleServiceAnnotations?: {[key: string]: string}
140
144
  minioRootUser?: string
141
145
  minioRootPassword?: string
146
+ buckets?: CreateMinioReqBucket[]
142
147
  }
143
148
 
144
149
  export type UpdateMinioConfReq = {
@@ -171,12 +176,17 @@ export type GetMinioParamRespSelectDataIntValue = {
171
176
  value?: number
172
177
  }
173
178
 
179
+ export type GetMinioParamRespSelectDataStorageClassValue = {
180
+ name?: string
181
+ allowVolumeExpansion?: boolean
182
+ }
183
+
174
184
 
175
185
  type BaseGetMinioParamRespSelectData = {
176
186
  }
177
187
 
178
188
  export type GetMinioParamRespSelectData = BaseGetMinioParamRespSelectData
179
- & OneOf<{ sValue: GetMinioParamRespSelectDataStringValue; rValue: GetMinioParamRespSelectDataResourceValue; iValue: GetMinioParamRespSelectDataIntValue }>
189
+ & OneOf<{ sValue: GetMinioParamRespSelectDataStringValue; rValue: GetMinioParamRespSelectDataResourceValue; iValue: GetMinioParamRespSelectDataIntValue; scValue: GetMinioParamRespSelectDataStorageClassValue }>
180
190
 
181
191
  export type GetMinioParamRespSelect = {
182
192
  selectType?: GetMinioParamRespSelectSelectType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-minio",
3
- "version":"0.1.1-9",
3
+ "version":"0.1.2-10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {