tencentcloud-sdk-nodejs-tsf 4.1.151 → 4.1.155
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
|
@@ -13759,7 +13759,7 @@ export interface CreateClusterRequest {
|
|
|
13759
13759
|
*/
|
|
13760
13760
|
KuberneteApiServer?: string;
|
|
13761
13761
|
/**
|
|
13762
|
-
* K : kubeconfig, S : service account
|
|
13762
|
+
* K : kubeconfig, S : service account (公有云不支持通过kubeconfig和service account的方式创建集群)
|
|
13763
13763
|
*/
|
|
13764
13764
|
KuberneteNativeType?: string;
|
|
13765
13765
|
/**
|