@daocloud-proto/mcamel-kafka 0.2.0-681-g7f46e079 → 0.2.0-682-g9b8bd196
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/kafka.pb.ts +2 -0
- 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 = {
|