tencentcloud-sdk-nodejs-tke 4.1.273 → 4.1.283

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.273",
3
+ "version": "4.1.283",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7219,6 +7219,10 @@ export interface CreateClusterNodePoolRequest {
7219
7219
  * <p>删除保护开关</p>
7220
7220
  */
7221
7221
  DeletionProtection?: boolean;
7222
+ /**
7223
+ * <p>跳过校验选项,目前支持 &quot;VpcDnsCheck&quot;</p>
7224
+ */
7225
+ SkipValidateOptions?: Array<string>;
7222
7226
  }
7223
7227
  /**
7224
7228
  * DeleteClusterNodePool返回参数结构体
@@ -421,6 +421,10 @@ export interface CreateNodePoolRequest {
421
421
  * <p>节点 Annotation 列表</p>
422
422
  */
423
423
  Annotations?: Array<Annotation>;
424
+ /**
425
+ * <p>跳过校验选项,支持 &quot;VpcDnsCheck&quot;</p>
426
+ */
427
+ SkipValidateOptions?: Array<string>;
424
428
  }
425
429
  /**
426
430
  * DescribeHealthCheckPolicyBindings返回参数结构体