@daocloud-proto/mcamel-rabbitmq 0.6.2-29 → 0.6.2-31

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-29",
3
+ "version":"0.6.2-31",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -309,6 +309,7 @@ export type RabbitmqClusterItemStatus = {
309
309
  webManagerAddr?: string
310
310
  clusterIPs?: string[]
311
311
  serviceAddr?: string
312
+ common?: CommonCommon.CommonItemStatus
312
313
  }
313
314
 
314
315
  export type RabbitmqClusterItemMetadata = {