@daocloud-proto/mcamel-rabbitmq 0.6.2-4 → 0.6.2-40

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.
package/common.pb.ts CHANGED
@@ -58,4 +58,9 @@ export type PodCommon = {
58
58
  memoryUsage?: number
59
59
  memoryLimit?: number
60
60
  conditions?: PodCommonCondition[]
61
+ }
62
+
63
+ export type CommonItemStatus = {
64
+ serviceAddresses?: string[]
65
+ webManagerAddress?: string
61
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.6.2-4",
3
+ "version":"0.6.2-40",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -177,12 +177,17 @@ export type GetRabbitMqParamRespSelectDataIntValue = {
177
177
  value?: number
178
178
  }
179
179
 
180
+ export type GetRabbitMqParamRespSelectDataStorageClassValue = {
181
+ name?: string
182
+ allowVolumeExpansion?: boolean
183
+ }
184
+
180
185
 
181
186
  type BaseGetRabbitMqParamRespSelectData = {
182
187
  }
183
188
 
184
189
  export type GetRabbitMqParamRespSelectData = BaseGetRabbitMqParamRespSelectData
185
- & OneOf<{ sValue: GetRabbitMqParamRespSelectDataStringValue; rValue: GetRabbitMqParamRespSelectDataResourceValue; iValue: GetRabbitMqParamRespSelectDataIntValue }>
190
+ & OneOf<{ sValue: GetRabbitMqParamRespSelectDataStringValue; rValue: GetRabbitMqParamRespSelectDataResourceValue; iValue: GetRabbitMqParamRespSelectDataIntValue; scValue: GetRabbitMqParamRespSelectDataStorageClassValue }>
186
191
 
187
192
  export type GetRabbitMqParamRespSelect = {
188
193
  selectType?: GetRabbitMqParamRespSelectSelectType
@@ -304,6 +309,7 @@ export type RabbitmqClusterItemStatus = {
304
309
  webManagerAddr?: string
305
310
  clusterIPs?: string[]
306
311
  serviceAddr?: string
312
+ common?: CommonCommon.CommonItemStatus
307
313
  }
308
314
 
309
315
  export type RabbitmqClusterItemMetadata = {