@alicloud/cs20151215 3.0.24 → 3.0.26

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/dist/client.d.ts CHANGED
@@ -36,6 +36,48 @@ export declare class DataDisk extends $tea.Model {
36
36
  [key: string]: any;
37
37
  });
38
38
  }
39
+ export declare class KubeletConfig extends $tea.Model {
40
+ allowedUnsafeSysctls?: string[];
41
+ containerLogMaxFiles?: number;
42
+ containerLogMaxSize?: string;
43
+ cpuManagerPolicy?: string;
44
+ eventBurst?: number;
45
+ eventRecordQPS?: number;
46
+ evictionHard?: {
47
+ [key: string]: any;
48
+ };
49
+ evictionSoft?: {
50
+ [key: string]: any;
51
+ };
52
+ evictionSoftGracePeriod?: {
53
+ [key: string]: any;
54
+ };
55
+ featureGates?: {
56
+ [key: string]: any;
57
+ };
58
+ kubeAPIBurst?: number;
59
+ kubeAPIQPS?: number;
60
+ kubeReserved?: {
61
+ [key: string]: any;
62
+ };
63
+ maxPods?: number;
64
+ readOnlyPort?: number;
65
+ registryBurst?: number;
66
+ registryPullQPS?: number;
67
+ serializeImagePulls?: boolean;
68
+ systemReserved?: {
69
+ [key: string]: any;
70
+ };
71
+ static names(): {
72
+ [key: string]: string;
73
+ };
74
+ static types(): {
75
+ [key: string]: any;
76
+ };
77
+ constructor(map?: {
78
+ [key: string]: any;
79
+ });
80
+ }
39
81
  export declare class MaintenanceWindow extends $tea.Model {
40
82
  duration?: string;
41
83
  enable?: boolean;
@@ -384,6 +426,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
384
426
  });
385
427
  }
386
428
  export declare class CreateClusterRequest extends $tea.Model {
429
+ accessControlList?: string[];
387
430
  addons?: Addon[];
388
431
  apiAudiences?: string;
389
432
  chargeType?: string;
@@ -536,6 +579,7 @@ export declare class CreateClusterNodePoolRequest extends $tea.Model {
536
579
  }
537
580
  export declare class CreateClusterNodePoolResponseBody extends $tea.Model {
538
581
  nodepoolId?: string;
582
+ taskId?: string;
539
583
  static names(): {
540
584
  [key: string]: string;
541
585
  };
@@ -1451,6 +1495,7 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $tea.Mode
1451
1495
  kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
1452
1496
  management?: DescribeClusterNodePoolDetailResponseBodyManagement;
1453
1497
  maxNodes?: number;
1498
+ nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
1454
1499
  nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
1455
1500
  scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
1456
1501
  status?: DescribeClusterNodePoolDetailResponseBodyStatus;
@@ -2819,11 +2864,13 @@ export declare class MigrateClusterResponse extends $tea.Model {
2819
2864
  });
2820
2865
  }
2821
2866
  export declare class ModifyClusterRequest extends $tea.Model {
2867
+ accessControlList?: string[];
2822
2868
  apiServerEip?: boolean;
2823
2869
  apiServerEipId?: string;
2870
+ clusterName?: string;
2824
2871
  deletionProtection?: boolean;
2825
2872
  enableRrsa?: boolean;
2826
- ingressDomainRebinding?: string;
2873
+ ingressDomainRebinding?: boolean;
2827
2874
  ingressLoadbalancerId?: string;
2828
2875
  instanceDeletionProtection?: boolean;
2829
2876
  maintenanceWindow?: MaintenanceWindow;
@@ -2997,7 +3044,7 @@ export declare class ModifyClusterTagsResponse extends $tea.Model {
2997
3044
  });
2998
3045
  }
2999
3046
  export declare class ModifyNodePoolNodeConfigRequest extends $tea.Model {
3000
- kubeletConfig?: ModifyNodePoolNodeConfigRequestKubeletConfig;
3047
+ kubeletConfig?: KubeletConfig;
3001
3048
  rollingPolicy?: ModifyNodePoolNodeConfigRequestRollingPolicy;
3002
3049
  static names(): {
3003
3050
  [key: string]: string;
@@ -4615,6 +4662,18 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
4615
4662
  [key: string]: any;
4616
4663
  });
4617
4664
  }
4665
+ export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $tea.Model {
4666
+ kubeletConfiguration?: KubeletConfig;
4667
+ static names(): {
4668
+ [key: string]: string;
4669
+ };
4670
+ static types(): {
4671
+ [key: string]: any;
4672
+ };
4673
+ constructor(map?: {
4674
+ [key: string]: any;
4675
+ });
4676
+ }
4618
4677
  export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo extends $tea.Model {
4619
4678
  created?: string;
4620
4679
  isDefault?: boolean;
@@ -4819,6 +4878,18 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
4819
4878
  [key: string]: any;
4820
4879
  });
4821
4880
  }
4881
+ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $tea.Model {
4882
+ kubeletConfiguration?: KubeletConfig;
4883
+ static names(): {
4884
+ [key: string]: string;
4885
+ };
4886
+ static types(): {
4887
+ [key: string]: any;
4888
+ };
4889
+ constructor(map?: {
4890
+ [key: string]: any;
4891
+ });
4892
+ }
4822
4893
  export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $tea.Model {
4823
4894
  created?: string;
4824
4895
  isDefault?: boolean;
@@ -4948,6 +5019,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $tea.
4948
5019
  kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
4949
5020
  management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
4950
5021
  maxNodes?: number;
5022
+ nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
4951
5023
  nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
4952
5024
  scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
4953
5025
  status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
@@ -5007,6 +5079,20 @@ export declare class DescribeClusterNodesResponseBodyPage extends $tea.Model {
5007
5079
  [key: string]: any;
5008
5080
  });
5009
5081
  }
5082
+ export declare class DescribeClusterResourcesResponseBodyDependencies extends $tea.Model {
5083
+ clusterId?: string;
5084
+ resourceType?: string;
5085
+ instanceId?: string;
5086
+ static names(): {
5087
+ [key: string]: string;
5088
+ };
5089
+ static types(): {
5090
+ [key: string]: any;
5091
+ };
5092
+ constructor(map?: {
5093
+ [key: string]: any;
5094
+ });
5095
+ }
5010
5096
  export declare class DescribeClusterResourcesResponseBody extends $tea.Model {
5011
5097
  clusterId?: string;
5012
5098
  created?: string;
@@ -5015,6 +5101,7 @@ export declare class DescribeClusterResourcesResponseBody extends $tea.Model {
5015
5101
  resourceType?: string;
5016
5102
  state?: string;
5017
5103
  autoCreate?: number;
5104
+ dependencies?: DescribeClusterResourcesResponseBodyDependencies;
5018
5105
  static names(): {
5019
5106
  [key: string]: string;
5020
5107
  };
@@ -6007,40 +6094,6 @@ export declare class ModifyClusterNodePoolRequestTeeConfig extends $tea.Model {
6007
6094
  [key: string]: any;
6008
6095
  });
6009
6096
  }
6010
- export declare class ModifyNodePoolNodeConfigRequestKubeletConfig extends $tea.Model {
6011
- cpuManagerPolicy?: string;
6012
- eventBurst?: number;
6013
- eventRecordQPS?: number;
6014
- evictionHard?: {
6015
- [key: string]: any;
6016
- };
6017
- evictionSoft?: {
6018
- [key: string]: any;
6019
- };
6020
- evictionSoftGracePeriod?: {
6021
- [key: string]: any;
6022
- };
6023
- kubeAPIBurst?: number;
6024
- kubeAPIQPS?: number;
6025
- kubeReserved?: {
6026
- [key: string]: any;
6027
- };
6028
- registryBurst?: number;
6029
- registryPullQPS?: number;
6030
- serializeImagePulls?: boolean;
6031
- systemReserved?: {
6032
- [key: string]: any;
6033
- };
6034
- static names(): {
6035
- [key: string]: string;
6036
- };
6037
- static types(): {
6038
- [key: string]: any;
6039
- };
6040
- constructor(map?: {
6041
- [key: string]: any;
6042
- });
6043
- }
6044
6097
  export declare class ModifyNodePoolNodeConfigRequestRollingPolicy extends $tea.Model {
6045
6098
  maxParallelism?: number;
6046
6099
  static names(): {
@@ -6109,6 +6162,7 @@ export declare class ScaleOutClusterRequestWorkerDataDisks extends $tea.Model {
6109
6162
  });
6110
6163
  }
6111
6164
  export declare class UnInstallClusterAddonsRequestAddons extends $tea.Model {
6165
+ cleanupCloudResources?: boolean;
6112
6166
  name?: string;
6113
6167
  static names(): {
6114
6168
  [key: string]: string;
@@ -6215,10 +6269,7 @@ export default class Client extends OpenApi {
6215
6269
  deleteClusterNodepool(ClusterId: string, NodepoolId: string, request: DeleteClusterNodepoolRequest): Promise<DeleteClusterNodepoolResponse>;
6216
6270
  /**
6217
6271
  * >
6218
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
6219
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
6220
- * * Nodes remain in the unschedulable state when they are being removed.
6221
- * * You can remove only worker nodes by calling this operation.
6272
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
6222
6273
  *
6223
6274
  * @param request DeleteClusterNodesRequest
6224
6275
  * @param headers map
@@ -6230,10 +6281,7 @@ export default class Client extends OpenApi {
6230
6281
  }, runtime: $Util.RuntimeOptions): Promise<DeleteClusterNodesResponse>;
6231
6282
  /**
6232
6283
  * >
6233
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
6234
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
6235
- * * Nodes remain in the unschedulable state when they are being removed.
6236
- * * You can remove only worker nodes by calling this operation.
6284
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
6237
6285
  *
6238
6286
  * @param request DeleteClusterNodesRequest
6239
6287
  * @return DeleteClusterNodesResponse
@@ -6454,7 +6502,8 @@ export default class Client extends OpenApi {
6454
6502
  }, runtime: $Util.RuntimeOptions): Promise<DescribePolicyInstancesStatusResponse>;
6455
6503
  describePolicyInstancesStatus(clusterId: string): Promise<DescribePolicyInstancesStatusResponse>;
6456
6504
  /**
6457
- * > You can call this operation only with an Alibaba Cloud account.
6505
+ * **
6506
+ * ****Only Alibaba Cloud accounts can call this API operation.
6458
6507
  *
6459
6508
  * @param request DescribeSubaccountK8sClusterUserConfigRequest
6460
6509
  * @param headers map
@@ -6465,7 +6514,8 @@ export default class Client extends OpenApi {
6465
6514
  [key: string]: string;
6466
6515
  }, runtime: $Util.RuntimeOptions): Promise<DescribeSubaccountK8sClusterUserConfigResponse>;
6467
6516
  /**
6468
- * > You can call this operation only with an Alibaba Cloud account.
6517
+ * **
6518
+ * ****Only Alibaba Cloud accounts can call this API operation.
6469
6519
  *
6470
6520
  * @param request DescribeSubaccountK8sClusterUserConfigRequest
6471
6521
  * @return DescribeSubaccountK8sClusterUserConfigResponse
@@ -6520,10 +6570,9 @@ export default class Client extends OpenApi {
6520
6570
  }, runtime: $Util.RuntimeOptions): Promise<GetUpgradeStatusResponse>;
6521
6571
  getUpgradeStatus(ClusterId: string): Promise<GetUpgradeStatusResponse>;
6522
6572
  /**
6523
- * **Precautions**:
6524
- * * Make sure that you have granted the specified RAM user at least read permissions on the specified cluster by attaching RAM policies. Otherwise, the `ErrorRamPolicyConfig` error will be returned.
6525
- * For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
6526
- * * If you call this operation as a RAM user, make sure that this RAM user has the permissions to grant other RAM users the permissions to manage ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` errors will be returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
6573
+ * ****
6574
+ * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
6575
+ * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
6527
6576
  * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
6528
6577
  *
6529
6578
  * @param request GrantPermissionsRequest
@@ -6535,10 +6584,9 @@ export default class Client extends OpenApi {
6535
6584
  [key: string]: string;
6536
6585
  }, runtime: $Util.RuntimeOptions): Promise<GrantPermissionsResponse>;
6537
6586
  /**
6538
- * **Precautions**:
6539
- * * Make sure that you have granted the specified RAM user at least read permissions on the specified cluster by attaching RAM policies. Otherwise, the `ErrorRamPolicyConfig` error will be returned.
6540
- * For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
6541
- * * If you call this operation as a RAM user, make sure that this RAM user has the permissions to grant other RAM users the permissions to manage ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` errors will be returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
6587
+ * ****
6588
+ * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
6589
+ * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
6542
6590
  * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
6543
6591
  *
6544
6592
  * @param request GrantPermissionsRequest
@@ -6565,7 +6613,7 @@ export default class Client extends OpenApi {
6565
6613
  * You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
6566
6614
  * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
6567
6615
  * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
6568
- * After you call this operation, the component may be redeployed and restarted. We recommend that you evaluate the impact before you call this operation.
6616
+ * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
6569
6617
  *
6570
6618
  * @param request ModifyClusterAddonRequest
6571
6619
  * @param headers map
@@ -6579,7 +6627,7 @@ export default class Client extends OpenApi {
6579
6627
  * You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
6580
6628
  * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
6581
6629
  * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
6582
- * After you call this operation, the component may be redeployed and restarted. We recommend that you evaluate the impact before you call this operation.
6630
+ * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
6583
6631
  *
6584
6632
  * @param request ModifyClusterAddonRequest
6585
6633
  * @return ModifyClusterAddonResponse
@@ -6597,16 +6645,31 @@ export default class Client extends OpenApi {
6597
6645
  [key: string]: string;
6598
6646
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterTagsResponse>;
6599
6647
  modifyClusterTags(ClusterId: string, request: ModifyClusterTagsRequest): Promise<ModifyClusterTagsResponse>;
6648
+ /**
6649
+ * This operation progressively modifies the kubelet configuration of the nodes in a node pool and restarts the kubelet process, which may affect your businesses.
6650
+ *
6651
+ * @param request ModifyNodePoolNodeConfigRequest
6652
+ * @param headers map
6653
+ * @param runtime runtime options for this request RuntimeOptions
6654
+ * @return ModifyNodePoolNodeConfigResponse
6655
+ */
6600
6656
  modifyNodePoolNodeConfigWithOptions(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest, headers: {
6601
6657
  [key: string]: string;
6602
6658
  }, runtime: $Util.RuntimeOptions): Promise<ModifyNodePoolNodeConfigResponse>;
6659
+ /**
6660
+ * This operation progressively modifies the kubelet configuration of the nodes in a node pool and restarts the kubelet process, which may affect your businesses.
6661
+ *
6662
+ * @param request ModifyNodePoolNodeConfigRequest
6663
+ * @return ModifyNodePoolNodeConfigResponse
6664
+ */
6603
6665
  modifyNodePoolNodeConfig(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest): Promise<ModifyNodePoolNodeConfigResponse>;
6604
6666
  modifyPolicyInstanceWithOptions(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest, headers: {
6605
6667
  [key: string]: string;
6606
6668
  }, runtime: $Util.RuntimeOptions): Promise<ModifyPolicyInstanceResponse>;
6607
6669
  modifyPolicyInstance(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest): Promise<ModifyPolicyInstanceResponse>;
6608
6670
  /**
6609
- * You can activate ACK with Alibaba Cloud accounts or RAM users that have the authority of AdministratorAccess.
6671
+ * * You can activate ACK by using Alibaba Cloud accounts.
6672
+ * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
6610
6673
  *
6611
6674
  * @param request OpenAckServiceRequest
6612
6675
  * @param headers map
@@ -6617,7 +6680,8 @@ export default class Client extends OpenApi {
6617
6680
  [key: string]: string;
6618
6681
  }, runtime: $Util.RuntimeOptions): Promise<OpenAckServiceResponse>;
6619
6682
  /**
6620
- * You can activate ACK with Alibaba Cloud accounts or RAM users that have the authority of AdministratorAccess.
6683
+ * * You can activate ACK by using Alibaba Cloud accounts.
6684
+ * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
6621
6685
  *
6622
6686
  * @param request OpenAckServiceRequest
6623
6687
  * @return OpenAckServiceResponse
@@ -6654,11 +6718,9 @@ export default class Client extends OpenApi {
6654
6718
  */
6655
6719
  removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse>;
6656
6720
  /**
6657
- * >
6658
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
6659
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
6660
- * * Nodes remain in the Unschedulable state when they are being removed.
6661
- * * You can remove only worker nodes. You cannot remove control planes.
6721
+ * **
6722
+ * ****
6723
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
6662
6724
  *
6663
6725
  * @param tmpReq RemoveNodePoolNodesRequest
6664
6726
  * @param headers map
@@ -6669,11 +6731,9 @@ export default class Client extends OpenApi {
6669
6731
  [key: string]: string;
6670
6732
  }, runtime: $Util.RuntimeOptions): Promise<RemoveNodePoolNodesResponse>;
6671
6733
  /**
6672
- * >
6673
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
6674
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
6675
- * * Nodes remain in the Unschedulable state when they are being removed.
6676
- * * You can remove only worker nodes. You cannot remove control planes.
6734
+ * **
6735
+ * ****
6736
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
6677
6737
  *
6678
6738
  * @param request RemoveNodePoolNodesRequest
6679
6739
  * @return RemoveNodePoolNodesResponse
@@ -6722,7 +6782,8 @@ export default class Client extends OpenApi {
6722
6782
  }, runtime: $Util.RuntimeOptions): Promise<ScaleClusterNodePoolResponse>;
6723
6783
  scaleClusterNodePool(ClusterId: string, NodepoolId: string, request: ScaleClusterNodePoolRequest): Promise<ScaleClusterNodePoolResponse>;
6724
6784
  /**
6725
- * > The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to an ACK cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
6785
+ * **
6786
+ * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
6726
6787
  *
6727
6788
  * @param request ScaleOutClusterRequest
6728
6789
  * @param headers map
@@ -6733,7 +6794,8 @@ export default class Client extends OpenApi {
6733
6794
  [key: string]: string;
6734
6795
  }, runtime: $Util.RuntimeOptions): Promise<ScaleOutClusterResponse>;
6735
6796
  /**
6736
- * > The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to an ACK cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
6797
+ * **
6798
+ * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
6737
6799
  *
6738
6800
  * @param request ScaleOutClusterRequest
6739
6801
  * @return ScaleOutClusterResponse
@@ -6780,9 +6842,9 @@ export default class Client extends OpenApi {
6780
6842
  }, runtime: $Util.RuntimeOptions): Promise<UpdateControlPlaneLogResponse>;
6781
6843
  updateControlPlaneLog(ClusterId: string, request: UpdateControlPlaneLogRequest): Promise<UpdateControlPlaneLogResponse>;
6782
6844
  /**
6783
- * >
6784
- * * You can call this operation only with an Alibaba Cloud account.
6785
- * * After you revoke the kubeconfig file of a cluster, the validity period of the kubeconfig file that you specified becomes invalid. You can call this API operation to specify the validity period again.
6845
+ * **
6846
+ * ****
6847
+ * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
6786
6848
  *
6787
6849
  * @param request UpdateK8sClusterUserConfigExpireRequest
6788
6850
  * @param headers map
@@ -6793,9 +6855,9 @@ export default class Client extends OpenApi {
6793
6855
  [key: string]: string;
6794
6856
  }, runtime: $Util.RuntimeOptions): Promise<UpdateK8sClusterUserConfigExpireResponse>;
6795
6857
  /**
6796
- * >
6797
- * * You can call this operation only with an Alibaba Cloud account.
6798
- * * After you revoke the kubeconfig file of a cluster, the validity period of the kubeconfig file that you specified becomes invalid. You can call this API operation to specify the validity period again.
6858
+ * **
6859
+ * ****
6860
+ * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
6799
6861
  *
6800
6862
  * @param request UpdateK8sClusterUserConfigExpireRequest
6801
6863
  * @return UpdateK8sClusterUserConfigExpireResponse
@@ -6814,7 +6876,7 @@ export default class Client extends OpenApi {
6814
6876
  }, runtime: $Util.RuntimeOptions): Promise<UpgradeClusterAddonsResponse>;
6815
6877
  upgradeClusterAddons(ClusterId: string, request: UpgradeClusterAddonsRequest): Promise<UpgradeClusterAddonsResponse>;
6816
6878
  /**
6817
- * You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
6879
+ * This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
6818
6880
  *
6819
6881
  * @param request UpgradeClusterNodepoolRequest
6820
6882
  * @param headers map
@@ -6825,7 +6887,7 @@ export default class Client extends OpenApi {
6825
6887
  [key: string]: string;
6826
6888
  }, runtime: $Util.RuntimeOptions): Promise<UpgradeClusterNodepoolResponse>;
6827
6889
  /**
6828
- * You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
6890
+ * This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
6829
6891
  *
6830
6892
  * @param request UpgradeClusterNodepoolRequest
6831
6893
  * @return UpgradeClusterNodepoolResponse