@daocloud-proto/kpanda 0.41.0-dev-830382d6 → 0.41.0-dev-900941a5
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 = {
|