@daocloud-proto/kpanda 0.25.0-dev-93734821 → 0.25.0-dev-c15ef975

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.
@@ -254,6 +254,7 @@ export type CommonNetworkConfig = {
254
254
  kubeProxyMode?: CommonNetworkConfigKubeProxyMode
255
255
  enableVip?: boolean
256
256
  kubeVipAddr?: string
257
+ kubeVipLbEnable?: boolean
257
258
  podIPv6CIDR?: string
258
259
  serviceIPv6CIDR?: string
259
260
  enableDualStack?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.25.0-dev-93734821",
3
+ "version":"v0.25.0-dev-c15ef975",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {