@daocloud-proto/kangaroo 0.3.2 → 0.4.0

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.
@@ -164,6 +164,7 @@ export type ExposeLoadBalanceSpec = {
164
164
  }
165
165
 
166
166
  export type ExposeNodePortSpec = {
167
+ nodePort?: number
167
168
  }
168
169
 
169
170
  export type HarborClusterStatus = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.3.2",
3
+ "version":"0.4.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {