tencentcloud-sdk-nodejs-tke 4.1.84 → 4.1.99
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
|
@@ -6631,6 +6631,10 @@ export interface ClusterAdvancedSettings {
|
|
|
6631
6631
|
* 集群使用的runtime类型,包括"docker"和"containerd"两种类型,默认为"docker"
|
|
6632
6632
|
*/
|
|
6633
6633
|
ContainerRuntime?: string;
|
|
6634
|
+
/**
|
|
6635
|
+
* 是否启用 DataPlaneV2(cilium替代kube-proxy)
|
|
6636
|
+
*/
|
|
6637
|
+
DataPlaneV2?: boolean;
|
|
6634
6638
|
/**
|
|
6635
6639
|
* 是否启用集群删除保护
|
|
6636
6640
|
*/
|
|
@@ -6670,7 +6674,7 @@ export interface ClusterAdvancedSettings {
|
|
|
6670
6674
|
*/
|
|
6671
6675
|
KubeProxyMode?: string;
|
|
6672
6676
|
/**
|
|
6673
|
-
*
|
|
6677
|
+
* 集群网络类型。包括GR(全局路由)和VPC-CNI两种模式,默认为GR。
|
|
6674
6678
|
*/
|
|
6675
6679
|
NetworkType?: string;
|
|
6676
6680
|
/**
|