@daocloud-proto/mcamel-kafka 0.2.0-681-g7f46e079 → 0.2.0-683-gad0107f6

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/kafka.pb.ts +2 -0
  2. package/package.json +1 -1
package/kafka.pb.ts CHANGED
@@ -222,6 +222,7 @@ export type CreateKafkaReq = {
222
222
  listeners?: Listener[]
223
223
  tolerations?: CommonCommon.Toleration[]
224
224
  zookeeperTolerations?: CommonCommon.Toleration[]
225
+ staticIpAnnotations?: {[key: string]: string}
225
226
  }
226
227
 
227
228
  export type NodePoolVolume = {
@@ -239,6 +240,7 @@ export type NodePool = {
239
240
  volumes?: NodePoolVolume[]
240
241
  affinity?: CommonCommon.Affinity
241
242
  tolerations?: CommonCommon.Toleration[]
243
+ staticIpAnnotations?: {[key: string]: string}
242
244
  }
243
245
 
244
246
  export type ListenerConfigurationBroker = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-kafka",
3
- "version":"0.2.0-681-g7f46e079",
3
+ "version":"0.2.0-683-gad0107f6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {