tencentcloud-sdk-nodejs-tke 4.1.249 → 4.1.255

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tke",
3
- "version": "4.1.249",
3
+ "version": "4.1.255",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
- * 集群ID
12699
+ * <p>集群ID</p>
12700
12700
  */
12701
12701
  ClusterId: string;
12702
12702
  /**
12703
- * 集群标签:
12704
- [{"TagKey":"env","TagValue":"dev"}]}]
12703
+ * <p>集群标签:<br>[{&quot;TagKey&quot;:&quot;env&quot;,&quot;TagValue&quot;:&quot;dev&quot;}]}]</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请求参数结构体