@daocloud-proto/mcamel-kafka 0.2.0-80 → 0.2.0-82

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/common.pb.ts +1 -0
  2. package/package.json +1 -1
package/common.pb.ts CHANGED
@@ -148,6 +148,7 @@ export type PodCommon = {
148
148
  conditions?: PodCommonCondition[]
149
149
  containersName?: string[]
150
150
  ownerReference?: OwnerReference[]
151
+ initContainersName?: string[]
151
152
  }
152
153
 
153
154
  export type OwnerReference = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-kafka",
3
- "version":"0.2.0-80",
3
+ "version":"0.2.0-82",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {