@daocloud-proto/kpanda 0.41.0-dev-830382d6 → 0.41.0-dev-7f0ae0fb

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.
@@ -95,6 +95,7 @@ export type ValidateClusterRequest = {
95
95
  unjoinCluster?: boolean
96
96
  name?: string
97
97
  kubeConfigString?: string
98
+ shimCluster?: boolean
98
99
  }
99
100
 
100
101
  export type ValidateClusterResponse = {
@@ -112,6 +113,7 @@ export type IntegrateClusterRequest = {
112
113
  zone?: string
113
114
  kubeConfigString?: string
114
115
  direct?: boolean
116
+ shimCluster?: boolean
115
117
  }
116
118
 
117
119
  export type UpdateClusterRequest = {
@@ -7,6 +7,7 @@
7
7
  export enum FeatureGateName {
8
8
  FEATURE_GATE_NAME_TYPE_UNSPECIFIED = "FEATURE_GATE_NAME_TYPE_UNSPECIFIED",
9
9
  DownloadClusterKubeConfig = "DownloadClusterKubeConfig",
10
+ IntegrateShimCluster = "IntegrateShimCluster",
10
11
  }
11
12
 
12
13
  export enum PreRelease {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.41.0-dev-830382d6",
3
+ "version":"v0.41.0-dev-7f0ae0fb",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {