@daocloud-proto/virtnest 0.18.1 → 0.19.0-rc1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/virtnest",
3
- "version":"0.18.1",
3
+ "version":"0.19.0-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -596,6 +596,8 @@ export type MultusConfigInfo = {
596
596
  namespace?: string
597
597
  cniType?: string
598
598
  hasDefaultIppool?: boolean
599
+ defaultIp4Pools?: string[]
600
+ defaultIp6Pools?: string[]
599
601
  }
600
602
 
601
603
  export type NetworkInterfaceInfo = {