@alicloud/cs20151215 6.6.3 → 6.6.5

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.
Files changed (273) hide show
  1. package/dist/client.d.ts +202 -124
  2. package/dist/client.js +202 -124
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachInstancesRequest.d.ts +2 -2
  5. package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
  6. package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
  7. package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
  8. package/dist/models/ContainerdConfig.d.ts +22 -2
  9. package/dist/models/ContainerdConfig.js.map +1 -1
  10. package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
  11. package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
  12. package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
  13. package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
  14. package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
  15. package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
  16. package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterRequest.d.ts +585 -353
  20. package/dist/models/CreateClusterRequest.js.map +1 -1
  21. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  22. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  23. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  25. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  27. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  28. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  29. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  30. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  31. package/dist/models/DeleteClusterRequest.js.map +1 -1
  32. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  33. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  34. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  35. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  36. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  37. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  38. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  39. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  41. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  42. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  43. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  44. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  45. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  46. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  47. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  48. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  50. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  57. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  58. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  59. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  60. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  61. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  62. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  63. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  64. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  65. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  66. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  67. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  68. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  69. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  70. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  71. package/dist/models/DescribeClustersV1request.js.map +1 -1
  72. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  73. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  74. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  75. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  77. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  78. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  79. package/dist/models/DescribeEventsRequest.js.map +1 -1
  80. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  81. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  83. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  84. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  85. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  86. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  87. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  88. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  89. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  90. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  91. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  92. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  93. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  94. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  95. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  96. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  97. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  98. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  99. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  100. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  101. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  102. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  103. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  104. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  105. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  106. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  107. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  108. package/dist/models/KubeletConfig.d.ts +10 -0
  109. package/dist/models/KubeletConfig.js.map +1 -1
  110. package/dist/models/ListAddonsRequest.d.ts +1 -1
  111. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  112. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  113. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  114. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  115. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  116. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  117. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  118. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  119. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  121. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  122. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  123. package/dist/models/MaintenanceWindow.d.ts +1 -1
  124. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  125. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  126. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  127. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  128. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  129. package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
  130. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  131. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  132. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  133. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  134. package/dist/models/ModifyClusterRequest.js.map +1 -1
  135. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  136. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  138. package/dist/models/Nodepool.d.ts +274 -180
  139. package/dist/models/Nodepool.js +2 -0
  140. package/dist/models/Nodepool.js.map +1 -1
  141. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  142. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  143. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  144. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  145. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  146. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  147. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  148. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  149. package/dist/models/Runtime.d.ts +2 -2
  150. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  151. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  152. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  153. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  154. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  155. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  156. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  157. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  158. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  159. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  160. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  161. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  162. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  163. package/dist/models/model.d.ts +2 -0
  164. package/dist/models/model.js +58 -54
  165. package/dist/models/model.js.map +1 -1
  166. package/package.json +1 -1
  167. package/src/client.ts +202 -124
  168. package/src/models/AttachInstancesRequest.ts +2 -2
  169. package/src/models/AttachInstancesResponseBody.ts +1 -1
  170. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  171. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  172. package/src/models/ContainerdConfig.ts +22 -2
  173. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  174. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  175. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  176. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  177. package/src/models/CreateClusterRequest.ts +585 -353
  178. package/src/models/CreateClusterResponseBody.ts +5 -5
  179. package/src/models/CreateTriggerResponseBody.ts +1 -1
  180. package/src/models/DeleteAlertContactRequest.ts +1 -1
  181. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  182. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  183. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  184. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  185. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  186. package/src/models/DeleteClusterRequest.ts +26 -18
  187. package/src/models/DeleteClusterResponseBody.ts +2 -2
  188. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  189. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  190. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  191. package/src/models/DescribeAddonsRequest.ts +1 -1
  192. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  193. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  194. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  195. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  196. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  197. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  198. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
  199. package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
  200. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  201. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  202. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  203. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  204. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  205. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  206. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  207. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  208. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  209. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  210. package/src/models/DescribeClustersV1request.ts +33 -17
  211. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  212. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  213. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  214. package/src/models/DescribeEventsRequest.ts +53 -20
  215. package/src/models/DescribeEventsResponseBody.ts +53 -29
  216. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  217. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  218. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  219. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  220. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  221. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  222. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  223. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  224. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  225. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  226. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  227. package/src/models/DescribeTriggerResponse.ts +1 -1
  228. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  229. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  230. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  231. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  232. package/src/models/GrantPermissionsRequest.ts +28 -20
  233. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  234. package/src/models/InstanceMetadataOptions.ts +17 -0
  235. package/src/models/KubeletConfig.ts +10 -0
  236. package/src/models/ListAddonsRequest.ts +1 -1
  237. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  238. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  239. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  240. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  241. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  242. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  243. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  244. package/src/models/MaintenanceWindow.ts +1 -1
  245. package/src/models/MigrateClusterResponseBody.ts +3 -3
  246. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  247. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  248. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  249. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  250. package/src/models/ModifyClusterRequest.ts +186 -123
  251. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  252. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  253. package/src/models/Nodepool.ts +276 -180
  254. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  255. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  256. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  257. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  258. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  259. package/src/models/RunClusterCheckRequest.ts +2 -2
  260. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  261. package/src/models/Runtime.ts +2 -2
  262. package/src/models/ScaleOutClusterRequest.ts +8 -131
  263. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  264. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  265. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  266. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  267. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  268. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  269. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  270. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  271. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  272. package/src/models/UpgradeClusterRequest.ts +3 -3
  273. package/src/models/model.ts +2 -0
package/dist/client.js CHANGED
@@ -96,6 +96,9 @@ class Client extends openapi_core_1.default {
96
96
  /**
97
97
  * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
98
98
  *
99
+ * @remarks
100
+ * 调用本接口前,请仔细阅读[使用限制](https://help.aliyun.com/document_detail/86919.html),确保待添加的ECS实例满足条件。
101
+ *
99
102
  * @param request - AttachInstancesRequest
100
103
  * @param headers - map
101
104
  * @param runtime - runtime options for this request RuntimeOptions
@@ -163,6 +166,9 @@ class Client extends openapi_core_1.default {
163
166
  /**
164
167
  * Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
165
168
  *
169
+ * @remarks
170
+ * 调用本接口前,请仔细阅读[使用限制](https://help.aliyun.com/document_detail/86919.html),确保待添加的ECS实例满足条件。
171
+ *
166
172
  * @param request - AttachInstancesRequest
167
173
  * @returns AttachInstancesResponse
168
174
  */
@@ -554,7 +560,11 @@ class Client extends openapi_core_1.default {
554
560
  return await this.cleanUserPermissionsWithOptions(Uid, request, headers, runtime);
555
561
  }
556
562
  /**
557
- * Creates an auto-repair policy.
563
+ * Create a self-healing rule.
564
+ *
565
+ * @remarks
566
+ * >Notice:
567
+ * This API is not yet available.
558
568
  *
559
569
  * @param request - CreateAutoRepairPolicyRequest
560
570
  * @param headers - map
@@ -594,7 +604,11 @@ class Client extends openapi_core_1.default {
594
604
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAutoRepairPolicyResponse({}));
595
605
  }
596
606
  /**
597
- * Creates an auto-repair policy.
607
+ * Create a self-healing rule.
608
+ *
609
+ * @remarks
610
+ * >Notice:
611
+ * This API is not yet available.
598
612
  *
599
613
  * @param request - CreateAutoRepairPolicyRequest
600
614
  * @returns CreateAutoRepairPolicyResponse
@@ -605,7 +619,7 @@ class Client extends openapi_core_1.default {
605
619
  return await this.createAutoRepairPolicyWithOptions(clusterId, request, headers, runtime);
606
620
  }
607
621
  /**
608
- * Creates a scaling configuration to allow the system to scale resources based on the given scaling rules. When you create a scaling configuration, you can specify the scaling metrics, thresholds, scaling order, and scaling interval.
622
+ * Create an auto scaling policy to automatically add or remove compute resources based on configured scaling rules to handle your cluster\\"s workload. You can specify metrics and thresholds, scaling order, a cooldown period, and more.
609
623
  *
610
624
  * @param request - CreateAutoscalingConfigRequest
611
625
  * @param headers - map
@@ -681,7 +695,7 @@ class Client extends openapi_core_1.default {
681
695
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAutoscalingConfigResponse({}));
682
696
  }
683
697
  /**
684
- * Creates a scaling configuration to allow the system to scale resources based on the given scaling rules. When you create a scaling configuration, you can specify the scaling metrics, thresholds, scaling order, and scaling interval.
698
+ * Create an auto scaling policy to automatically add or remove compute resources based on configured scaling rules to handle your cluster\\"s workload. You can specify metrics and thresholds, scaling order, a cooldown period, and more.
685
699
  *
686
700
  * @param request - CreateAutoscalingConfigRequest
687
701
  * @returns CreateAutoscalingConfigResponse
@@ -692,16 +706,17 @@ class Client extends openapi_core_1.default {
692
706
  return await this.createAutoscalingConfigWithOptions(ClusterId, request, headers, runtime);
693
707
  }
694
708
  /**
695
- * Creates a Container Service for Kubernetes (ACK) cluster. For example, you can create an ACK managed cluster, ACK Serverless cluster, ACK Edge cluster, or registered cluster. When you create an ACK cluster, you need to configure the cluster information, components, and cloud resources used by ACK.
709
+ * Create an ACK cluster using OpenAPI. Supported cluster types include ACK managed clusters, ACK serverless clusters, ACK Edge clusters, and registered clusters. When creating a cluster, configure the cluster information, components, and related Alibaba Cloud resources.
696
710
  *
697
711
  * @remarks
698
- * ### [](#-openapi-)Generate API request parameters through the ACK console
699
- * When calling the CreateCluster operation to create a cluster, if the API call fails due to invalid parameter settings, you can generate valid request parameters through the ACK console. Follow these steps:
700
- * 1. Log on to the [ACK console](https://csnew.console.aliyun.com). In the left-side navigation pane, click **Clusters**.
701
- * 2. On the **Clusters** page, click **Cluster Templates**.
702
- * 3. In the Select Cluster Template dialog box, select the type of cluster you want to create and click Create. Then, configure the cluster parameters.
703
- * 4. In the **Confirm** step, click **Generate API Request Parameters**.
704
- * The API request parameters are displayed in the API Request Parameters dialog box.
712
+ * ### Generate OpenAPI request parameters in the console
713
+ * If your CreateCluster API call fails due to invalid parameter combinations, you can generate valid request parameters directly in the console. Follow these steps:
714
+ * 1. Log on to the [Container Service for Kubernetes console](https://csnew.console.aliyun.com). In the left navigation pane, select **Clusters**.
715
+ * 2. On the **Clusters** page, click **Cluster Templates**.
716
+ * 3. In the dialog box, select the cluster type you want to create and click Create. Then configure your cluster on the cluster configuration page.
717
+ * 4. After completing your configuration, go to the **Review Configuration** page and click **Equivalent Code** in the upper-right corner. The dialog box displays the required parameter combination for cluster creation. Copy and use it as needed.
718
+ * >Notice:
719
+ * Starting July 4, 2026, some request parameters will no longer take effect. For details about the changes and replacement parameters, see [Announcement on Changes and Deprecation of OpenAPI Parameters for ACK Cluster Management](https://help.aliyun.com/document_detail/2932733.html).
705
720
  *
706
721
  * @param request - CreateClusterRequest
707
722
  * @param headers - map
@@ -1038,16 +1053,17 @@ class Client extends openapi_core_1.default {
1038
1053
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateClusterResponse({}));
1039
1054
  }
1040
1055
  /**
1041
- * Creates a Container Service for Kubernetes (ACK) cluster. For example, you can create an ACK managed cluster, ACK Serverless cluster, ACK Edge cluster, or registered cluster. When you create an ACK cluster, you need to configure the cluster information, components, and cloud resources used by ACK.
1056
+ * Create an ACK cluster using OpenAPI. Supported cluster types include ACK managed clusters, ACK serverless clusters, ACK Edge clusters, and registered clusters. When creating a cluster, configure the cluster information, components, and related Alibaba Cloud resources.
1042
1057
  *
1043
1058
  * @remarks
1044
- * ### [](#-openapi-)Generate API request parameters through the ACK console
1045
- * When calling the CreateCluster operation to create a cluster, if the API call fails due to invalid parameter settings, you can generate valid request parameters through the ACK console. Follow these steps:
1046
- * 1. Log on to the [ACK console](https://csnew.console.aliyun.com). In the left-side navigation pane, click **Clusters**.
1047
- * 2. On the **Clusters** page, click **Cluster Templates**.
1048
- * 3. In the Select Cluster Template dialog box, select the type of cluster you want to create and click Create. Then, configure the cluster parameters.
1049
- * 4. In the **Confirm** step, click **Generate API Request Parameters**.
1050
- * The API request parameters are displayed in the API Request Parameters dialog box.
1059
+ * ### Generate OpenAPI request parameters in the console
1060
+ * If your CreateCluster API call fails due to invalid parameter combinations, you can generate valid request parameters directly in the console. Follow these steps:
1061
+ * 1. Log on to the [Container Service for Kubernetes console](https://csnew.console.aliyun.com). In the left navigation pane, select **Clusters**.
1062
+ * 2. On the **Clusters** page, click **Cluster Templates**.
1063
+ * 3. In the dialog box, select the cluster type you want to create and click Create. Then configure your cluster on the cluster configuration page.
1064
+ * 4. After completing your configuration, go to the **Review Configuration** page and click **Equivalent Code** in the upper-right corner. The dialog box displays the required parameter combination for cluster creation. Copy and use it as needed.
1065
+ * >Notice:
1066
+ * Starting July 4, 2026, some request parameters will no longer take effect. For details about the changes and replacement parameters, see [Announcement on Changes and Deprecation of OpenAPI Parameters for ACK Cluster Management](https://help.aliyun.com/document_detail/2932733.html).
1051
1067
  *
1052
1068
  * @param request - CreateClusterRequest
1053
1069
  * @returns CreateClusterResponse
@@ -1151,7 +1167,7 @@ class Client extends openapi_core_1.default {
1151
1167
  return await this.createClusterInspectConfigWithOptions(clusterId, request, headers, runtime);
1152
1168
  }
1153
1169
  /**
1154
- * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
1170
+ * A node pool is a logical collection of nodes that share the same properties, enabling unified management and O&M operations such as node upgrades and Auto Scaling. You can further leverage the automated O&M capabilities of node pools to reduce operational costs—for example, by automatically patching OS CVE vulnerabilities, automatically recovering failed nodes, and automatically upgrading kubelet and containerd versions. You can invoke CreateClusterNodePool to create a node pool for a cluster.
1155
1171
  *
1156
1172
  * @param request - CreateClusterNodePoolRequest
1157
1173
  * @param headers - map
@@ -1227,7 +1243,7 @@ class Client extends openapi_core_1.default {
1227
1243
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateClusterNodePoolResponse({}));
1228
1244
  }
1229
1245
  /**
1230
- * Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
1246
+ * A node pool is a logical collection of nodes that share the same properties, enabling unified management and O&M operations such as node upgrades and Auto Scaling. You can further leverage the automated O&M capabilities of node pools to reduce operational costs—for example, by automatically patching OS CVE vulnerabilities, automatically recovering failed nodes, and automatically upgrading kubelet and containerd versions. You can invoke CreateClusterNodePool to create a node pool for a cluster.
1231
1247
  *
1232
1248
  * @param request - CreateClusterNodePoolRequest
1233
1249
  * @returns CreateClusterNodePoolResponse
@@ -1350,6 +1366,9 @@ class Client extends openapi_core_1.default {
1350
1366
  /**
1351
1367
  * Creates a trigger for an application to redeploy the application pods when specific conditions are met.
1352
1368
  *
1369
+ * @remarks
1370
+ * > 创建触发器仅支持Pod的重新部署。
1371
+ *
1353
1372
  * @param request - CreateTriggerRequest
1354
1373
  * @param headers - map
1355
1374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1390,6 +1409,9 @@ class Client extends openapi_core_1.default {
1390
1409
  /**
1391
1410
  * Creates a trigger for an application to redeploy the application pods when specific conditions are met.
1392
1411
  *
1412
+ * @remarks
1413
+ * > 创建触发器仅支持Pod的重新部署。
1414
+ *
1393
1415
  * @param request - CreateTriggerRequest
1394
1416
  * @returns CreateTriggerResponse
1395
1417
  */
@@ -1399,7 +1421,7 @@ class Client extends openapi_core_1.default {
1399
1421
  return await this.createTriggerWithOptions(clusterId, request, headers, runtime);
1400
1422
  }
1401
1423
  /**
1402
- * Deletes one or more ACK alert contacts.
1424
+ * Deletes ACK alert contacts.
1403
1425
  *
1404
1426
  * @param tmpReq - DeleteAlertContactRequest
1405
1427
  * @param headers - map
@@ -1435,7 +1457,7 @@ class Client extends openapi_core_1.default {
1435
1457
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAlertContactResponse({}));
1436
1458
  }
1437
1459
  /**
1438
- * Deletes one or more ACK alert contacts.
1460
+ * Deletes ACK alert contacts.
1439
1461
  *
1440
1462
  * @param request - DeleteAlertContactRequest
1441
1463
  * @returns DeleteAlertContactResponse
@@ -1493,7 +1515,11 @@ class Client extends openapi_core_1.default {
1493
1515
  return await this.deleteAlertContactGroupWithOptions(request, headers, runtime);
1494
1516
  }
1495
1517
  /**
1496
- * 查询自愈规则
1518
+ * Deletes an auto repair policy.
1519
+ *
1520
+ * @remarks
1521
+ * >Notice:
1522
+ * This API is not yet publicly available.
1497
1523
  *
1498
1524
  * @param headers - map
1499
1525
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1517,7 +1543,11 @@ class Client extends openapi_core_1.default {
1517
1543
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAutoRepairPolicyResponse({}));
1518
1544
  }
1519
1545
  /**
1520
- * 查询自愈规则
1546
+ * Deletes an auto repair policy.
1547
+ *
1548
+ * @remarks
1549
+ * >Notice:
1550
+ * This API is not yet publicly available.
1521
1551
  * @returns DeleteAutoRepairPolicyResponse
1522
1552
  */
1523
1553
  async deleteAutoRepairPolicy(clusterId, policyId) {
@@ -1526,15 +1556,15 @@ class Client extends openapi_core_1.default {
1526
1556
  return await this.deleteAutoRepairPolicyWithOptions(clusterId, policyId, headers, runtime);
1527
1557
  }
1528
1558
  /**
1529
- * You can call the DeleteCluster operation to delete a cluster and specify whether to delete or retain the relevant cluster resources. Before you delete a cluster, you must manually delete workloads in the cluster, such as Deployments, StatefulSets, Jobs, and CronJobs. Otherwise, you may fail to delete the cluster.
1559
+ * When you no longer need a cluster, you can delete it and choose whether to delete or retain its associated resources. Before deleting a cluster, you must manually remove its workloads, such as stateless applications, stateful applications, jobs, and cronjobs. Otherwise, the deletion might fail.
1530
1560
  *
1531
1561
  * @remarks
1532
- * Warning:
1533
- * * Subscription ECS instances and Lingjun nodes in a cluster cannot be automatically released. To avoid unnecessary costs, we recommend that you manually release the resources. For more information, see \\<a href="{0}" target="_blank">Rules for deleting clusters and releasing nodes\\</a>.
1534
- * * If the SLB instance of the API server uses the subscription billing method, it cannot be automatically released. To avoid unnecessary costs, we recommend that you manually release it.
1535
- * * By default, virtual private clouds (VPCs), vSwitches, security groups, and RAM roles are retained if they are used by other resources. To avoid unnecessary costs, we recommend that you manually release the resources.
1536
- * * Elastic container instances created on virtual nodes are automatically released.
1537
- * * Some resources created together with a cluster are not automatically released when the cluster is deleted. After the cluster is deleted, you are still charged for the resources. Release or retain the resources based on your actual needs. The resources include Simple Log Service projects automatically created by the cluster and dynamically provisioned disks.
1562
+ * Important
1563
+ * - Subscription-based resources, such as ECS instances and Lingjun computing nodes, are not automatically released. You must manually release them to avoid unnecessary charges. For more details, see Cluster deletion and node release rules.
1564
+ * - Subscription-based APIServer SLB resources are not automatically released. You must manually release them to avoid unnecessary charges.
1565
+ * - If resources such as VPCs, VSwitches, security groups, and RAM roles are in use by other resources, they are retained by default. You must release them manually.
1566
+ * - ECIs created with virtual nodes are automatically released.
1567
+ * - Some cloud resources created with the cluster are not automatically released when you delete the cluster and continue to incur charges. You can choose to retain or release them. These resources include SLS projects automatically created by the cluster and cloud disks purchased via dynamic volumes.
1538
1568
  *
1539
1569
  * @param tmpReq - DeleteClusterRequest
1540
1570
  * @param headers - map
@@ -1582,15 +1612,15 @@ class Client extends openapi_core_1.default {
1582
1612
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteClusterResponse({}));
1583
1613
  }
1584
1614
  /**
1585
- * You can call the DeleteCluster operation to delete a cluster and specify whether to delete or retain the relevant cluster resources. Before you delete a cluster, you must manually delete workloads in the cluster, such as Deployments, StatefulSets, Jobs, and CronJobs. Otherwise, you may fail to delete the cluster.
1615
+ * When you no longer need a cluster, you can delete it and choose whether to delete or retain its associated resources. Before deleting a cluster, you must manually remove its workloads, such as stateless applications, stateful applications, jobs, and cronjobs. Otherwise, the deletion might fail.
1586
1616
  *
1587
1617
  * @remarks
1588
- * Warning:
1589
- * * Subscription ECS instances and Lingjun nodes in a cluster cannot be automatically released. To avoid unnecessary costs, we recommend that you manually release the resources. For more information, see \\<a href="{0}" target="_blank">Rules for deleting clusters and releasing nodes\\</a>.
1590
- * * If the SLB instance of the API server uses the subscription billing method, it cannot be automatically released. To avoid unnecessary costs, we recommend that you manually release it.
1591
- * * By default, virtual private clouds (VPCs), vSwitches, security groups, and RAM roles are retained if they are used by other resources. To avoid unnecessary costs, we recommend that you manually release the resources.
1592
- * * Elastic container instances created on virtual nodes are automatically released.
1593
- * * Some resources created together with a cluster are not automatically released when the cluster is deleted. After the cluster is deleted, you are still charged for the resources. Release or retain the resources based on your actual needs. The resources include Simple Log Service projects automatically created by the cluster and dynamically provisioned disks.
1618
+ * Important
1619
+ * - Subscription-based resources, such as ECS instances and Lingjun computing nodes, are not automatically released. You must manually release them to avoid unnecessary charges. For more details, see Cluster deletion and node release rules.
1620
+ * - Subscription-based APIServer SLB resources are not automatically released. You must manually release them to avoid unnecessary charges.
1621
+ * - If resources such as VPCs, VSwitches, security groups, and RAM roles are in use by other resources, they are retained by default. You must release them manually.
1622
+ * - ECIs created with virtual nodes are automatically released.
1623
+ * - Some cloud resources created with the cluster are not automatically released when you delete the cluster and continue to incur charges. You can choose to retain or release them. These resources include SLS projects automatically created by the cluster and cloud disks purchased via dynamic volumes.
1594
1624
  *
1595
1625
  * @param request - DeleteClusterRequest
1596
1626
  * @returns DeleteClusterResponse
@@ -1886,7 +1916,7 @@ class Client extends openapi_core_1.default {
1886
1916
  return await this.deleteTriggerWithOptions(clusterId, Id, headers, runtime);
1887
1917
  }
1888
1918
  /**
1889
- * Deploys a policy in the specified namespaces of a specific Container Service for Kubernetes (ACK) cluster. You can create and deploy a security policy by specifying the policy type, action of the policy such as alerting or denying, and namespaces to which the policy applies.
1919
+ * Call the `DeployPolicyInstance` operation to deploy a policy instance to specified namespaces in an ACK cluster. To create a policy instance, select a security policy, configure a governance action (alert or deny), and specify the target namespaces for the policy.
1890
1920
  *
1891
1921
  * @param request - DeployPolicyInstanceRequest
1892
1922
  * @param headers - map
@@ -1923,7 +1953,7 @@ class Client extends openapi_core_1.default {
1923
1953
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeployPolicyInstanceResponse({}));
1924
1954
  }
1925
1955
  /**
1926
- * Deploys a policy in the specified namespaces of a specific Container Service for Kubernetes (ACK) cluster. You can create and deploy a security policy by specifying the policy type, action of the policy such as alerting or denying, and namespaces to which the policy applies.
1956
+ * Call the `DeployPolicyInstance` operation to deploy a policy instance to specified namespaces in an ACK cluster. To create a policy instance, select a security policy, configure a governance action (alert or deny), and specify the target namespaces for the policy.
1927
1957
  *
1928
1958
  * @param request - DeployPolicyInstanceRequest
1929
1959
  * @returns DeployPolicyInstanceResponse
@@ -2053,7 +2083,11 @@ class Client extends openapi_core_1.default {
2053
2083
  return await this.describeAddonsWithOptions(request, headers, runtime);
2054
2084
  }
2055
2085
  /**
2056
- * 查询自愈规则
2086
+ * View self-healing rules.
2087
+ *
2088
+ * @remarks
2089
+ * >Notice:
2090
+ * This API is not yet available.
2057
2091
  *
2058
2092
  * @param headers - map
2059
2093
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2077,7 +2111,11 @@ class Client extends openapi_core_1.default {
2077
2111
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAutoRepairPolicyResponse({}));
2078
2112
  }
2079
2113
  /**
2080
- * 查询自愈规则
2114
+ * View self-healing rules.
2115
+ *
2116
+ * @remarks
2117
+ * >Notice:
2118
+ * This API is not yet available.
2081
2119
  * @returns DescribeAutoRepairPolicyResponse
2082
2120
  */
2083
2121
  async describeAutoRepairPolicy(clusterId, policyId) {
@@ -2299,7 +2337,7 @@ class Client extends openapi_core_1.default {
2299
2337
  return await this.describeClusterAddonsVersionWithOptions(ClusterId, headers, runtime);
2300
2338
  }
2301
2339
  /**
2302
- * Queries the scripts used to add existing nodes to a Container Service for Kubernetes (ACK) cluster. ACK allows you to manually add existing Elastic Compute Service (ECS) instances to an ACK cluster as worker nodes or re-add worker nodes that you remove from the cluster to a node pool.
2340
+ * To manually add existing ECS instances to an ACK cluster as worker nodes or add nodes back to a node pool, call the DescribeClusterAttachScripts operation to obtain the required attachment script.
2303
2341
  *
2304
2342
  * @param request - DescribeClusterAttachScriptsRequest
2305
2343
  * @param headers - map
@@ -2351,7 +2389,7 @@ class Client extends openapi_core_1.default {
2351
2389
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterAttachScriptsResponse({}));
2352
2390
  }
2353
2391
  /**
2354
- * Queries the scripts used to add existing nodes to a Container Service for Kubernetes (ACK) cluster. ACK allows you to manually add existing Elastic Compute Service (ECS) instances to an ACK cluster as worker nodes or re-add worker nodes that you remove from the cluster to a node pool.
2392
+ * To manually add existing ECS instances to an ACK cluster as worker nodes or add nodes back to a node pool, call the DescribeClusterAttachScripts operation to obtain the required attachment script.
2355
2393
  *
2356
2394
  * @param request - DescribeClusterAttachScriptsRequest
2357
2395
  * @returns DescribeClusterAttachScriptsResponse
@@ -2362,7 +2400,7 @@ class Client extends openapi_core_1.default {
2362
2400
  return await this.describeClusterAttachScriptsWithOptions(ClusterId, request, headers, runtime);
2363
2401
  }
2364
2402
  /**
2365
- * You can call the DescribeClusterDetail operation to query the details of a Container Service for Kubernetes (ACK) cluster by cluster ID.
2403
+ * You can call the DescribeClusterDetail operation to query detailed information about a specified cluster by its cluster ID.
2366
2404
  *
2367
2405
  * @param headers - map
2368
2406
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2386,7 +2424,7 @@ class Client extends openapi_core_1.default {
2386
2424
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterDetailResponse({}));
2387
2425
  }
2388
2426
  /**
2389
- * You can call the DescribeClusterDetail operation to query the details of a Container Service for Kubernetes (ACK) cluster by cluster ID.
2427
+ * You can call the DescribeClusterDetail operation to query detailed information about a specified cluster by its cluster ID.
2390
2428
  * @returns DescribeClusterDetailResponse
2391
2429
  */
2392
2430
  async describeClusterDetail(ClusterId) {
@@ -2395,7 +2433,7 @@ class Client extends openapi_core_1.default {
2395
2433
  return await this.describeClusterDetailWithOptions(ClusterId, headers, runtime);
2396
2434
  }
2397
2435
  /**
2398
- * Queries events and event details in a Container Service for Kubernetes (ACK) cluster, including the severity level, status, and start time of each event. Events are generated when clusters created, modified, and updated, node pools are created and scaled out, and components are installed.
2436
+ * Cluster operation events include cluster creation, modification, and upgrades, node pool creation and scale-out, and add-on installations. You can call the `DescribeClusterEvents` operation to retrieve events for a specified cluster and query their details, such as the severity level, status, and time.
2399
2437
  *
2400
2438
  * @param request - DescribeClusterEventsRequest
2401
2439
  * @param headers - map
@@ -2438,7 +2476,7 @@ class Client extends openapi_core_1.default {
2438
2476
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterEventsResponse({}));
2439
2477
  }
2440
2478
  /**
2441
- * Queries events and event details in a Container Service for Kubernetes (ACK) cluster, including the severity level, status, and start time of each event. Events are generated when clusters created, modified, and updated, node pools are created and scaled out, and components are installed.
2479
+ * Cluster operation events include cluster creation, modification, and upgrades, node pool creation and scale-out, and add-on installations. You can call the `DescribeClusterEvents` operation to retrieve events for a specified cluster and query their details, such as the severity level, status, and time.
2442
2480
  *
2443
2481
  * @param request - DescribeClusterEventsRequest
2444
2482
  * @returns DescribeClusterEventsResponse
@@ -2482,7 +2520,7 @@ class Client extends openapi_core_1.default {
2482
2520
  return await this.describeClusterLogsWithOptions(ClusterId, headers, runtime);
2483
2521
  }
2484
2522
  /**
2485
- * You can call the DescribeClusterNodePoolDetail.html operation to query the details about a node pool in a cluster by node pool ID.
2523
+ * You can call the DescribeClusterNodePoolDetail operation with a node pool ID to query the configuration of a specific node pool in a cluster.
2486
2524
  *
2487
2525
  * @param headers - map
2488
2526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2506,7 +2544,7 @@ class Client extends openapi_core_1.default {
2506
2544
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterNodePoolDetailResponse({}));
2507
2545
  }
2508
2546
  /**
2509
- * You can call the DescribeClusterNodePoolDetail.html operation to query the details about a node pool in a cluster by node pool ID.
2547
+ * You can call the DescribeClusterNodePoolDetail operation with a node pool ID to query the configuration of a specific node pool in a cluster.
2510
2548
  * @returns DescribeClusterNodePoolDetailResponse
2511
2549
  */
2512
2550
  async describeClusterNodePoolDetail(ClusterId, NodepoolId) {
@@ -2515,7 +2553,7 @@ class Client extends openapi_core_1.default {
2515
2553
  return await this.describeClusterNodePoolDetailWithOptions(ClusterId, NodepoolId, headers, runtime);
2516
2554
  }
2517
2555
  /**
2518
- * Queries the information about all node pools in a cluster.
2556
+ * Lists all node pools in a cluster.
2519
2557
  *
2520
2558
  * @param request - DescribeClusterNodePoolsRequest
2521
2559
  * @param headers - map
@@ -2546,7 +2584,7 @@ class Client extends openapi_core_1.default {
2546
2584
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterNodePoolsResponse({}));
2547
2585
  }
2548
2586
  /**
2549
- * Queries the information about all node pools in a cluster.
2587
+ * Lists all node pools in a cluster.
2550
2588
  *
2551
2589
  * @param request - DescribeClusterNodePoolsRequest
2552
2590
  * @returns DescribeClusterNodePoolsResponse
@@ -2611,7 +2649,7 @@ class Client extends openapi_core_1.default {
2611
2649
  return await this.describeClusterNodesWithOptions(ClusterId, request, headers, runtime);
2612
2650
  }
2613
2651
  /**
2614
- * You can call the DescribeClusterResources operation to query all resources in a cluster by cluster ID.
2652
+ * Container Service for Kubernetes uses other Alibaba Cloud resources, such as VPCs and SLBs. To query the resources associated with a specific cluster, call the `DescribeClusterResources` operation. To query node pools or nodes, call the `DescribeClusterNodePools` or `DescribeClusterNodes` operations.
2615
2653
  *
2616
2654
  * @param request - DescribeClusterResourcesRequest
2617
2655
  * @param headers - map
@@ -2642,7 +2680,7 @@ class Client extends openapi_core_1.default {
2642
2680
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterResourcesResponse({}));
2643
2681
  }
2644
2682
  /**
2645
- * You can call the DescribeClusterResources operation to query all resources in a cluster by cluster ID.
2683
+ * Container Service for Kubernetes uses other Alibaba Cloud resources, such as VPCs and SLBs. To query the resources associated with a specific cluster, call the `DescribeClusterResources` operation. To query node pools or nodes, call the `DescribeClusterNodePools` or `DescribeClusterNodes` operations.
2646
2684
  *
2647
2685
  * @param request - DescribeClusterResourcesRequest
2648
2686
  * @returns DescribeClusterResourcesResponse
@@ -2653,7 +2691,7 @@ class Client extends openapi_core_1.default {
2653
2691
  return await this.describeClusterResourcesWithOptions(ClusterId, request, headers, runtime);
2654
2692
  }
2655
2693
  /**
2656
- * Queries tasks in a Container Service for Kubernetes (ACK) cluster.
2694
+ * Lists the tasks in a specified cluster.
2657
2695
  *
2658
2696
  * @param request - DescribeClusterTasksRequest
2659
2697
  * @param headers - map
@@ -2693,7 +2731,7 @@ class Client extends openapi_core_1.default {
2693
2731
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterTasksResponse({}));
2694
2732
  }
2695
2733
  /**
2696
- * Queries tasks in a Container Service for Kubernetes (ACK) cluster.
2734
+ * Lists the tasks in a specified cluster.
2697
2735
  *
2698
2736
  * @param request - DescribeClusterTasksRequest
2699
2737
  * @returns DescribeClusterTasksResponse
@@ -2757,7 +2795,7 @@ class Client extends openapi_core_1.default {
2757
2795
  return await this.describeClusterUserKubeconfigWithOptions(ClusterId, request, headers, runtime);
2758
2796
  }
2759
2797
  /**
2760
- * 获取集群kubeconfig接口
2798
+ * Obtain the kubeconfig API for a cluster
2761
2799
  *
2762
2800
  * @deprecated OpenAPI DescribeClusterV2UserKubeconfig is deprecated
2763
2801
  *
@@ -2793,7 +2831,7 @@ class Client extends openapi_core_1.default {
2793
2831
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterV2UserKubeconfigResponse({}));
2794
2832
  }
2795
2833
  /**
2796
- * 获取集群kubeconfig接口
2834
+ * Obtain the kubeconfig API for a cluster
2797
2835
  *
2798
2836
  * @deprecated OpenAPI DescribeClusterV2UserKubeconfig is deprecated
2799
2837
  *
@@ -2840,7 +2878,7 @@ class Client extends openapi_core_1.default {
2840
2878
  return await this.describeClusterVulsWithOptions(clusterId, headers, runtime);
2841
2879
  }
2842
2880
  /**
2843
- * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
2881
+ * View all clusters (including Swarm and Kubernetes clusters) created in the container service.
2844
2882
  *
2845
2883
  * @deprecated OpenAPI DescribeClusters is deprecated
2846
2884
  *
@@ -2879,7 +2917,7 @@ class Client extends openapi_core_1.default {
2879
2917
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClustersResponse({}));
2880
2918
  }
2881
2919
  /**
2882
- * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
2920
+ * View all clusters (including Swarm and Kubernetes clusters) created in the container service.
2883
2921
  *
2884
2922
  * @deprecated OpenAPI DescribeClusters is deprecated
2885
2923
  *
@@ -2893,7 +2931,7 @@ class Client extends openapi_core_1.default {
2893
2931
  return await this.describeClustersWithOptions(request, headers, runtime);
2894
2932
  }
2895
2933
  /**
2896
- * Queries all clusters in a specified region.
2934
+ * Lists all clusters in a specified region.
2897
2935
  *
2898
2936
  * @param request - DescribeClustersForRegionRequest
2899
2937
  * @param headers - map
@@ -2942,7 +2980,7 @@ class Client extends openapi_core_1.default {
2942
2980
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClustersForRegionResponse({}));
2943
2981
  }
2944
2982
  /**
2945
- * Queries all clusters in a specified region.
2983
+ * Lists all clusters in a specified region.
2946
2984
  *
2947
2985
  * @param request - DescribeClustersForRegionRequest
2948
2986
  * @returns DescribeClustersForRegionResponse
@@ -2953,7 +2991,7 @@ class Client extends openapi_core_1.default {
2953
2991
  return await this.describeClustersForRegionWithOptions(regionId, request, headers, runtime);
2954
2992
  }
2955
2993
  /**
2956
- * Queries the details about Container Service for Kubernetes (ACK) clusters of specified types or specifications within an account.
2994
+ * Use the DescribeClustersV1 API to list ACK clusters by criteria such as cluster type and cluster specification.
2957
2995
  *
2958
2996
  * @param request - DescribeClustersV1Request
2959
2997
  * @param headers - map
@@ -3005,7 +3043,7 @@ class Client extends openapi_core_1.default {
3005
3043
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClustersV1Response({}));
3006
3044
  }
3007
3045
  /**
3008
- * Queries the details about Container Service for Kubernetes (ACK) clusters of specified types or specifications within an account.
3046
+ * Use the DescribeClustersV1 API to list ACK clusters by criteria such as cluster type and cluster specification.
3009
3047
  *
3010
3048
  * @param request - DescribeClustersV1Request
3011
3049
  * @returns DescribeClustersV1Response
@@ -3016,7 +3054,7 @@ class Client extends openapi_core_1.default {
3016
3054
  return await this.describeClustersV1WithOptions(request, headers, runtime);
3017
3055
  }
3018
3056
  /**
3019
- * Queries the detailed information about a type of events, including the severity level, status, and time. Events are generated when clusters are created, modified, and updated, node pools are created and scaled out, and components are installed.
3057
+ * Cluster operation events include cluster creation, cluster changes, node pool creation, node pool scale-out, add-on installation, and cluster upgrade. Use the `DescribeEvents` API to query details for a specific event type, including its level, status, and timestamp.
3020
3058
  *
3021
3059
  * @param request - DescribeEventsRequest
3022
3060
  * @param headers - map
@@ -3062,7 +3100,7 @@ class Client extends openapi_core_1.default {
3062
3100
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsResponse({}));
3063
3101
  }
3064
3102
  /**
3065
- * Queries the detailed information about a type of events, including the severity level, status, and time. Events are generated when clusters are created, modified, and updated, node pools are created and scaled out, and components are installed.
3103
+ * Cluster operation events include cluster creation, cluster changes, node pool creation, node pool scale-out, add-on installation, and cluster upgrade. Use the `DescribeEvents` API to query details for a specific event type, including its level, status, and timestamp.
3066
3104
  *
3067
3105
  * @param request - DescribeEventsRequest
3068
3106
  * @returns DescribeEventsResponse
@@ -3073,7 +3111,7 @@ class Client extends openapi_core_1.default {
3073
3111
  return await this.describeEventsWithOptions(request, headers, runtime);
3074
3112
  }
3075
3113
  /**
3076
- * Queries all events in a specified region.
3114
+ * Retrieves a list of events in a specified region.
3077
3115
  *
3078
3116
  * @param request - DescribeEventsForRegionRequest
3079
3117
  * @param headers - map
@@ -3116,7 +3154,7 @@ class Client extends openapi_core_1.default {
3116
3154
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsForRegionResponse({}));
3117
3155
  }
3118
3156
  /**
3119
- * Queries all events in a specified region.
3157
+ * Retrieves a list of events in a specified region.
3120
3158
  *
3121
3159
  * @param request - DescribeEventsForRegionRequest
3122
3160
  * @returns DescribeEventsForRegionResponse
@@ -3351,7 +3389,7 @@ class Client extends openapi_core_1.default {
3351
3389
  return await this.describePolicyDetailsWithOptions(policyName, headers, runtime);
3352
3390
  }
3353
3391
  /**
3354
- * Container Service for Kubernetes (ACK) clusters offer a variety of built-in container security policies, such as Compliance, Infra, K8s-general, and pod security policy (PSP). You can use these policies to ensure the security of containers running in a production environment. You can call the DescribePolicyGovernanceInCluster operation to query the details of policies for an ACK cluster. For example, you can query the number of policies that are enabled per severity level, the audit logs of policies, and the blocking and alerting information.
3392
+ * Container security policies for ACK clusters provide a rich set of built-in rule libraries, including `Compliance`, `Infra`, `K8s-general`, and `PSP`, to secure containers in a production environment. Call the `DescribePolicyGovernanceInCluster` API to retrieve policy governance details for a target cluster, such as policy statistics by severity, audit logs, and interception and alert events.
3355
3393
  *
3356
3394
  * @param headers - map
3357
3395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3375,7 +3413,7 @@ class Client extends openapi_core_1.default {
3375
3413
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolicyGovernanceInClusterResponse({}));
3376
3414
  }
3377
3415
  /**
3378
- * Container Service for Kubernetes (ACK) clusters offer a variety of built-in container security policies, such as Compliance, Infra, K8s-general, and pod security policy (PSP). You can use these policies to ensure the security of containers running in a production environment. You can call the DescribePolicyGovernanceInCluster operation to query the details of policies for an ACK cluster. For example, you can query the number of policies that are enabled per severity level, the audit logs of policies, and the blocking and alerting information.
3416
+ * Container security policies for ACK clusters provide a rich set of built-in rule libraries, including `Compliance`, `Infra`, `K8s-general`, and `PSP`, to secure containers in a production environment. Call the `DescribePolicyGovernanceInCluster` API to retrieve policy governance details for a target cluster, such as policy statistics by severity, audit logs, and interception and alert events.
3379
3417
  * @returns DescribePolicyGovernanceInClusterResponse
3380
3418
  */
3381
3419
  async describePolicyGovernanceInCluster(clusterId) {
@@ -3606,7 +3644,7 @@ class Client extends openapi_core_1.default {
3606
3644
  return await this.describeSubaccountK8sClusterUserConfigWithOptions(ClusterId, Uid, request, headers, runtime);
3607
3645
  }
3608
3646
  /**
3609
- * Queries detailed information about a task, such as the task type, status, and progress.
3647
+ * Use the DescribeTaskInfo operation to query details about a cluster task, such as its task type, running state, and running stage.
3610
3648
  *
3611
3649
  * @param headers - map
3612
3650
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3630,7 +3668,7 @@ class Client extends openapi_core_1.default {
3630
3668
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTaskInfoResponse({}));
3631
3669
  }
3632
3670
  /**
3633
- * Queries detailed information about a task, such as the task type, status, and progress.
3671
+ * Use the DescribeTaskInfo operation to query details about a cluster task, such as its task type, running state, and running stage.
3634
3672
  * @returns DescribeTaskInfoResponse
3635
3673
  */
3636
3674
  async describeTaskInfo(taskId) {
@@ -4320,11 +4358,11 @@ class Client extends openapi_core_1.default {
4320
4358
  return await this.getUpgradeStatusWithOptions(ClusterId, headers, runtime);
4321
4359
  }
4322
4360
  /**
4323
- * By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
4361
+ * By default, a RAM user or RAM role has no RBAC permissions in a cluster they did not create, unless granted permissions at the all-clusters scope. Call the GrantPermissions operation to update the RBAC permissions for a RAM user or RAM role. This operation lets you configure accessible resources, permission scopes, and predefined roles to manage cluster access control.
4324
4362
  *
4325
4363
  * @remarks
4326
- * If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. 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](https://help.aliyun.com/document_detail/119035.html).
4327
- * * This operation overwrites all existing cluster permissions for the target RAM user or RAM role. You must specify all the permissions you want to grant to the RAM user or RAM role in the request.
4364
+ * - If you call this operation as a RAM user, you must have permission to modify the cluster permissions of other RAM users or RAM roles. Otherwise, the API call fails and returns the `StatusForbidden` or `ForbiddenGrantPermissions` error code. For more information, see [Authorize a RAM user to manage the RBAC permissions of other RAM users](https://help.aliyun.com/document_detail/119035.html).
4365
+ * - This operation overwrites all existing cluster permissions for the specified RAM user or RAM role. Your request must include the complete set of permissions you want to grant.
4328
4366
  *
4329
4367
  * @param request - GrantPermissionsRequest
4330
4368
  * @param headers - map
@@ -4351,11 +4389,11 @@ class Client extends openapi_core_1.default {
4351
4389
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GrantPermissionsResponse({}));
4352
4390
  }
4353
4391
  /**
4354
- * By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
4392
+ * By default, a RAM user or RAM role has no RBAC permissions in a cluster they did not create, unless granted permissions at the all-clusters scope. Call the GrantPermissions operation to update the RBAC permissions for a RAM user or RAM role. This operation lets you configure accessible resources, permission scopes, and predefined roles to manage cluster access control.
4355
4393
  *
4356
4394
  * @remarks
4357
- * If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. 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](https://help.aliyun.com/document_detail/119035.html).
4358
- * * This operation overwrites all existing cluster permissions for the target RAM user or RAM role. You must specify all the permissions you want to grant to the RAM user or RAM role in the request.
4395
+ * - If you call this operation as a RAM user, you must have permission to modify the cluster permissions of other RAM users or RAM roles. Otherwise, the API call fails and returns the `StatusForbidden` or `ForbiddenGrantPermissions` error code. For more information, see [Authorize a RAM user to manage the RBAC permissions of other RAM users](https://help.aliyun.com/document_detail/119035.html).
4396
+ * - This operation overwrites all existing cluster permissions for the specified RAM user or RAM role. Your request must include the complete set of permissions you want to grant.
4359
4397
  *
4360
4398
  * @param request - GrantPermissionsRequest
4361
4399
  * @returns GrantPermissionsResponse
@@ -4509,7 +4547,11 @@ class Client extends openapi_core_1.default {
4509
4547
  return await this.listAddonsWithOptions(request, headers, runtime);
4510
4548
  }
4511
4549
  /**
4512
- * List auto-repair policies.
4550
+ * Returns a list of self-healing rules.
4551
+ *
4552
+ * @remarks
4553
+ * >Notice:
4554
+ * This API will be available in a future release.
4513
4555
  *
4514
4556
  * @param headers - map
4515
4557
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4533,7 +4575,11 @@ class Client extends openapi_core_1.default {
4533
4575
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAutoRepairPoliciesResponse({}));
4534
4576
  }
4535
4577
  /**
4536
- * List auto-repair policies.
4578
+ * Returns a list of self-healing rules.
4579
+ *
4580
+ * @remarks
4581
+ * >Notice:
4582
+ * This API will be available in a future release.
4537
4583
  * @returns ListAutoRepairPoliciesResponse
4538
4584
  */
4539
4585
  async listAutoRepairPolicies(clusterId) {
@@ -4698,11 +4744,11 @@ class Client extends openapi_core_1.default {
4698
4744
  return await this.listClusterInspectReportsWithOptions(clusterId, request, headers, runtime);
4699
4745
  }
4700
4746
  /**
4701
- * Queries the kubeconfig files that are issued to users for the current cluster and the status of the kubeconfig files.
4747
+ * If you need to view the access control status of the current cluster, you can invoke the ListClusterKubeconfigStates API to obtain the list and status of KubeConfig configurations that have been issued to users for the current cluster.
4702
4748
  *
4703
4749
  * @remarks
4704
- * > - To call this operation, make sure that you have ram:ListUsers and ram:ListRoles permissions.
4705
- * > - To call this operation, make sure that you have the AliyunCSFullAccess permissions.
4750
+ * > - Invoking this API requires the ram:ListUsers and ram:ListRoles permissions.
4751
+ * > - Invoking this API requires permissions to manage Container Service (CS) (AliyunCSFullAccess).
4706
4752
  *
4707
4753
  * @param request - ListClusterKubeconfigStatesRequest
4708
4754
  * @param headers - map
@@ -4739,11 +4785,11 @@ class Client extends openapi_core_1.default {
4739
4785
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListClusterKubeconfigStatesResponse({}));
4740
4786
  }
4741
4787
  /**
4742
- * Queries the kubeconfig files that are issued to users for the current cluster and the status of the kubeconfig files.
4788
+ * If you need to view the access control status of the current cluster, you can invoke the ListClusterKubeconfigStates API to obtain the list and status of KubeConfig configurations that have been issued to users for the current cluster.
4743
4789
  *
4744
4790
  * @remarks
4745
- * > - To call this operation, make sure that you have ram:ListUsers and ram:ListRoles permissions.
4746
- * > - To call this operation, make sure that you have the AliyunCSFullAccess permissions.
4791
+ * > - Invoking this API requires the ram:ListUsers and ram:ListRoles permissions.
4792
+ * > - Invoking this API requires permissions to manage Container Service (CS) (AliyunCSFullAccess).
4747
4793
  *
4748
4794
  * @param request - ListClusterKubeconfigStatesRequest
4749
4795
  * @returns ListClusterKubeconfigStatesResponse
@@ -4799,7 +4845,7 @@ class Client extends openapi_core_1.default {
4799
4845
  return await this.listOperationPlansWithOptions(request, headers, runtime);
4800
4846
  }
4801
4847
  /**
4802
- * 获取单个地域的自动运维执行计划列表
4848
+ * Query the list of the latest 100 automated O&M execution plans in a specified region. When features such as Auto Mode for Intelligent Cluster Management, automatic cluster upgrade, and node pool automated O&M are enabled, you can use this API to query O&M plans automatically generated by the System and their execution status, such as cluster upgrades or CVE fixes for node pools.
4803
4849
  *
4804
4850
  * @param request - ListOperationPlansForRegionRequest
4805
4851
  * @param headers - map
@@ -4836,7 +4882,7 @@ class Client extends openapi_core_1.default {
4836
4882
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListOperationPlansForRegionResponse({}));
4837
4883
  }
4838
4884
  /**
4839
- * 获取单个地域的自动运维执行计划列表
4885
+ * Query the list of the latest 100 automated O&M execution plans in a specified region. When features such as Auto Mode for Intelligent Cluster Management, automatic cluster upgrade, and node pool automated O&M are enabled, you can use this API to query O&M plans automatically generated by the System and their execution status, such as cluster upgrades or CVE fixes for node pools.
4840
4886
  *
4841
4887
  * @param request - ListOperationPlansForRegionRequest
4842
4888
  * @returns ListOperationPlansForRegionResponse
@@ -4962,6 +5008,9 @@ class Client extends openapi_core_1.default {
4962
5008
  /**
4963
5009
  * The Container Service for Kubernetes (ACK) managed Pro cluster type is developed based on the ACK managed Basic cluster type. It inherits all benefits of ACK managed clusters, such as fully-managed control planes and control plane high availability. It further enhances reliability, security, scheduling capabilities, and offers service level agreement (SLA)-backed guarantees, making it ideal for enterprise customers with large-scale production workloads requiring high stability and security. You can call the MigrateCluster operation to migrate an ACK managed Basic cluster to an ACK managed Pro cluster.
4964
5010
  *
5011
+ * @remarks
5012
+ * ACK托管集群基础版迁移至ACK托管集群Pro版后,将新增[集群管理费用](https://help.aliyun.com/document_detail/462278.html)(由ACK收取),其他云资源计费保持不变。
5013
+ *
4965
5014
  * @param request - MigrateClusterRequest
4966
5015
  * @param headers - map
4967
5016
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4996,6 +5045,9 @@ class Client extends openapi_core_1.default {
4996
5045
  /**
4997
5046
  * The Container Service for Kubernetes (ACK) managed Pro cluster type is developed based on the ACK managed Basic cluster type. It inherits all benefits of ACK managed clusters, such as fully-managed control planes and control plane high availability. It further enhances reliability, security, scheduling capabilities, and offers service level agreement (SLA)-backed guarantees, making it ideal for enterprise customers with large-scale production workloads requiring high stability and security. You can call the MigrateCluster operation to migrate an ACK managed Basic cluster to an ACK managed Pro cluster.
4998
5047
  *
5048
+ * @remarks
5049
+ * ACK托管集群基础版迁移至ACK托管集群Pro版后,将新增[集群管理费用](https://help.aliyun.com/document_detail/462278.html)(由ACK收取),其他云资源计费保持不变。
5050
+ *
4999
5051
  * @param request - MigrateClusterRequest
5000
5052
  * @returns MigrateClusterResponse
5001
5053
  */
@@ -5005,7 +5057,11 @@ class Client extends openapi_core_1.default {
5005
5057
  return await this.migrateClusterWithOptions(clusterId, request, headers, runtime);
5006
5058
  }
5007
5059
  /**
5008
- * 查询自愈规则
5060
+ * Modify a self-healing rule
5061
+ *
5062
+ * @remarks
5063
+ * >Notice:
5064
+ * This API is not yet available.
5009
5065
  *
5010
5066
  * @param request - ModifyAutoRepairPolicyRequest
5011
5067
  * @param headers - map
@@ -5039,7 +5095,11 @@ class Client extends openapi_core_1.default {
5039
5095
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAutoRepairPolicyResponse({}));
5040
5096
  }
5041
5097
  /**
5042
- * 查询自愈规则
5098
+ * Modify a self-healing rule
5099
+ *
5100
+ * @remarks
5101
+ * >Notice:
5102
+ * This API is not yet available.
5043
5103
  *
5044
5104
  * @param request - ModifyAutoRepairPolicyRequest
5045
5105
  * @returns ModifyAutoRepairPolicyResponse
@@ -5050,7 +5110,11 @@ class Client extends openapi_core_1.default {
5050
5110
  return await this.modifyAutoRepairPolicyWithOptions(clusterId, policyId, request, headers, runtime);
5051
5111
  }
5052
5112
  /**
5053
- * You can call the ModifyCluster operation to modify the cluster configurations by cluster ID.
5113
+ * You can call the ModifyCluster operation to modify the configuration of an ACK cluster.
5114
+ *
5115
+ * @remarks
5116
+ * >Notice:
5117
+ * Starting July 4, 2026, the request parameters instance_deletion_protection, ingress_loadbalancer_id, and access_control_list will no longer take effect. For details about the changes, see [Announcement on changes to input and output parameters and deprecation of OpenAPI operations related to ACK cluster management](https://help.aliyun.com/document_detail/2932733.html).
5054
5118
  *
5055
5119
  * @param request - ModifyClusterRequest
5056
5120
  * @param headers - map
@@ -5138,7 +5202,11 @@ class Client extends openapi_core_1.default {
5138
5202
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyClusterResponse({}));
5139
5203
  }
5140
5204
  /**
5141
- * You can call the ModifyCluster operation to modify the cluster configurations by cluster ID.
5205
+ * You can call the ModifyCluster operation to modify the configuration of an ACK cluster.
5206
+ *
5207
+ * @remarks
5208
+ * >Notice:
5209
+ * Starting July 4, 2026, the request parameters instance_deletion_protection, ingress_loadbalancer_id, and access_control_list will no longer take effect. For details about the changes, see [Announcement on changes to input and output parameters and deprecation of OpenAPI operations related to ACK cluster management](https://help.aliyun.com/document_detail/2932733.html).
5142
5210
  *
5143
5211
  * @param request - ModifyClusterRequest
5144
5212
  * @returns ModifyClusterResponse
@@ -5203,7 +5271,7 @@ class Client extends openapi_core_1.default {
5203
5271
  return await this.modifyClusterAddonWithOptions(clusterId, componentId, request, headers, runtime);
5204
5272
  }
5205
5273
  /**
5206
- * You can call the ModifyClusterNodePool operation to modify the configuration of a node pool with the specified node pool ID.
5274
+ * You can call the ModifyClusterNodePool API to update the configuration of a node pool by specifying its node pool ID.
5207
5275
  *
5208
5276
  * @param request - ModifyClusterNodePoolRequest
5209
5277
  * @param headers - map
@@ -5255,7 +5323,7 @@ class Client extends openapi_core_1.default {
5255
5323
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyClusterNodePoolResponse({}));
5256
5324
  }
5257
5325
  /**
5258
- * You can call the ModifyClusterNodePool operation to modify the configuration of a node pool with the specified node pool ID.
5326
+ * You can call the ModifyClusterNodePool API to update the configuration of a node pool by specifying its node pool ID.
5259
5327
  *
5260
5328
  * @param request - ModifyClusterNodePoolRequest
5261
5329
  * @returns ModifyClusterNodePoolResponse
@@ -5268,6 +5336,9 @@ class Client extends openapi_core_1.default {
5268
5336
  /**
5269
5337
  * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the ModifyClusterTags operation to modify the labels of a cluster.
5270
5338
  *
5339
+ * @remarks
5340
+ * - 该API为全量更新,使用时请注意将完整的目标Tags设定为入参,避免丢失已有Tags。如需增量更新,请使用[TagResources接口为集群绑定标签](https://help.aliyun.com/document_detail/2667969.html)。
5341
+ *
5271
5342
  * @param request - ModifyClusterTagsRequest
5272
5343
  * @param headers - map
5273
5344
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5295,6 +5366,9 @@ class Client extends openapi_core_1.default {
5295
5366
  /**
5296
5367
  * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the ModifyClusterTags operation to modify the labels of a cluster.
5297
5368
  *
5369
+ * @remarks
5370
+ * - 该API为全量更新,使用时请注意将完整的目标Tags设定为入参,避免丢失已有Tags。如需增量更新,请使用[TagResources接口为集群绑定标签](https://help.aliyun.com/document_detail/2667969.html)。
5371
+ *
5298
5372
  * @param request - ModifyClusterTagsRequest
5299
5373
  * @returns ModifyClusterTagsResponse
5300
5374
  */
@@ -5574,14 +5648,7 @@ class Client extends openapi_core_1.default {
5574
5648
  return await this.pauseTaskWithOptions(taskId, headers, runtime);
5575
5649
  }
5576
5650
  /**
5577
- * You can call the RemoveClusterNodes operation to remove nodes from a Container Service for Kubernetes (ACK) cluster.
5578
- *
5579
- * @remarks
5580
- * ***
5581
- * * 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.
5582
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
5583
- * * Nodes remain in the Unschedulable state when they are being removed.
5584
- * * You can remove only worker nodes. You cannot remove master nodes.
5651
+ * 移除集群节点
5585
5652
  *
5586
5653
  * @deprecated OpenAPI RemoveClusterNodes is deprecated
5587
5654
  *
@@ -5620,14 +5687,7 @@ class Client extends openapi_core_1.default {
5620
5687
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveClusterNodesResponse({}));
5621
5688
  }
5622
5689
  /**
5623
- * You can call the RemoveClusterNodes operation to remove nodes from a Container Service for Kubernetes (ACK) cluster.
5624
- *
5625
- * @remarks
5626
- * ***
5627
- * * 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.
5628
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
5629
- * * Nodes remain in the Unschedulable state when they are being removed.
5630
- * * You can remove only worker nodes. You cannot remove master nodes.
5690
+ * 移除集群节点
5631
5691
  *
5632
5692
  * @deprecated OpenAPI RemoveClusterNodes is deprecated
5633
5693
  *
@@ -6039,11 +6099,7 @@ class Client extends openapi_core_1.default {
6039
6099
  return await this.scaleClusterNodePoolWithOptions(ClusterId, NodepoolId, request, headers, runtime);
6040
6100
  }
6041
6101
  /**
6042
- * You can call the ScaleOutCluster operation to scale out a cluster by cluster ID.
6043
- *
6044
- * @remarks
6045
- * *
6046
- * ****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](https://help.aliyun.com/document_detail/184928.html).
6102
+ * 扩容Kubernetes集群
6047
6103
  *
6048
6104
  * @param request - ScaleOutClusterRequest
6049
6105
  * @param headers - map
@@ -6134,11 +6190,7 @@ class Client extends openapi_core_1.default {
6134
6190
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ScaleOutClusterResponse({}));
6135
6191
  }
6136
6192
  /**
6137
- * You can call the ScaleOutCluster operation to scale out a cluster by cluster ID.
6138
- *
6139
- * @remarks
6140
- * *
6141
- * ****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](https://help.aliyun.com/document_detail/184928.html).
6193
+ * 扩容Kubernetes集群
6142
6194
  *
6143
6195
  * @param request - ScaleOutClusterRequest
6144
6196
  * @returns ScaleOutClusterResponse
@@ -6710,7 +6762,12 @@ class Client extends openapi_core_1.default {
6710
6762
  return await this.updateK8sClusterUserConfigExpireWithOptions(ClusterId, request, headers, runtime);
6711
6763
  }
6712
6764
  /**
6713
- * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
6765
+ * Update the configuration of the Secret-at-rest encryption feature for a specified cluster by cluster ID.
6766
+ *
6767
+ * @remarks
6768
+ * 开启或关闭落盘加密功能的过程中以及成功开启该功能后,请勿使用 KMS 控制台或 OpenAPI 禁用或删除该功能所使用的 KMS 密钥,否则会导致集群 API Server 不可用,继而无法正常获取 Secret 和 ServiceAccount 等对象,影响业务应用的正常运行。更多信息,请参见[使用阿里云KMS进行Secret的落盘加密](https://help.aliyun.com/document_detail/177372.html)。
6769
+ * * 调用该 API 的用户或角色需要额外被授予所需的集群 RBAC 权限(需要被授予运维人员或管理员权限),否则将返回“ForbiddenUpdateKMSState”错误码。
6770
+ * * 成功调用该 API 后,集群状态将被变更为“更新中”,待变更完成后集群状态将恢复为“运行中”。针对同一个集群的变更完成后,需要间隔 5 分钟以上才能再次调用该 API,否则将返回“409”状态码。
6714
6771
  *
6715
6772
  * @param request - UpdateKMSEncryptionRequest
6716
6773
  * @param headers - map
@@ -6744,7 +6801,12 @@ class Client extends openapi_core_1.default {
6744
6801
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKMSEncryptionResponse({}));
6745
6802
  }
6746
6803
  /**
6747
- * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
6804
+ * Update the configuration of the Secret-at-rest encryption feature for a specified cluster by cluster ID.
6805
+ *
6806
+ * @remarks
6807
+ * 开启或关闭落盘加密功能的过程中以及成功开启该功能后,请勿使用 KMS 控制台或 OpenAPI 禁用或删除该功能所使用的 KMS 密钥,否则会导致集群 API Server 不可用,继而无法正常获取 Secret 和 ServiceAccount 等对象,影响业务应用的正常运行。更多信息,请参见[使用阿里云KMS进行Secret的落盘加密](https://help.aliyun.com/document_detail/177372.html)。
6808
+ * * 调用该 API 的用户或角色需要额外被授予所需的集群 RBAC 权限(需要被授予运维人员或管理员权限),否则将返回“ForbiddenUpdateKMSState”错误码。
6809
+ * * 成功调用该 API 后,集群状态将被变更为“更新中”,待变更完成后集群状态将恢复为“运行中”。针对同一个集群的变更完成后,需要间隔 5 分钟以上才能再次调用该 API,否则将返回“409”状态码。
6748
6810
  *
6749
6811
  * @param request - UpdateKMSEncryptionRequest
6750
6812
  * @returns UpdateKMSEncryptionResponse
@@ -6814,6 +6876,9 @@ class Client extends openapi_core_1.default {
6814
6876
  /**
6815
6877
  * Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services. You can call this operation to enable deletion protection for namespaces or Services that involve businesses-critical and sensitive data to avoid incurring maintenance costs caused by accidental namespace or Service deletion.
6816
6878
  *
6879
+ * @remarks
6880
+ * 调用本接口前,您需要先为集群安装或升级安全策略组件。具体操作,请参见[启用安全策略管理](https://help.aliyun.com/document_detail/359818.html)。
6881
+ *
6817
6882
  * @param request - UpdateResourcesDeleteProtectionRequest
6818
6883
  * @param headers - map
6819
6884
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6854,6 +6919,9 @@ class Client extends openapi_core_1.default {
6854
6919
  /**
6855
6920
  * Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services. You can call this operation to enable deletion protection for namespaces or Services that involve businesses-critical and sensitive data to avoid incurring maintenance costs caused by accidental namespace or Service deletion.
6856
6921
  *
6922
+ * @remarks
6923
+ * 调用本接口前,您需要先为集群安装或升级安全策略组件。具体操作,请参见[启用安全策略管理](https://help.aliyun.com/document_detail/359818.html)。
6924
+ *
6857
6925
  * @param request - UpdateResourcesDeleteProtectionRequest
6858
6926
  * @returns UpdateResourcesDeleteProtectionResponse
6859
6927
  */
@@ -7038,6 +7106,11 @@ class Client extends openapi_core_1.default {
7038
7106
  /**
7039
7107
  * Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
7040
7108
  *
7109
+ * @remarks
7110
+ * - 升级集群组件实例版本可能会影响业务,请评估影响后在业务低峰期操作并提前做好相关的数据备份。
7111
+ * - 升级组件前,请参考[组件发布记录](https://help.aliyun.com/document_detail/176087.html)了解指定组件的变更内容和变更影响。
7112
+ * - 请依次逐个组件升级,确认一个组件升级成功后再升级下一个组件。
7113
+ *
7041
7114
  * @param request - UpgradeClusterAddonsRequest
7042
7115
  * @param headers - map
7043
7116
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7065,6 +7138,11 @@ class Client extends openapi_core_1.default {
7065
7138
  /**
7066
7139
  * Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
7067
7140
  *
7141
+ * @remarks
7142
+ * - 升级集群组件实例版本可能会影响业务,请评估影响后在业务低峰期操作并提前做好相关的数据备份。
7143
+ * - 升级组件前,请参考[组件发布记录](https://help.aliyun.com/document_detail/176087.html)了解指定组件的变更内容和变更影响。
7144
+ * - 请依次逐个组件升级,确认一个组件升级成功后再升级下一个组件。
7145
+ *
7068
7146
  * @param request - UpgradeClusterAddonsRequest
7069
7147
  * @returns UpgradeClusterAddonsResponse
7070
7148
  */