tencentcloud-sdk-nodejs-tke 4.1.157 → 4.1.160
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
|
@@ -2205,7 +2205,7 @@ export interface DisableControlPlaneLogsRequest {
|
|
|
2205
2205
|
*/
|
|
2206
2206
|
ClusterType: string;
|
|
2207
2207
|
/**
|
|
2208
|
-
* 组件名称列表,目前支持的组件有:
|
|
2208
|
+
* 组件名称列表,目前支持的组件有:cluster-autoscaler、kapenter
|
|
2209
2209
|
*/
|
|
2210
2210
|
ComponentNames: Array<string>;
|
|
2211
2211
|
/**
|
|
@@ -12614,7 +12614,7 @@ export interface EnableControlPlaneLogsRequest {
|
|
|
12614
12614
|
*/
|
|
12615
12615
|
ClusterType: string;
|
|
12616
12616
|
/**
|
|
12617
|
-
*
|
|
12617
|
+
* 组件名称列表,目前支持的组件有:cluster-autoscaler、kapenter
|
|
12618
12618
|
*/
|
|
12619
12619
|
Components: Array<ComponentLogConfig>;
|
|
12620
12620
|
}
|