tencentcloud-sdk-nodejs-tke 4.1.250 → 4.1.256
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
|
@@ -2218,7 +2218,7 @@ export interface KubeJarvisStateCatalogue {
|
|
|
2218
2218
|
*/
|
|
2219
2219
|
export interface ModifyClusterTagsResponse {
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* <p>集群标签</p>
|
|
2222
2222
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2223
2223
|
*/
|
|
2224
2224
|
Tags?: Array<Tag>;
|
|
@@ -12696,18 +12696,21 @@ export interface DeleteLogConfigsRequest {
|
|
|
12696
12696
|
*/
|
|
12697
12697
|
export interface ModifyClusterTagsRequest {
|
|
12698
12698
|
/**
|
|
12699
|
-
*
|
|
12699
|
+
* <p>集群ID</p>
|
|
12700
12700
|
*/
|
|
12701
12701
|
ClusterId: string;
|
|
12702
12702
|
/**
|
|
12703
|
-
*
|
|
12704
|
-
[{"TagKey":"env","TagValue":"dev"}]}]
|
|
12703
|
+
* <p>集群标签:<br>[{"TagKey":"env","TagValue":"dev"}]}]</p>
|
|
12705
12704
|
*/
|
|
12706
12705
|
Tags?: Array<Tag>;
|
|
12707
12706
|
/**
|
|
12708
|
-
*
|
|
12707
|
+
* <p>是否同步集群内子资源标签</p>
|
|
12709
12708
|
*/
|
|
12710
12709
|
SyncSubresource?: boolean;
|
|
12710
|
+
/**
|
|
12711
|
+
* <p>是否同步节点池标签</p>
|
|
12712
|
+
*/
|
|
12713
|
+
SyncNodePoolTags?: boolean;
|
|
12711
12714
|
}
|
|
12712
12715
|
/**
|
|
12713
12716
|
* DescribeClusterKubeconfig请求参数结构体
|