@alicloud/cs20151215 6.6.4 → 6.7.0

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 (289) hide show
  1. package/dist/client.d.ts +220 -124
  2. package/dist/client.js +247 -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 +491 -284
  17. package/dist/models/CreateClusterNodePoolRequest.js +2 -0
  18. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  19. package/dist/models/CreateClusterNodePoolResponseBody.d.ts +1 -1
  20. package/dist/models/CreateClusterRequest.d.ts +585 -353
  21. package/dist/models/CreateClusterRequest.js.map +1 -1
  22. package/dist/models/CreateClusterResponseBody.d.ts +5 -5
  23. package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
  24. package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
  25. package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
  26. package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
  27. package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
  28. package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
  29. package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
  30. package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
  31. package/dist/models/DeleteClusterRequest.d.ts +26 -18
  32. package/dist/models/DeleteClusterRequest.js.map +1 -1
  33. package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
  34. package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
  35. package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
  36. package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
  37. package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
  38. package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
  39. package/dist/models/DescribeAddonsRequest.d.ts +1 -1
  40. package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
  41. package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
  42. package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
  43. package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
  44. package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
  45. package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
  46. package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
  47. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  48. package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
  49. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  50. package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +464 -214
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  53. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  54. package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
  55. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
  56. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  57. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  58. package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
  59. package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
  60. package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
  61. package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
  62. package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
  63. package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
  64. package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
  65. package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
  66. package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
  67. package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
  68. package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
  69. package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
  70. package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
  71. package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
  72. package/dist/models/DescribeClustersV1request.d.ts +33 -17
  73. package/dist/models/DescribeClustersV1request.js.map +1 -1
  74. package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
  75. package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
  76. package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
  77. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  78. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
  79. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  80. package/dist/models/DescribeEventsRequest.d.ts +53 -20
  81. package/dist/models/DescribeEventsRequest.js.map +1 -1
  82. package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
  83. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  84. package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
  85. package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
  86. package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
  87. package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
  88. package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
  89. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
  90. package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
  91. package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
  92. package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
  93. package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
  94. package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
  95. package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
  96. package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
  97. package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
  98. package/dist/models/DescribeTriggerResponse.d.ts +1 -1
  99. package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
  100. package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
  101. package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
  102. package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
  103. package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
  104. package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
  105. package/dist/models/GrantPermissionsRequest.d.ts +28 -20
  106. package/dist/models/GrantPermissionsRequest.js.map +1 -1
  107. package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
  108. package/dist/models/InstanceMetadataOptions.d.ts +17 -0
  109. package/dist/models/InstanceMetadataOptions.js.map +1 -1
  110. package/dist/models/KubeletConfig.d.ts +10 -0
  111. package/dist/models/KubeletConfig.js.map +1 -1
  112. package/dist/models/ListAddonsRequest.d.ts +1 -1
  113. package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
  114. package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
  115. package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
  116. package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
  117. package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
  118. package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
  119. package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
  120. package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
  121. package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
  122. package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
  123. package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
  124. package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
  125. package/dist/models/MaintenanceWindow.d.ts +1 -1
  126. package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
  127. package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
  128. package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
  129. package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
  130. package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
  131. package/dist/models/ModifyClusterNodePoolRequest.d.ts +353 -216
  132. package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
  133. package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
  134. package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
  135. package/dist/models/ModifyClusterRequest.d.ts +186 -123
  136. package/dist/models/ModifyClusterRequest.js.map +1 -1
  137. package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
  138. package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
  139. package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
  140. package/dist/models/Nodepool.d.ts +277 -183
  141. package/dist/models/Nodepool.js +2 -0
  142. package/dist/models/Nodepool.js.map +1 -1
  143. package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
  144. package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
  145. package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
  146. package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
  147. package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
  148. package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
  149. package/dist/models/RunClusterCheckRequest.d.ts +2 -2
  150. package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
  151. package/dist/models/RunNodeOperationRequest.d.ts +22 -0
  152. package/dist/models/RunNodeOperationRequest.js +63 -0
  153. package/dist/models/RunNodeOperationRequest.js.map +1 -0
  154. package/dist/models/RunNodeOperationResponse.d.ts +19 -0
  155. package/dist/models/RunNodeOperationResponse.js +69 -0
  156. package/dist/models/RunNodeOperationResponse.js.map +1 -0
  157. package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
  158. package/dist/models/RunNodeOperationResponseBody.js +62 -0
  159. package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
  160. package/dist/models/Runtime.d.ts +2 -2
  161. package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
  162. package/dist/models/ScaleOutClusterRequest.js.map +1 -1
  163. package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
  164. package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
  165. package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
  166. package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
  167. package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
  168. package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
  169. package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
  170. package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
  171. package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
  172. package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
  173. package/dist/models/UpgradeClusterRequest.d.ts +3 -3
  174. package/dist/models/model.d.ts +3 -0
  175. package/dist/models/model.js +8 -2
  176. package/dist/models/model.js.map +1 -1
  177. package/package.json +1 -1
  178. package/src/client.ts +251 -124
  179. package/src/models/AttachInstancesRequest.ts +2 -2
  180. package/src/models/AttachInstancesResponseBody.ts +1 -1
  181. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  182. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  183. package/src/models/ContainerdConfig.ts +22 -2
  184. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  185. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  186. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  187. package/src/models/CreateClusterNodePoolRequest.ts +493 -284
  188. package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
  189. package/src/models/CreateClusterRequest.ts +585 -353
  190. package/src/models/CreateClusterResponseBody.ts +5 -5
  191. package/src/models/CreateTriggerResponseBody.ts +1 -1
  192. package/src/models/DeleteAlertContactRequest.ts +1 -1
  193. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  194. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  195. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  196. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  197. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  198. package/src/models/DeleteClusterRequest.ts +26 -18
  199. package/src/models/DeleteClusterResponseBody.ts +2 -2
  200. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  201. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  202. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  203. package/src/models/DescribeAddonsRequest.ts +1 -1
  204. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  205. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  206. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  207. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  208. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  209. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  210. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +466 -214
  211. package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
  212. package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
  213. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  214. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  215. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  216. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  217. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  218. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  219. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  220. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  221. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  222. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  223. package/src/models/DescribeClustersV1request.ts +33 -17
  224. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  225. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  226. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  227. package/src/models/DescribeEventsRequest.ts +53 -20
  228. package/src/models/DescribeEventsResponseBody.ts +53 -29
  229. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  230. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  231. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  232. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  233. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  234. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  235. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  236. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  237. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  238. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  239. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  240. package/src/models/DescribeTriggerResponse.ts +1 -1
  241. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  242. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  243. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  244. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  245. package/src/models/GrantPermissionsRequest.ts +28 -20
  246. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  247. package/src/models/InstanceMetadataOptions.ts +17 -0
  248. package/src/models/KubeletConfig.ts +10 -0
  249. package/src/models/ListAddonsRequest.ts +1 -1
  250. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  251. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  252. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  253. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  254. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  255. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  256. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  257. package/src/models/MaintenanceWindow.ts +1 -1
  258. package/src/models/MigrateClusterResponseBody.ts +3 -3
  259. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  260. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  261. package/src/models/ModifyClusterNodePoolRequest.ts +356 -217
  262. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  263. package/src/models/ModifyClusterRequest.ts +186 -123
  264. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  265. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  266. package/src/models/Nodepool.ts +279 -183
  267. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  268. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  269. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  270. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  271. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  272. package/src/models/RunClusterCheckRequest.ts +2 -2
  273. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  274. package/src/models/RunNodeOperationRequest.ts +40 -0
  275. package/src/models/RunNodeOperationResponse.ts +40 -0
  276. package/src/models/RunNodeOperationResponseBody.ts +45 -0
  277. package/src/models/Runtime.ts +2 -2
  278. package/src/models/ScaleOutClusterRequest.ts +8 -131
  279. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  280. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  281. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  282. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  283. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  284. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  285. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  286. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  287. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  288. package/src/models/UpgradeClusterRequest.ts +3 -3
  289. package/src/models/model.ts +3 -0
@@ -3,6 +3,13 @@ import { MaintenanceWindow } from "./MaintenanceWindow";
3
3
  import { Tag } from "./Tag";
4
4
  import { InstanceMetadataOptions } from "./InstanceMetadataOptions";
5
5
  export declare class DescribeClusterDetailResponseBodyAutoMode extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Indicates whether smart managed mode is enabled.
9
+ *
10
+ * @example
11
+ * false
12
+ */
6
13
  enable?: boolean;
7
14
  static names(): {
8
15
  [key: string]: string;
@@ -18,7 +25,7 @@ export declare class DescribeClusterDetailResponseBodyAutoMode extends $dara.Mod
18
25
  export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.Model {
19
26
  /**
20
27
  * @remarks
21
- * Indicates whether auto-renewal is enabled for the nodes.
28
+ * Indicates whether auto-renewal is enabled for nodes.
22
29
  *
23
30
  * @example
24
31
  * true
@@ -26,7 +33,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
26
33
  autoRenew?: boolean;
27
34
  /**
28
35
  * @remarks
29
- * The auto-renewal duration for the nodes.
36
+ * Auto-renewal duration for nodes.
30
37
  *
31
38
  * @example
32
39
  * 1
@@ -34,7 +41,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
34
41
  autoRenewPeriod?: number;
35
42
  /**
36
43
  * @remarks
37
- * The billing method of the control plane node.
44
+ * Billing method for control plane nodes.
38
45
  *
39
46
  * @example
40
47
  * PrePaid
@@ -42,7 +49,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
42
49
  chargeType?: string;
43
50
  /**
44
51
  * @remarks
45
- * Indicates whether to install CloudMonitor for the node.
52
+ * Indicates whether Cloud Monitor is installed on nodes.
46
53
  *
47
54
  * @example
48
55
  * true
@@ -50,7 +57,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
50
57
  cloudMonitorFlags?: boolean;
51
58
  /**
52
59
  * @remarks
53
- * The CPU management policy of nodes.
60
+ * CPU management policy for nodes.
54
61
  *
55
62
  * @example
56
63
  * none
@@ -58,7 +65,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
58
65
  cpuPolicy?: string;
59
66
  /**
60
67
  * @remarks
61
- * The ID of the deployment set.
68
+ * Deployment set ID.
62
69
  *
63
70
  * @example
64
71
  * ds-bp10b35imuam5amw****
@@ -66,29 +73,33 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
66
73
  deploymentsetId?: string;
67
74
  /**
68
75
  * @remarks
69
- * The image ID.
76
+ * Image ID.
70
77
  *
71
78
  * @example
72
- * aliyun_3_x64_20G_alibase_20240819.vhd
79
+ * aliyun_3_x64_20G_alibase_20240819
73
80
  */
74
81
  imageId?: string;
75
82
  /**
76
83
  * @remarks
77
- * The type of the OS image.
84
+ * Operating system image type.
78
85
  *
79
86
  * @example
80
87
  * AliyunLinux3
81
88
  */
82
89
  imageType?: string;
90
+ /**
91
+ * @remarks
92
+ * Metadata access configuration for ECS instances.
93
+ */
83
94
  instanceMetadataOptions?: InstanceMetadataOptions;
84
95
  /**
85
96
  * @remarks
86
- * The instance types of the nodes.
97
+ * Instance types for control plane nodes.
87
98
  */
88
99
  instanceTypes?: string[];
89
100
  /**
90
101
  * @remarks
91
- * The name of the key pair. You must set key_pair or login_password.
102
+ * Key pair name. Specify either this parameter or login_password.
92
103
  *
93
104
  * @example
94
105
  * ack
@@ -96,7 +107,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
96
107
  keyPair?: string;
97
108
  /**
98
109
  * @remarks
99
- * The node port range.
110
+ * Port range for node services.
100
111
  *
101
112
  * @example
102
113
  * 30000-32767
@@ -104,7 +115,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
104
115
  nodePortRange?: string;
105
116
  /**
106
117
  * @remarks
107
- * The subscription duration of nodes in the node pool.
118
+ * Subscription duration for nodes.
108
119
  *
109
120
  * @example
110
121
  * 1
@@ -112,7 +123,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
112
123
  period?: number;
113
124
  /**
114
125
  * @remarks
115
- * The unit of the subscription duration.
126
+ * Time unit for node subscription.
116
127
  *
117
128
  * @example
118
129
  * Month
@@ -120,7 +131,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
120
131
  periodUnit?: string;
121
132
  /**
122
133
  * @remarks
123
- * The runtime.
134
+ * Runtime name.
124
135
  *
125
136
  * @example
126
137
  * containerd
@@ -128,7 +139,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
128
139
  runtime?: string;
129
140
  /**
130
141
  * @remarks
131
- * Indicates whether to enable Alibaba Cloud Linux Security Hardening.
142
+ * Indicates whether Alibaba Cloud OS security hardening is enabled.
132
143
  *
133
144
  * @example
134
145
  * true
@@ -136,7 +147,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
136
147
  securityHardeningOs?: boolean;
137
148
  /**
138
149
  * @remarks
139
- * The number of control plane nodes.
150
+ * Number of control plane nodes.
140
151
  *
141
152
  * @example
142
153
  * 3
@@ -144,7 +155,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
144
155
  size?: number;
145
156
  /**
146
157
  * @remarks
147
- * Indicates whether to enable Multi-Level Protection Scheme (MLPS) security hardening.
158
+ * Indicates whether security hardening for compliance is enabled.
148
159
  *
149
160
  * @example
150
161
  * false
@@ -152,7 +163,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
152
163
  socEnabled?: boolean;
153
164
  /**
154
165
  * @remarks
155
- * Indicates whether to enable the burst feature for the system disk.
166
+ * Indicates whether burst performance is enabled for node system disks.
156
167
  *
157
168
  * @example
158
169
  * true
@@ -160,7 +171,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
160
171
  systemDiskBurstingEnabled?: boolean;
161
172
  /**
162
173
  * @remarks
163
- * The category of the system disk for nodes.
174
+ * System disk category for nodes.
164
175
  *
165
176
  * @example
166
177
  * cloud_essd
@@ -168,7 +179,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
168
179
  systemDiskCategory?: string;
169
180
  /**
170
181
  * @remarks
171
- * The performance level (PL) of the system disk that you want to use for the node. This parameter takes effect only for ESSDs.
182
+ * Disk performance level for node system disks. Applies only to ESSD disks.
172
183
  *
173
184
  * @example
174
185
  * PL1
@@ -176,7 +187,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
176
187
  systemDiskPerformanceLevel?: string;
177
188
  /**
178
189
  * @remarks
179
- * The preset read/write IOPS of the system disk.
190
+ * Provisioned IOPS for node system disks.
180
191
  *
181
192
  * @example
182
193
  * 1000
@@ -184,7 +195,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
184
195
  systemDiskProvisionedIops?: number;
185
196
  /**
186
197
  * @remarks
187
- * The system disk size of the node. The value must be at least 40 GB.
198
+ * System disk size for nodes, in GB. Minimum value: 40.
188
199
  *
189
200
  * @example
190
201
  * 120
@@ -192,7 +203,7 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
192
203
  systemDiskSize?: number;
193
204
  /**
194
205
  * @remarks
195
- * The automatic snapshot policy of the node.
206
+ * Automatic snapshot backup policy for node system disks.
196
207
  *
197
208
  * @example
198
209
  * sp-2zej1nogjvovnz4z****
@@ -210,7 +221,20 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneConfig extends
210
221
  });
211
222
  }
212
223
  export declare class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfigInternalDnsConfig extends $dara.Model {
224
+ /**
225
+ * @remarks
226
+ * VPCs where the internal domain name resolution takes effect. By default, this includes the VPC where the cluster resides.
227
+ */
213
228
  bindVpcs?: string[];
229
+ /**
230
+ * @remarks
231
+ * Indicates whether internal domain name access is enabled.
232
+ *
233
+ * - true: Internal domain name access is enabled. Node-side components (kubelet, kube-proxy) access the API server through the internal domain name.
234
+ *
235
+ * @example
236
+ * true
237
+ */
214
238
  enabled?: boolean;
215
239
  static names(): {
216
240
  [key: string]: string;
@@ -224,6 +248,10 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfi
224
248
  });
225
249
  }
226
250
  export declare class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfig extends $dara.Model {
251
+ /**
252
+ * @remarks
253
+ * Internal domain name configuration for the cluster, applicable to ACK managed clusters. The internal domain name allows node-side system components such as kubelet and kube-proxy to access the API server. If internal domain name access is disabled, these components access the API server through the CLB IP address.
254
+ */
227
255
  internalDnsConfig?: DescribeClusterDetailResponseBodyControlPlaneEndpointsConfigInternalDnsConfig;
228
256
  static names(): {
229
257
  [key: string]: string;
@@ -239,13 +267,15 @@ export declare class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfi
239
267
  export declare class DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade extends $dara.Model {
240
268
  /**
241
269
  * @remarks
242
- * The frequency of auto cluster updates. For more information, see [Update frequency](https://help.aliyun.com/document_detail/2712866.html).
270
+ * Frequency of automatic cluster upgrades. For more information, see [Upgrade frequency](https://help.aliyun.com/document_detail/2712866.html).
243
271
  *
244
272
  * Valid values:
245
273
  *
246
- * * patch: specifies the latest patch version.
247
- * * stable: specifies the second-latest minor version.
248
- * * rapid: specifies the latest minor version.
274
+ * - patch: Latest patch version.
275
+ *
276
+ * - stable: Second latest minor version.
277
+ *
278
+ * - rapid: Latest minor version.
249
279
  *
250
280
  * @example
251
281
  * patch
@@ -253,7 +283,7 @@ export declare class DescribeClusterDetailResponseBodyOperationPolicyClusterAuto
253
283
  channel?: string;
254
284
  /**
255
285
  * @remarks
256
- * Specifies whether to enable auto cluster update.
286
+ * Indicates whether automatic cluster upgrade is enabled.
257
287
  *
258
288
  * @example
259
289
  * true
@@ -273,7 +303,7 @@ export declare class DescribeClusterDetailResponseBodyOperationPolicyClusterAuto
273
303
  export declare class DescribeClusterDetailResponseBodyOperationPolicy extends $dara.Model {
274
304
  /**
275
305
  * @remarks
276
- * The configurations of auto cluster update.
306
+ * Automatic cluster upgrade settings.
277
307
  */
278
308
  clusterAutoUpgrade?: DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade;
279
309
  static names(): {
@@ -288,13 +318,63 @@ export declare class DescribeClusterDetailResponseBodyOperationPolicy extends $d
288
318
  });
289
319
  }
290
320
  export declare class DescribeClusterDetailResponseBodyRrsaConfig extends $dara.Model {
321
+ /**
322
+ * @remarks
323
+ * Default audience for the OIDC token. Multiple values are separated by commas (,). These values appear as an array in the aud field of the OIDC token.
324
+ *
325
+ * @example
326
+ * https://kubernetes.default.svc,https://example.***.com
327
+ */
291
328
  audience?: string;
329
+ /**
330
+ * @remarks
331
+ * Indicates whether RRSA is enabled.
332
+ *
333
+ * @example
334
+ * true
335
+ */
292
336
  enabled?: boolean;
337
+ /**
338
+ * @remarks
339
+ * Issuer of the OIDC token. Multiple values are separated by commas (,). The first value appears in the iss field of the OIDC token and serves as the issuer URL for the OIDC identity provider.
340
+ *
341
+ * @example
342
+ * https://oidc-ack-***,https://kubernetes.default.svc
343
+ */
293
344
  issuer?: string;
345
+ /**
346
+ * @remarks
347
+ * URL of the OIDC public key information.
348
+ */
294
349
  jwksUrl?: string;
350
+ /**
351
+ * @remarks
352
+ * Maximum validity period configurable for the OIDC token.
353
+ *
354
+ * @example
355
+ * 12h
356
+ */
295
357
  maxOidcTokenExpiration?: string;
358
+ /**
359
+ * @remarks
360
+ * ARN of the OIDC identity provider.
361
+ *
362
+ * @example
363
+ * acs:ram::1138***:oidc-provider/ack-rrsa-***
364
+ */
296
365
  oidcArn?: string;
366
+ /**
367
+ * @remarks
368
+ * Name of the OIDC identity provider.
369
+ *
370
+ * @example
371
+ * ack-rrsa-***
372
+ */
297
373
  oidcName?: string;
374
+ /**
375
+ * @remarks
376
+ * URL of the OIDC configuration document.
377
+ */
298
378
  openApiConfigurationUrl?: string;
299
379
  static names(): {
300
380
  [key: string]: string;
@@ -308,10 +388,14 @@ export declare class DescribeClusterDetailResponseBodyRrsaConfig extends $dara.M
308
388
  });
309
389
  }
310
390
  export declare class DescribeClusterDetailResponseBody extends $dara.Model {
391
+ /**
392
+ * @remarks
393
+ * Smart managed mode configuration.
394
+ */
311
395
  autoMode?: DescribeClusterDetailResponseBodyAutoMode;
312
396
  /**
313
397
  * @remarks
314
- * The domain name of the cluster.
398
+ * Local domain name of the cluster.
315
399
  *
316
400
  * @example
317
401
  * cluster.local
@@ -319,7 +403,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
319
403
  clusterDomain?: string;
320
404
  /**
321
405
  * @remarks
322
- * The cluster ID.
406
+ * Cluster ID.
323
407
  *
324
408
  * @example
325
409
  * c82e6987e2961451182edacd74faf****
@@ -327,10 +411,21 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
327
411
  clusterId?: string;
328
412
  /**
329
413
  * @remarks
330
- * The edition of the cluster
414
+ * Cluster specification when `cluster_type` is set to `ManagedKubernetes` and `profile` is configured. Valid values:
331
415
  *
332
- * * `ack.pro.small`: the Pro edition.
333
- * * `ack.standard`: the Basic edition.
416
+ * - `ack.standard`: Basic Edition (default if left empty)
417
+ *
418
+ * - `ack.pro.small`: Pro Edition
419
+ *
420
+ * - `ack.pro.xlarge`: Pro XL
421
+ *
422
+ * - `ack.pro.2xlarge`: Pro 2XL
423
+ *
424
+ * - `ack.pro.4xlarge`: Pro 4XL (requires whitelist approval from customer service)
425
+ *
426
+ * Pro XL, Pro 2XL, and Pro 4XL are three tiers offered by <props="china">[ACK Pro Provisioned Control Plane](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane)<props="intl">[ACK Pro Provisioned Control Plane](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/user-guide/ack-pro-provisioned-control-plane). These tiers pre-allocate and dedicate control plane resources to ensure consistent high performance for API concurrency and pod scheduling, making them suitable for AI training and inference, large-scale clusters, and mission-critical workloads.
427
+ *
428
+ * For cluster management fees of Pro Edition and provisioned control plane clusters, see <props="china">[Cluster management fees](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee)<props="intl">[Cluster management fees](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee).
334
429
  *
335
430
  * @example
336
431
  * ack.pro.small
@@ -338,11 +433,13 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
338
433
  clusterSpec?: string;
339
434
  /**
340
435
  * @remarks
341
- * The type of the instance.
436
+ * Cluster type.
437
+ *
438
+ * - `Kubernetes`: ACK dedicated cluster.
342
439
  *
343
- * * `Kubernetes`: ACK dedicated cluster.
344
- * * `ManagedKubernetes`: ACK managed cluster. ACK managed clusters include ACK managed Basic clusters, ACK managed Pro clusters, ACK Serverless Pro clusters, ACK Serverless Basic clusters, ACK Edge Pro clusters, ACK Edge Basic clusters, and ACK Lingjun Pro clusters.
345
- * * `ExternalKubernetes`: registered cluster.
440
+ * - `ManagedKubernetes`: ACK managed clusters, including ACK Pro Edition and Basic Edition clusters, ACK Serverless clusters (Pro and Basic), ACK Edge clusters (Pro and Basic), and ACK LINGJUN clusters (Pro).
441
+ *
442
+ * - `ExternalKubernetes`: registered cluster.
346
443
  *
347
444
  * @example
348
445
  * Kubernetes
@@ -350,40 +447,45 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
350
447
  clusterType?: string;
351
448
  /**
352
449
  * @remarks
353
- * The pod CIDR block. The configuration of the Flannel network plug-in.
450
+ * CIDR block for pod networks, used with Flannel.
354
451
  *
355
452
  * @example
356
- * 172.20.0.0/16
453
+ * 172.20.xx.xx/16
357
454
  */
358
455
  containerCidr?: string;
359
456
  /**
360
457
  * @remarks
361
- * The control plane configurations in an ACK dedicated cluster.
458
+ * Control plane configuration for dedicated clusters.
362
459
  */
363
460
  controlPlaneConfig?: DescribeClusterDetailResponseBodyControlPlaneConfig;
461
+ /**
462
+ * @remarks
463
+ * Cluster connection configuration.
464
+ */
364
465
  controlPlaneEndpointsConfig?: DescribeClusterDetailResponseBodyControlPlaneEndpointsConfig;
365
466
  /**
366
467
  * @remarks
367
- * The time when the cluster was created.
468
+ * Time when the cluster was created.
368
469
  *
369
470
  * @example
370
- * 2019-11-25T15:50:20+08:00
471
+ * 2025-04-07T09:57:26+08:00
371
472
  */
372
473
  created?: string;
373
474
  /**
374
475
  * @remarks
375
- * The Kubernetes version of the cluster. For more information about the Kubernetes versions supported by ACK, see [Release notes for Kubernetes versions](https://help.aliyun.com/document_detail/185269.html).
476
+ * Current Kubernetes version of the cluster. For supported Kubernetes versions in ACK, see [Overview of Kubernetes versions](https://help.aliyun.com/document_detail/185269.html).
376
477
  *
377
478
  * @example
378
- * 1.16.6-aliyun.1
479
+ * 1.32.1-aliyun.1
379
480
  */
380
481
  currentVersion?: string;
381
482
  /**
382
483
  * @remarks
383
- * Indicates whether deletion protection is enabled for the cluster. If deletion protection is enabled, the cluster cannot be deleted in the Container Service console or by calling API operations. Valid values:
484
+ * Deletion protection for the cluster prevents accidental deletion through the console or API. Valid values:
485
+ *
486
+ * - `true`: Deletion protection is enabled. You cannot delete the cluster through the console or API.
384
487
  *
385
- * * `true`: deletion protection is enabled for the cluster. This way, the cluster cannot be deleted in the Container Service console or by calling API operations.
386
- * * `false`: deletion protection is disabled for the cluster. This way, the cluster can be deleted in the Container Service console or by calling API operations.
488
+ * - `false`: Deletion protection is disabled. You can delete the cluster through the console or API.
387
489
  *
388
490
  * @example
389
491
  * true
@@ -391,7 +493,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
391
493
  deletionProtection?: boolean;
392
494
  /**
393
495
  * @remarks
394
- * The Docker version that is used by the cluster.
496
+ * Docker version used in the cluster.
395
497
  *
396
498
  * @example
397
499
  * 19.03.5
@@ -401,7 +503,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
401
503
  dockerVersion?: string;
402
504
  /**
403
505
  * @remarks
404
- * The ID of the Server Load Balancer (SLB) instance that is created for the Ingress of the cluster.
506
+ * ID of the Server Load Balancer instance used for the cluster Ingress.
405
507
  *
406
508
  * @example
407
509
  * lb-2zehc05z3b8dwiifh****
@@ -409,21 +511,26 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
409
511
  * @deprecated
410
512
  */
411
513
  externalLoadbalancerId?: string;
514
+ /**
515
+ * @remarks
516
+ * Custom Subject Alternative Names (SANs) for the API server certificate.
517
+ */
412
518
  extraSans?: string[];
413
519
  /**
414
520
  * @remarks
415
- * The initial Kubernetes version of the cluster.
521
+ * Initial Kubernetes version of the cluster.
416
522
  *
417
523
  * @example
418
- * 1.16.6-aliyun.1
524
+ * 1.32.1-aliyun.1
419
525
  */
420
526
  initVersion?: string;
421
527
  /**
422
528
  * @remarks
423
- * The IP stack of the cluster. Valid values:
529
+ * IP protocol stack of the cluster. Valid values:
424
530
  *
425
- * * ipv4: The cluster is an IPv4 cluster.
426
- * * dual: The cluster is an IPv4/IPv6 dual-stack cluster.
531
+ * - ipv4: Creates a cluster that supports IPv4 only.
532
+ *
533
+ * - dual: Creates a cluster that supports both IPv4 and IPv6.
427
534
  *
428
535
  * @example
429
536
  * ipv4
@@ -431,20 +538,20 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
431
538
  ipStack?: string;
432
539
  /**
433
540
  * @remarks
434
- * The maintenance window of the cluster. This feature is available only in ACK Pro clusters.
541
+ * Maintenance window configuration for the cluster. This setting applies only to managed clusters (ACK Pro clusters).
435
542
  */
436
543
  maintenanceWindow?: MaintenanceWindow;
437
544
  /**
438
545
  * @remarks
439
- * The endpoints of the cluster, including an internal endpoint and a public endpoint.
546
+ * Cluster endpoint, including internal and public endpoints.
440
547
  *
441
548
  * @example
442
- * {\\"intranet_api_server_endpoint\\":\\"https://192.168.0.251:6443\\"***}
549
+ * {\\"intranet_api_server_endpoint\\":\\"https://192.168.xx.xx:6443\\"***}
443
550
  */
444
551
  masterUrl?: string;
445
552
  /**
446
553
  * @remarks
447
- * The metadata of the cluster.
554
+ * Metadata of the cluster.
448
555
  *
449
556
  * @example
450
557
  * \\"Addons\\":***
@@ -452,7 +559,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
452
559
  metaData?: string;
453
560
  /**
454
561
  * @remarks
455
- * The cluster name.
562
+ * Cluster name.
456
563
  *
457
564
  * @example
458
565
  * cluster-demo
@@ -460,7 +567,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
460
567
  name?: string;
461
568
  /**
462
569
  * @remarks
463
- * The network type of the cluster. Example: Virtual Private Cloud (VPC).
570
+ * Network type used by the cluster, such as VPC.
464
571
  *
465
572
  * @example
466
573
  * vpc
@@ -470,17 +577,17 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
470
577
  networkMode?: string;
471
578
  /**
472
579
  * @remarks
473
- * The Kubernetes version to which the cluster can be upgraded.
580
+ * Next available Kubernetes version for upgrade.
474
581
  *
475
582
  * @example
476
- * 1.18.8-aliyun.1
583
+ * 1.xx.x-aliyun.1
477
584
  */
478
585
  nextVersion?: string;
479
586
  /**
480
587
  * @remarks
481
- * This parameter is available only for Flannel.
588
+ * Applies only to Flannel network plugin.
482
589
  *
483
- * The subnet mask length of the node CIDR block. This parameter indicates the maximum number of IP addresses that can be assigned to nodes.
590
+ * Subnet mask size allocated to each node, which controls the number of IP addresses assignable to the node.
484
591
  *
485
592
  * @example
486
593
  * 26
@@ -488,12 +595,12 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
488
595
  nodeCidrMask?: string;
489
596
  /**
490
597
  * @remarks
491
- * The automatic O\\&M policy of the cluster.
598
+ * Automatic O\\&M policy for the cluster.
492
599
  */
493
600
  operationPolicy?: DescribeClusterDetailResponseBodyOperationPolicy;
494
601
  /**
495
602
  * @remarks
496
- * The Resource Orchestration Service (ROS) parameters of the cluster.
603
+ * Collection of ROS parameters for the cluster.
497
604
  *
498
605
  * @deprecated
499
606
  */
@@ -502,12 +609,13 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
502
609
  };
503
610
  /**
504
611
  * @remarks
505
- * Indicates whether Alibaba Cloud DNS PrivateZone (PrivateZone) is enabled for the cluster. Valid values:
612
+ * Indicates whether PrivateZone is enabled for the cluster.
613
+ *
614
+ * - `true`: Enabled.
506
615
  *
507
- * * `true`: PrivateZone is enabled.
508
- * * `false`: PrivateZone is dislabled.
616
+ * - `false`: Disabled.
509
617
  *
510
- * Default value: false
618
+ * Default value: false.
511
619
  *
512
620
  * @example
513
621
  * false
@@ -517,12 +625,15 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
517
625
  privateZone?: boolean;
518
626
  /**
519
627
  * @remarks
520
- * The subtype of the cluster.
628
+ * Cluster subtype.
629
+ *
630
+ * - `Default`: ACK managed cluster, including ACK Pro Edition and Basic Edition.
631
+ *
632
+ * - `Edge`: ACK Edge cluster, including ACK Edge Pro Edition and Basic Edition.
633
+ *
634
+ * - `Serverless`: ACK Serverless cluster, including ACK Serverless Pro Edition and Basic Edition.
521
635
  *
522
- * * `Default`. ACK managed cluster. ACK managed clusters include ACK Basic clusters and ACK Pro clusters.
523
- * * `Edge`: ACK Edge cluster. ACK Edge clusters include ACK Edge Basic clusters and ACK Edge Pro clusters.
524
- * * `Serverless`: ACK Serverless cluster. ACK Serverless clusters include ACK Serverless Basic clusters and ACK Serverless Pro clusters.
525
- * * `Lingjun`: ACK Lingjun Pro cluster.
636
+ * - `Lingjun`: ACK LINGJUN cluster, available in Pro Edition.
526
637
  *
527
638
  * @example
528
639
  * Default
@@ -530,10 +641,11 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
530
641
  profile?: string;
531
642
  /**
532
643
  * @remarks
533
- * The kube-proxy mode. Valid values:
644
+ * kube-proxy proxy mode.
534
645
  *
535
- * * `iptables`: a mature and stable kube-proxy mode that uses iptables rules to conduct Service discovery and load balancing. The performance of this mode is limited by the size of the cluster. This mode is suitable for clusters that run a small number of Services.
536
- * * `ipvs`: provides high performance and uses IP Virtual Server (IPVS). This allows you to configure service discovery and load balancing. This mode is suitable for clusters that are required to run a large number of services. We recommend that you use this mode in scenarios that require high load balancing performance.
646
+ * - `iptables`: A mature and stable kube-proxy mode that uses iptables rules for Kubernetes service discovery and load balancing. Performance is moderate and degrades at scale. Suitable for clusters with a small number of services.
647
+ *
648
+ * - `ipvs`: A high-performance kube-proxy mode that uses the Linux IPVS module for Kubernetes service discovery and load balancing. Suitable for clusters with many services and high load balancing demands.
537
649
  *
538
650
  * @example
539
651
  * ipvs
@@ -541,7 +653,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
541
653
  proxyMode?: string;
542
654
  /**
543
655
  * @remarks
544
- * The region ID of the cluster.
656
+ * Region ID where the cluster is deployed.
545
657
  *
546
658
  * @example
547
659
  * cn-beijing
@@ -549,16 +661,20 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
549
661
  regionId?: string;
550
662
  /**
551
663
  * @remarks
552
- * The ID of the resource group to which the cluster belongs.
664
+ * Resource group ID of the cluster.
553
665
  *
554
666
  * @example
555
667
  * rg-acfmyvw3wjm****
556
668
  */
557
669
  resourceGroupId?: string;
670
+ /**
671
+ * @remarks
672
+ * RRSA configuration.
673
+ */
558
674
  rrsaConfig?: DescribeClusterDetailResponseBodyRrsaConfig;
559
675
  /**
560
676
  * @remarks
561
- * The ID of the security group to which the cluster belongs.
677
+ * Security group ID of the cluster.
562
678
  *
563
679
  * @example
564
680
  * sg-25yq****
@@ -566,17 +682,17 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
566
682
  securityGroupId?: string;
567
683
  /**
568
684
  * @remarks
569
- * The Service CIDR block.
685
+ * CIDR block for service networks.
570
686
  *
571
687
  * This parameter is required.
572
688
  *
573
689
  * @example
574
- * 172.21.0.0/20
690
+ * 172.21.xx.xx/20
575
691
  */
576
692
  serviceCidr?: string;
577
693
  /**
578
694
  * @remarks
579
- * The number of nodes in the cluster. Master nodes and worker nodes are included.
695
+ * Total number of nodes in the cluster, including master and worker nodes.
580
696
  *
581
697
  * @example
582
698
  * 5
@@ -584,20 +700,37 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
584
700
  size?: number;
585
701
  /**
586
702
  * @remarks
587
- * The status of the cluster. Valid values:
703
+ * Cluster status. Valid values:
704
+ *
705
+ * - `initial`: The cluster is being created.
706
+ *
707
+ * - `failed`: Cluster creation failed.
708
+ *
709
+ * - `running`: The cluster is running.
710
+ *
711
+ * - `updating`: The cluster is being updated.
712
+ *
713
+ * - `upgrading`: The cluster is being upgraded.
714
+ *
715
+ * - `removing`: Nodes are being removed.
716
+ *
717
+ * - `draining`: Nodes are being drained.
718
+ *
719
+ * - `scaling`: The cluster is scaling.
720
+ *
721
+ * - `inactive`: The cluster is inactive.
722
+ *
723
+ * - `unavailable`: The cluster is unavailable.
724
+ *
725
+ * - `deleting`: The cluster is being deleted.
726
+ *
727
+ * - `deleted`: The cluster has been deleted.
728
+ *
729
+ * - `delete_failed`: Cluster deletion failed.
730
+ *
731
+ * - `waiting`: Waiting for access.
588
732
  *
589
- * * `initial`: The cluster is being created.
590
- * * `failed`: The cluster failed to be created.
591
- * * `running`: The cluster is running.
592
- * * `updating`: The cluster is being updated.
593
- * * `updating_failed`: The cluster failed to be updated.
594
- * * `scaling`: The cluster is being scaled.
595
- * * `waiting`: The cluster is waiting for connection requests.
596
- * * `disconnected`: The cluster is disconnected.
597
- * * `stopped`: The cluster is stopped.
598
- * * `deleting`: The cluster is being deleted.
599
- * * `deleted`: The cluster is deleted.
600
- * * `delete_failed`: The cluster failed to be deleted.
733
+ * - `disconnected`: Disconnected.
601
734
  *
602
735
  * @example
603
736
  * running
@@ -605,22 +738,22 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
605
738
  state?: string;
606
739
  /**
607
740
  * @remarks
608
- * The pod CIDR block.
741
+ * CIDR block for pod networks.
609
742
  *
610
743
  * @example
611
- * 172.20.0.0/16
744
+ * 172.20.xx.xx/16
612
745
  *
613
746
  * @deprecated
614
747
  */
615
748
  subnetCidr?: string;
616
749
  /**
617
750
  * @remarks
618
- * The resource labels of the cluster.
751
+ * Tags associated with the cluster.
619
752
  */
620
753
  tags?: Tag[];
621
754
  /**
622
755
  * @remarks
623
- * The time zone
756
+ * Time zone.
624
757
  *
625
758
  * @example
626
759
  * Asia/Shanghai
@@ -628,15 +761,15 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
628
761
  timezone?: string;
629
762
  /**
630
763
  * @remarks
631
- * The time when the cluster was updated.
764
+ * Last time the cluster was updated.
632
765
  *
633
766
  * @example
634
- * 2020-01-13T23:01:03+08:00
767
+ * 2025-04-10T13:28:09+08:00
635
768
  */
636
769
  updated?: string;
637
770
  /**
638
771
  * @remarks
639
- * The ID of the VPC where the cluster is deployed. This parameter is required when you create a cluster.
772
+ * VPC ID of the cluster. This parameter is required when creating a cluster.
640
773
  *
641
774
  * @example
642
775
  * vpc-2zecuu62b9zw7a7qn****
@@ -644,7 +777,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
644
777
  vpcId?: string;
645
778
  /**
646
779
  * @remarks
647
- * The ID of the vSwitche. This field is deprecated. Use vswitch_ids to query the vSwitches on the control plane and vswitch_ids to query the vSwitches on the data plane.
780
+ * vSwitch ID. This field is deprecated. Use vswitch_ids to query control plane vSwitches and node pool vswitch_ids to query data plane vSwitches.
648
781
  *
649
782
  * @example
650
783
  * vsw-2zete8s4qocqg0mf6****,vsw-2zete8s4qocqg0mf6****
@@ -654,12 +787,12 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
654
787
  vswitchId?: string;
655
788
  /**
656
789
  * @remarks
657
- * The vSwitch for the control plane of the cluster.
790
+ * vSwitches for the cluster control plane.
658
791
  */
659
792
  vswitchIds?: string[];
660
793
  /**
661
794
  * @remarks
662
- * The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage Elastic Compute Service (ECS) instances.
795
+ * Name of the RAM role assigned to ECS instances acting as worker nodes in the cluster.
663
796
  *
664
797
  * @example
665
798
  * KubernetesWorkerRole-ec87d15b-edca-4302-933f-c8a16bf0****
@@ -667,7 +800,7 @@ export declare class DescribeClusterDetailResponseBody extends $dara.Model {
667
800
  workerRamRoleName?: string;
668
801
  /**
669
802
  * @remarks
670
- * The ID of the zone within the region where the cluster is located.
803
+ * Zone ID within the region where the cluster is deployed.
671
804
  *
672
805
  * @example
673
806
  * cn-beijing-a