@daocloud-proto/kpanda 0.28.0-dev-76bbdc80 → 0.28.0-dev-1a1876d3

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.
@@ -106,6 +106,7 @@ export type IntegrateClusterRequest = {
106
106
  region?: string
107
107
  zone?: string
108
108
  kubeConfigString?: string
109
+ direct?: boolean
109
110
  }
110
111
 
111
112
  export type UpdateClusterRequest = {
@@ -152,6 +153,7 @@ export type ClusterSpec = {
152
153
  managedBy?: string
153
154
  aliasName?: string
154
155
  secretRef?: LocalSecretReference
156
+ proxyUrl?: string
155
157
  }
156
158
 
157
159
  export type LocalSecretReference = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.28.0-dev-76bbdc80",
3
+ "version":"v0.28.0-dev-1a1876d3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {