tencentcloud-sdk-nodejs-tke 4.0.1042 → 4.0.1045

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.0.1042",
3
+ "version": "4.0.1045",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -548,47 +548,38 @@ export interface Addon {
548
548
  export interface OpenPolicyInfo {
549
549
  /**
550
550
  * 策略分类:cluster集群策略、node节点策略、namespace命名空间策略、configuration配置相关策略、compute计算资源策略、storage存储资源策略、network网络资源策略
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
551
  */
553
552
  PolicyCategory?: string
554
553
  /**
555
554
  * 策略中文名称
556
- 注意:此字段可能返回 null,表示取不到有效值。
557
555
  */
558
556
  PolicyName?: string
559
557
  /**
560
558
  * 策略描述
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
559
  */
563
560
  PolicyDesc?: string
564
561
  /**
565
562
  * 策略运行模式:dryrun空跑不生效,deny拦截生效
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
563
  */
568
564
  EnforcementAction?: string
569
565
  /**
570
566
  * 关联的事件数量(最近7d)
571
- 注意:此字段可能返回 null,表示取不到有效值。
572
567
  */
573
568
  EventNums?: number
574
569
  /**
575
570
  * 策略英文名称
576
- 注意:此字段可能返回 null,表示取不到有效值。
577
571
  */
578
572
  Name?: string
579
573
  /**
580
574
  * 策略模板类型
581
- 注意:此字段可能返回 null,表示取不到有效值。
582
575
  */
583
576
  Kind?: string
584
577
  /**
585
578
  * 策略开关状态:open打开,close关闭
586
- 注意:此字段可能返回 null,表示取不到有效值。
587
579
  */
588
580
  EnabledStatus?: string
589
581
  /**
590
582
  * 策略的实例的yaml示例base64编码
591
- 注意:此字段可能返回 null,表示取不到有效值。
592
583
  */
593
584
  ConstraintYamlExample?: string
594
585
  /**
@@ -5987,7 +5978,6 @@ export interface UpdateTKEEdgeClusterRequest {
5987
5978
  export interface DescribeOpenPolicyListResponse {
5988
5979
  /**
5989
5980
  * 策略信息列表
5990
- 注意:此字段可能返回 null,表示取不到有效值。
5991
5981
  */
5992
5982
  OpenPolicyInfoList?: Array<OpenPolicyInfo>
5993
5983
  /**
@@ -508,47 +508,38 @@ export interface Addon {
508
508
  export interface OpenPolicyInfo {
509
509
  /**
510
510
  * 策略分类:cluster集群策略、node节点策略、namespace命名空间策略、configuration配置相关策略、compute计算资源策略、storage存储资源策略、network网络资源策略
511
- 注意:此字段可能返回 null,表示取不到有效值。
512
511
  */
513
512
  PolicyCategory?: string;
514
513
  /**
515
514
  * 策略中文名称
516
- 注意:此字段可能返回 null,表示取不到有效值。
517
515
  */
518
516
  PolicyName?: string;
519
517
  /**
520
518
  * 策略描述
521
- 注意:此字段可能返回 null,表示取不到有效值。
522
519
  */
523
520
  PolicyDesc?: string;
524
521
  /**
525
522
  * 策略运行模式:dryrun空跑不生效,deny拦截生效
526
- 注意:此字段可能返回 null,表示取不到有效值。
527
523
  */
528
524
  EnforcementAction?: string;
529
525
  /**
530
526
  * 关联的事件数量(最近7d)
531
- 注意:此字段可能返回 null,表示取不到有效值。
532
527
  */
533
528
  EventNums?: number;
534
529
  /**
535
530
  * 策略英文名称
536
- 注意:此字段可能返回 null,表示取不到有效值。
537
531
  */
538
532
  Name?: string;
539
533
  /**
540
534
  * 策略模板类型
541
- 注意:此字段可能返回 null,表示取不到有效值。
542
535
  */
543
536
  Kind?: string;
544
537
  /**
545
538
  * 策略开关状态:open打开,close关闭
546
- 注意:此字段可能返回 null,表示取不到有效值。
547
539
  */
548
540
  EnabledStatus?: string;
549
541
  /**
550
542
  * 策略的实例的yaml示例base64编码
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
543
  */
553
544
  ConstraintYamlExample?: string;
554
545
  /**
@@ -5697,7 +5688,6 @@ export interface UpdateTKEEdgeClusterRequest {
5697
5688
  export interface DescribeOpenPolicyListResponse {
5698
5689
  /**
5699
5690
  * 策略信息列表
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
5691
  */
5702
5692
  OpenPolicyInfoList?: Array<OpenPolicyInfo>;
5703
5693
  /**