@alicloud/cs20151215 6.6.4 → 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 (269) 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 +473 -220
  51. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
  52. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
  54. package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
  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/package.json +1 -1
  164. package/src/client.ts +202 -124
  165. package/src/models/AttachInstancesRequest.ts +2 -2
  166. package/src/models/AttachInstancesResponseBody.ts +1 -1
  167. package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
  168. package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
  169. package/src/models/ContainerdConfig.ts +22 -2
  170. package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
  171. package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
  172. package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
  173. package/src/models/CreateClusterNodePoolRequest.ts +125 -25
  174. package/src/models/CreateClusterRequest.ts +585 -353
  175. package/src/models/CreateClusterResponseBody.ts +5 -5
  176. package/src/models/CreateTriggerResponseBody.ts +1 -1
  177. package/src/models/DeleteAlertContactRequest.ts +1 -1
  178. package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
  179. package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
  180. package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
  181. package/src/models/DeleteClusterNodesRequest.ts +1 -1
  182. package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
  183. package/src/models/DeleteClusterRequest.ts +26 -18
  184. package/src/models/DeleteClusterResponseBody.ts +2 -2
  185. package/src/models/DeleteClusterShrinkRequest.ts +12 -9
  186. package/src/models/DeployPolicyInstanceRequest.ts +7 -6
  187. package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
  188. package/src/models/DescribeAddonsRequest.ts +1 -1
  189. package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
  190. package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
  191. package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
  192. package/src/models/DescribeClusterEventsRequest.ts +8 -4
  193. package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
  194. package/src/models/DescribeClusterLogsResponse.ts +3 -3
  195. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
  196. package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
  197. package/src/models/DescribeClusterNodesRequest.ts +1 -1
  198. package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
  199. package/src/models/DescribeClusterResourcesRequest.ts +5 -1
  200. package/src/models/DescribeClusterResourcesResponse.ts +51 -33
  201. package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
  202. package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
  203. package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
  204. package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
  205. package/src/models/DescribeClustersForRegionRequest.ts +32 -16
  206. package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
  207. package/src/models/DescribeClustersV1request.ts +33 -17
  208. package/src/models/DescribeClustersV1responseBody.ts +98 -72
  209. package/src/models/DescribeEventsForRegionRequest.ts +6 -2
  210. package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
  211. package/src/models/DescribeEventsRequest.ts +53 -20
  212. package/src/models/DescribeEventsResponseBody.ts +53 -29
  213. package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
  214. package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
  215. package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
  216. package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
  217. package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
  218. package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
  219. package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
  220. package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
  221. package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
  222. package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
  223. package/src/models/DescribeTemplatesResponseBody.ts +4 -4
  224. package/src/models/DescribeTriggerResponse.ts +1 -1
  225. package/src/models/DescribeUserPermissionResponse.ts +1 -1
  226. package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
  227. package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
  228. package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
  229. package/src/models/GrantPermissionsRequest.ts +28 -20
  230. package/src/models/InstallClusterAddonsRequest.ts +2 -2
  231. package/src/models/InstanceMetadataOptions.ts +17 -0
  232. package/src/models/KubeletConfig.ts +10 -0
  233. package/src/models/ListAddonsRequest.ts +1 -1
  234. package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
  235. package/src/models/ListClusterChecksResponseBody.ts +2 -2
  236. package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
  237. package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
  238. package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
  239. package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
  240. package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
  241. package/src/models/MaintenanceWindow.ts +1 -1
  242. package/src/models/MigrateClusterResponseBody.ts +3 -3
  243. package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
  244. package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
  245. package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
  246. package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
  247. package/src/models/ModifyClusterRequest.ts +186 -123
  248. package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
  249. package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
  250. package/src/models/Nodepool.ts +276 -180
  251. package/src/models/OpenAckServiceResponseBody.ts +1 -1
  252. package/src/models/RemoveClusterNodesRequest.ts +0 -10
  253. package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
  254. package/src/models/RepairClusterNodePoolRequest.ts +1 -1
  255. package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
  256. package/src/models/RunClusterCheckRequest.ts +2 -2
  257. package/src/models/RunClusterCheckResponseBody.ts +2 -2
  258. package/src/models/Runtime.ts +2 -2
  259. package/src/models/ScaleOutClusterRequest.ts +8 -131
  260. package/src/models/ScaleOutClusterResponseBody.ts +0 -21
  261. package/src/models/ScanClusterVulsResponseBody.ts +1 -1
  262. package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
  263. package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
  264. package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
  265. package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
  266. package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
  267. package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
  268. package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
  269. package/src/models/UpgradeClusterRequest.ts +3 -3
@@ -6,6 +6,13 @@ import { InstanceMetadataOptions } from "./InstanceMetadataOptions";
6
6
 
7
7
 
8
8
  export class DescribeClusterDetailResponseBodyAutoMode extends $dara.Model {
9
+ /**
10
+ * @remarks
11
+ * Indicates whether smart managed mode is enabled.
12
+ *
13
+ * @example
14
+ * false
15
+ */
9
16
  enable?: boolean;
10
17
  static names(): { [key: string]: string } {
11
18
  return {
@@ -31,7 +38,7 @@ export class DescribeClusterDetailResponseBodyAutoMode extends $dara.Model {
31
38
  export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.Model {
32
39
  /**
33
40
  * @remarks
34
- * Indicates whether auto-renewal is enabled for the nodes.
41
+ * Indicates whether auto-renewal is enabled for nodes.
35
42
  *
36
43
  * @example
37
44
  * true
@@ -39,7 +46,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
39
46
  autoRenew?: boolean;
40
47
  /**
41
48
  * @remarks
42
- * The auto-renewal duration for the nodes.
49
+ * Auto-renewal duration for nodes.
43
50
  *
44
51
  * @example
45
52
  * 1
@@ -47,7 +54,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
47
54
  autoRenewPeriod?: number;
48
55
  /**
49
56
  * @remarks
50
- * The billing method of the control plane node.
57
+ * Billing method for control plane nodes.
51
58
  *
52
59
  * @example
53
60
  * PrePaid
@@ -55,7 +62,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
55
62
  chargeType?: string;
56
63
  /**
57
64
  * @remarks
58
- * Indicates whether to install CloudMonitor for the node.
65
+ * Indicates whether Cloud Monitor is installed on nodes.
59
66
  *
60
67
  * @example
61
68
  * true
@@ -63,7 +70,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
63
70
  cloudMonitorFlags?: boolean;
64
71
  /**
65
72
  * @remarks
66
- * The CPU management policy of nodes.
73
+ * CPU management policy for nodes.
67
74
  *
68
75
  * @example
69
76
  * none
@@ -71,7 +78,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
71
78
  cpuPolicy?: string;
72
79
  /**
73
80
  * @remarks
74
- * The ID of the deployment set.
81
+ * Deployment set ID.
75
82
  *
76
83
  * @example
77
84
  * ds-bp10b35imuam5amw****
@@ -79,29 +86,33 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
79
86
  deploymentsetId?: string;
80
87
  /**
81
88
  * @remarks
82
- * The image ID.
89
+ * Image ID.
83
90
  *
84
91
  * @example
85
- * aliyun_3_x64_20G_alibase_20240819.vhd
92
+ * aliyun_3_x64_20G_alibase_20240819
86
93
  */
87
94
  imageId?: string;
88
95
  /**
89
96
  * @remarks
90
- * The type of the OS image.
97
+ * Operating system image type.
91
98
  *
92
99
  * @example
93
100
  * AliyunLinux3
94
101
  */
95
102
  imageType?: string;
103
+ /**
104
+ * @remarks
105
+ * Metadata access configuration for ECS instances.
106
+ */
96
107
  instanceMetadataOptions?: InstanceMetadataOptions;
97
108
  /**
98
109
  * @remarks
99
- * The instance types of the nodes.
110
+ * Instance types for control plane nodes.
100
111
  */
101
112
  instanceTypes?: string[];
102
113
  /**
103
114
  * @remarks
104
- * The name of the key pair. You must set key_pair or login_password.
115
+ * Key pair name. Specify either this parameter or login_password.
105
116
  *
106
117
  * @example
107
118
  * ack
@@ -109,7 +120,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
109
120
  keyPair?: string;
110
121
  /**
111
122
  * @remarks
112
- * The node port range.
123
+ * Port range for node services.
113
124
  *
114
125
  * @example
115
126
  * 30000-32767
@@ -117,7 +128,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
117
128
  nodePortRange?: string;
118
129
  /**
119
130
  * @remarks
120
- * The subscription duration of nodes in the node pool.
131
+ * Subscription duration for nodes.
121
132
  *
122
133
  * @example
123
134
  * 1
@@ -125,7 +136,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
125
136
  period?: number;
126
137
  /**
127
138
  * @remarks
128
- * The unit of the subscription duration.
139
+ * Time unit for node subscription.
129
140
  *
130
141
  * @example
131
142
  * Month
@@ -133,7 +144,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
133
144
  periodUnit?: string;
134
145
  /**
135
146
  * @remarks
136
- * The runtime.
147
+ * Runtime name.
137
148
  *
138
149
  * @example
139
150
  * containerd
@@ -141,7 +152,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
141
152
  runtime?: string;
142
153
  /**
143
154
  * @remarks
144
- * Indicates whether to enable Alibaba Cloud Linux Security Hardening.
155
+ * Indicates whether Alibaba Cloud OS security hardening is enabled.
145
156
  *
146
157
  * @example
147
158
  * true
@@ -149,7 +160,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
149
160
  securityHardeningOs?: boolean;
150
161
  /**
151
162
  * @remarks
152
- * The number of control plane nodes.
163
+ * Number of control plane nodes.
153
164
  *
154
165
  * @example
155
166
  * 3
@@ -157,7 +168,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
157
168
  size?: number;
158
169
  /**
159
170
  * @remarks
160
- * Indicates whether to enable Multi-Level Protection Scheme (MLPS) security hardening.
171
+ * Indicates whether security hardening for compliance is enabled.
161
172
  *
162
173
  * @example
163
174
  * false
@@ -165,7 +176,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
165
176
  socEnabled?: boolean;
166
177
  /**
167
178
  * @remarks
168
- * Indicates whether to enable the burst feature for the system disk.
179
+ * Indicates whether burst performance is enabled for node system disks.
169
180
  *
170
181
  * @example
171
182
  * true
@@ -173,7 +184,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
173
184
  systemDiskBurstingEnabled?: boolean;
174
185
  /**
175
186
  * @remarks
176
- * The category of the system disk for nodes.
187
+ * System disk category for nodes.
177
188
  *
178
189
  * @example
179
190
  * cloud_essd
@@ -181,7 +192,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
181
192
  systemDiskCategory?: string;
182
193
  /**
183
194
  * @remarks
184
- * The performance level (PL) of the system disk that you want to use for the node. This parameter takes effect only for ESSDs.
195
+ * Disk performance level for node system disks. Applies only to ESSD disks.
185
196
  *
186
197
  * @example
187
198
  * PL1
@@ -189,7 +200,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
189
200
  systemDiskPerformanceLevel?: string;
190
201
  /**
191
202
  * @remarks
192
- * The preset read/write IOPS of the system disk.
203
+ * Provisioned IOPS for node system disks.
193
204
  *
194
205
  * @example
195
206
  * 1000
@@ -197,7 +208,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
197
208
  systemDiskProvisionedIops?: number;
198
209
  /**
199
210
  * @remarks
200
- * The system disk size of the node. The value must be at least 40 GB.
211
+ * System disk size for nodes, in GB. Minimum value: 40.
201
212
  *
202
213
  * @example
203
214
  * 120
@@ -205,7 +216,7 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
205
216
  systemDiskSize?: number;
206
217
  /**
207
218
  * @remarks
208
- * The automatic snapshot policy of the node.
219
+ * Automatic snapshot backup policy for node system disks.
209
220
  *
210
221
  * @example
211
222
  * sp-2zej1nogjvovnz4z****
@@ -285,7 +296,20 @@ export class DescribeClusterDetailResponseBodyControlPlaneConfig extends $dara.M
285
296
  }
286
297
 
287
298
  export class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfigInternalDnsConfig extends $dara.Model {
299
+ /**
300
+ * @remarks
301
+ * VPCs where the internal domain name resolution takes effect. By default, this includes the VPC where the cluster resides.
302
+ */
288
303
  bindVpcs?: string[];
304
+ /**
305
+ * @remarks
306
+ * Indicates whether internal domain name access is enabled.
307
+ *
308
+ * - true: Internal domain name access is enabled. Node-side components (kubelet, kube-proxy) access the API server through the internal domain name.
309
+ *
310
+ * @example
311
+ * true
312
+ */
289
313
  enabled?: boolean;
290
314
  static names(): { [key: string]: string } {
291
315
  return {
@@ -314,6 +338,10 @@ export class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfigInterna
314
338
  }
315
339
 
316
340
  export class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfig extends $dara.Model {
341
+ /**
342
+ * @remarks
343
+ * 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.
344
+ */
317
345
  internalDnsConfig?: DescribeClusterDetailResponseBodyControlPlaneEndpointsConfigInternalDnsConfig;
318
346
  static names(): { [key: string]: string } {
319
347
  return {
@@ -342,13 +370,15 @@ export class DescribeClusterDetailResponseBodyControlPlaneEndpointsConfig extend
342
370
  export class DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade extends $dara.Model {
343
371
  /**
344
372
  * @remarks
345
- * The frequency of auto cluster updates. For more information, see [Update frequency](https://help.aliyun.com/document_detail/2712866.html).
373
+ * Frequency of automatic cluster upgrades. For more information, see [Upgrade frequency](https://help.aliyun.com/document_detail/2712866.html).
346
374
  *
347
375
  * Valid values:
348
376
  *
349
- * * patch: specifies the latest patch version.
350
- * * stable: specifies the second-latest minor version.
351
- * * rapid: specifies the latest minor version.
377
+ * - patch: Latest patch version.
378
+ *
379
+ * - stable: Second latest minor version.
380
+ *
381
+ * - rapid: Latest minor version.
352
382
  *
353
383
  * @example
354
384
  * patch
@@ -356,7 +386,7 @@ export class DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade
356
386
  channel?: string;
357
387
  /**
358
388
  * @remarks
359
- * Specifies whether to enable auto cluster update.
389
+ * Indicates whether automatic cluster upgrade is enabled.
360
390
  *
361
391
  * @example
362
392
  * true
@@ -388,7 +418,7 @@ export class DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade
388
418
  export class DescribeClusterDetailResponseBodyOperationPolicy extends $dara.Model {
389
419
  /**
390
420
  * @remarks
391
- * The configurations of auto cluster update.
421
+ * Automatic cluster upgrade settings.
392
422
  */
393
423
  clusterAutoUpgrade?: DescribeClusterDetailResponseBodyOperationPolicyClusterAutoUpgrade;
394
424
  static names(): { [key: string]: string } {
@@ -416,13 +446,63 @@ export class DescribeClusterDetailResponseBodyOperationPolicy extends $dara.Mode
416
446
  }
417
447
 
418
448
  export class DescribeClusterDetailResponseBodyRrsaConfig extends $dara.Model {
449
+ /**
450
+ * @remarks
451
+ * 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.
452
+ *
453
+ * @example
454
+ * https://kubernetes.default.svc,https://example.***.com
455
+ */
419
456
  audience?: string;
457
+ /**
458
+ * @remarks
459
+ * Indicates whether RRSA is enabled.
460
+ *
461
+ * @example
462
+ * true
463
+ */
420
464
  enabled?: boolean;
465
+ /**
466
+ * @remarks
467
+ * 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.
468
+ *
469
+ * @example
470
+ * https://oidc-ack-***,https://kubernetes.default.svc
471
+ */
421
472
  issuer?: string;
473
+ /**
474
+ * @remarks
475
+ * URL of the OIDC public key information.
476
+ */
422
477
  jwksUrl?: string;
478
+ /**
479
+ * @remarks
480
+ * Maximum validity period configurable for the OIDC token.
481
+ *
482
+ * @example
483
+ * 12h
484
+ */
423
485
  maxOidcTokenExpiration?: string;
486
+ /**
487
+ * @remarks
488
+ * ARN of the OIDC identity provider.
489
+ *
490
+ * @example
491
+ * acs:ram::1138***:oidc-provider/ack-rrsa-***
492
+ */
424
493
  oidcArn?: string;
494
+ /**
495
+ * @remarks
496
+ * Name of the OIDC identity provider.
497
+ *
498
+ * @example
499
+ * ack-rrsa-***
500
+ */
425
501
  oidcName?: string;
502
+ /**
503
+ * @remarks
504
+ * URL of the OIDC configuration document.
505
+ */
426
506
  openApiConfigurationUrl?: string;
427
507
  static names(): { [key: string]: string } {
428
508
  return {
@@ -460,10 +540,14 @@ export class DescribeClusterDetailResponseBodyRrsaConfig extends $dara.Model {
460
540
  }
461
541
 
462
542
  export class DescribeClusterDetailResponseBody extends $dara.Model {
543
+ /**
544
+ * @remarks
545
+ * Smart managed mode configuration.
546
+ */
463
547
  autoMode?: DescribeClusterDetailResponseBodyAutoMode;
464
548
  /**
465
549
  * @remarks
466
- * The domain name of the cluster.
550
+ * Local domain name of the cluster.
467
551
  *
468
552
  * @example
469
553
  * cluster.local
@@ -471,7 +555,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
471
555
  clusterDomain?: string;
472
556
  /**
473
557
  * @remarks
474
- * The cluster ID.
558
+ * Cluster ID.
475
559
  *
476
560
  * @example
477
561
  * c82e6987e2961451182edacd74faf****
@@ -479,10 +563,21 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
479
563
  clusterId?: string;
480
564
  /**
481
565
  * @remarks
482
- * The edition of the cluster
566
+ * Cluster specification when `cluster_type` is set to `ManagedKubernetes` and `profile` is configured. Valid values:
483
567
  *
484
- * * `ack.pro.small`: the Pro edition.
485
- * * `ack.standard`: the Basic edition.
568
+ * - `ack.standard`: Basic Edition (default if left empty)
569
+ *
570
+ * - `ack.pro.small`: Pro Edition
571
+ *
572
+ * - `ack.pro.xlarge`: Pro XL
573
+ *
574
+ * - `ack.pro.2xlarge`: Pro 2XL
575
+ *
576
+ * - `ack.pro.4xlarge`: Pro 4XL (requires whitelist approval from customer service)
577
+ *
578
+ * 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.
579
+ *
580
+ * 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).
486
581
  *
487
582
  * @example
488
583
  * ack.pro.small
@@ -490,11 +585,13 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
490
585
  clusterSpec?: string;
491
586
  /**
492
587
  * @remarks
493
- * The type of the instance.
588
+ * Cluster type.
589
+ *
590
+ * - `Kubernetes`: ACK dedicated cluster.
494
591
  *
495
- * * `Kubernetes`: ACK dedicated cluster.
496
- * * `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.
497
- * * `ExternalKubernetes`: registered cluster.
592
+ * - `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).
593
+ *
594
+ * - `ExternalKubernetes`: registered cluster.
498
595
  *
499
596
  * @example
500
597
  * Kubernetes
@@ -502,40 +599,45 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
502
599
  clusterType?: string;
503
600
  /**
504
601
  * @remarks
505
- * The pod CIDR block. The configuration of the Flannel network plug-in.
602
+ * CIDR block for pod networks, used with Flannel.
506
603
  *
507
604
  * @example
508
- * 172.20.0.0/16
605
+ * 172.20.xx.xx/16
509
606
  */
510
607
  containerCidr?: string;
511
608
  /**
512
609
  * @remarks
513
- * The control plane configurations in an ACK dedicated cluster.
610
+ * Control plane configuration for dedicated clusters.
514
611
  */
515
612
  controlPlaneConfig?: DescribeClusterDetailResponseBodyControlPlaneConfig;
613
+ /**
614
+ * @remarks
615
+ * Cluster connection configuration.
616
+ */
516
617
  controlPlaneEndpointsConfig?: DescribeClusterDetailResponseBodyControlPlaneEndpointsConfig;
517
618
  /**
518
619
  * @remarks
519
- * The time when the cluster was created.
620
+ * Time when the cluster was created.
520
621
  *
521
622
  * @example
522
- * 2019-11-25T15:50:20+08:00
623
+ * 2025-04-07T09:57:26+08:00
523
624
  */
524
625
  created?: string;
525
626
  /**
526
627
  * @remarks
527
- * 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).
628
+ * 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).
528
629
  *
529
630
  * @example
530
- * 1.16.6-aliyun.1
631
+ * 1.32.1-aliyun.1
531
632
  */
532
633
  currentVersion?: string;
533
634
  /**
534
635
  * @remarks
535
- * 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:
636
+ * Deletion protection for the cluster prevents accidental deletion through the console or API. Valid values:
637
+ *
638
+ * - `true`: Deletion protection is enabled. You cannot delete the cluster through the console or API.
536
639
  *
537
- * * `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.
538
- * * `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.
640
+ * - `false`: Deletion protection is disabled. You can delete the cluster through the console or API.
539
641
  *
540
642
  * @example
541
643
  * true
@@ -543,7 +645,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
543
645
  deletionProtection?: boolean;
544
646
  /**
545
647
  * @remarks
546
- * The Docker version that is used by the cluster.
648
+ * Docker version used in the cluster.
547
649
  *
548
650
  * @example
549
651
  * 19.03.5
@@ -553,7 +655,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
553
655
  dockerVersion?: string;
554
656
  /**
555
657
  * @remarks
556
- * The ID of the Server Load Balancer (SLB) instance that is created for the Ingress of the cluster.
658
+ * ID of the Server Load Balancer instance used for the cluster Ingress.
557
659
  *
558
660
  * @example
559
661
  * lb-2zehc05z3b8dwiifh****
@@ -561,21 +663,26 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
561
663
  * @deprecated
562
664
  */
563
665
  externalLoadbalancerId?: string;
666
+ /**
667
+ * @remarks
668
+ * Custom Subject Alternative Names (SANs) for the API server certificate.
669
+ */
564
670
  extraSans?: string[];
565
671
  /**
566
672
  * @remarks
567
- * The initial Kubernetes version of the cluster.
673
+ * Initial Kubernetes version of the cluster.
568
674
  *
569
675
  * @example
570
- * 1.16.6-aliyun.1
676
+ * 1.32.1-aliyun.1
571
677
  */
572
678
  initVersion?: string;
573
679
  /**
574
680
  * @remarks
575
- * The IP stack of the cluster. Valid values:
681
+ * IP protocol stack of the cluster. Valid values:
576
682
  *
577
- * * ipv4: The cluster is an IPv4 cluster.
578
- * * dual: The cluster is an IPv4/IPv6 dual-stack cluster.
683
+ * - ipv4: Creates a cluster that supports IPv4 only.
684
+ *
685
+ * - dual: Creates a cluster that supports both IPv4 and IPv6.
579
686
  *
580
687
  * @example
581
688
  * ipv4
@@ -583,20 +690,20 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
583
690
  ipStack?: string;
584
691
  /**
585
692
  * @remarks
586
- * The maintenance window of the cluster. This feature is available only in ACK Pro clusters.
693
+ * Maintenance window configuration for the cluster. This setting applies only to managed clusters (ACK Pro clusters).
587
694
  */
588
695
  maintenanceWindow?: MaintenanceWindow;
589
696
  /**
590
697
  * @remarks
591
- * The endpoints of the cluster, including an internal endpoint and a public endpoint.
698
+ * Cluster endpoint, including internal and public endpoints.
592
699
  *
593
700
  * @example
594
- * {\\"intranet_api_server_endpoint\\":\\"https://192.168.0.251:6443\\"***}
701
+ * {\\"intranet_api_server_endpoint\\":\\"https://192.168.xx.xx:6443\\"***}
595
702
  */
596
703
  masterUrl?: string;
597
704
  /**
598
705
  * @remarks
599
- * The metadata of the cluster.
706
+ * Metadata of the cluster.
600
707
  *
601
708
  * @example
602
709
  * \\"Addons\\":***
@@ -604,7 +711,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
604
711
  metaData?: string;
605
712
  /**
606
713
  * @remarks
607
- * The cluster name.
714
+ * Cluster name.
608
715
  *
609
716
  * @example
610
717
  * cluster-demo
@@ -612,7 +719,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
612
719
  name?: string;
613
720
  /**
614
721
  * @remarks
615
- * The network type of the cluster. Example: Virtual Private Cloud (VPC).
722
+ * Network type used by the cluster, such as VPC.
616
723
  *
617
724
  * @example
618
725
  * vpc
@@ -622,17 +729,17 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
622
729
  networkMode?: string;
623
730
  /**
624
731
  * @remarks
625
- * The Kubernetes version to which the cluster can be upgraded.
732
+ * Next available Kubernetes version for upgrade.
626
733
  *
627
734
  * @example
628
- * 1.18.8-aliyun.1
735
+ * 1.xx.x-aliyun.1
629
736
  */
630
737
  nextVersion?: string;
631
738
  /**
632
739
  * @remarks
633
- * This parameter is available only for Flannel.
740
+ * Applies only to Flannel network plugin.
634
741
  *
635
- * The subnet mask length of the node CIDR block. This parameter indicates the maximum number of IP addresses that can be assigned to nodes.
742
+ * Subnet mask size allocated to each node, which controls the number of IP addresses assignable to the node.
636
743
  *
637
744
  * @example
638
745
  * 26
@@ -640,24 +747,25 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
640
747
  nodeCidrMask?: string;
641
748
  /**
642
749
  * @remarks
643
- * The automatic O\\&M policy of the cluster.
750
+ * Automatic O\\&M policy for the cluster.
644
751
  */
645
752
  operationPolicy?: DescribeClusterDetailResponseBodyOperationPolicy;
646
753
  /**
647
754
  * @remarks
648
- * The Resource Orchestration Service (ROS) parameters of the cluster.
755
+ * Collection of ROS parameters for the cluster.
649
756
  *
650
757
  * @deprecated
651
758
  */
652
759
  parameters?: { [key: string]: string };
653
760
  /**
654
761
  * @remarks
655
- * Indicates whether Alibaba Cloud DNS PrivateZone (PrivateZone) is enabled for the cluster. Valid values:
762
+ * Indicates whether PrivateZone is enabled for the cluster.
763
+ *
764
+ * - `true`: Enabled.
656
765
  *
657
- * * `true`: PrivateZone is enabled.
658
- * * `false`: PrivateZone is dislabled.
766
+ * - `false`: Disabled.
659
767
  *
660
- * Default value: false
768
+ * Default value: false.
661
769
  *
662
770
  * @example
663
771
  * false
@@ -667,12 +775,15 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
667
775
  privateZone?: boolean;
668
776
  /**
669
777
  * @remarks
670
- * The subtype of the cluster.
778
+ * Cluster subtype.
779
+ *
780
+ * - `Default`: ACK managed cluster, including ACK Pro Edition and Basic Edition.
781
+ *
782
+ * - `Edge`: ACK Edge cluster, including ACK Edge Pro Edition and Basic Edition.
783
+ *
784
+ * - `Serverless`: ACK Serverless cluster, including ACK Serverless Pro Edition and Basic Edition.
671
785
  *
672
- * * `Default`. ACK managed cluster. ACK managed clusters include ACK Basic clusters and ACK Pro clusters.
673
- * * `Edge`: ACK Edge cluster. ACK Edge clusters include ACK Edge Basic clusters and ACK Edge Pro clusters.
674
- * * `Serverless`: ACK Serverless cluster. ACK Serverless clusters include ACK Serverless Basic clusters and ACK Serverless Pro clusters.
675
- * * `Lingjun`: ACK Lingjun Pro cluster.
786
+ * - `Lingjun`: ACK LINGJUN cluster, available in Pro Edition.
676
787
  *
677
788
  * @example
678
789
  * Default
@@ -680,10 +791,11 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
680
791
  profile?: string;
681
792
  /**
682
793
  * @remarks
683
- * The kube-proxy mode. Valid values:
794
+ * kube-proxy proxy mode.
684
795
  *
685
- * * `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.
686
- * * `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.
796
+ * - `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.
797
+ *
798
+ * - `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.
687
799
  *
688
800
  * @example
689
801
  * ipvs
@@ -691,7 +803,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
691
803
  proxyMode?: string;
692
804
  /**
693
805
  * @remarks
694
- * The region ID of the cluster.
806
+ * Region ID where the cluster is deployed.
695
807
  *
696
808
  * @example
697
809
  * cn-beijing
@@ -699,16 +811,20 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
699
811
  regionId?: string;
700
812
  /**
701
813
  * @remarks
702
- * The ID of the resource group to which the cluster belongs.
814
+ * Resource group ID of the cluster.
703
815
  *
704
816
  * @example
705
817
  * rg-acfmyvw3wjm****
706
818
  */
707
819
  resourceGroupId?: string;
820
+ /**
821
+ * @remarks
822
+ * RRSA configuration.
823
+ */
708
824
  rrsaConfig?: DescribeClusterDetailResponseBodyRrsaConfig;
709
825
  /**
710
826
  * @remarks
711
- * The ID of the security group to which the cluster belongs.
827
+ * Security group ID of the cluster.
712
828
  *
713
829
  * @example
714
830
  * sg-25yq****
@@ -716,17 +832,17 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
716
832
  securityGroupId?: string;
717
833
  /**
718
834
  * @remarks
719
- * The Service CIDR block.
835
+ * CIDR block for service networks.
720
836
  *
721
837
  * This parameter is required.
722
838
  *
723
839
  * @example
724
- * 172.21.0.0/20
840
+ * 172.21.xx.xx/20
725
841
  */
726
842
  serviceCidr?: string;
727
843
  /**
728
844
  * @remarks
729
- * The number of nodes in the cluster. Master nodes and worker nodes are included.
845
+ * Total number of nodes in the cluster, including master and worker nodes.
730
846
  *
731
847
  * @example
732
848
  * 5
@@ -734,20 +850,37 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
734
850
  size?: number;
735
851
  /**
736
852
  * @remarks
737
- * The status of the cluster. Valid values:
853
+ * Cluster status. Valid values:
854
+ *
855
+ * - `initial`: The cluster is being created.
856
+ *
857
+ * - `failed`: Cluster creation failed.
858
+ *
859
+ * - `running`: The cluster is running.
860
+ *
861
+ * - `updating`: The cluster is being updated.
862
+ *
863
+ * - `upgrading`: The cluster is being upgraded.
864
+ *
865
+ * - `removing`: Nodes are being removed.
866
+ *
867
+ * - `draining`: Nodes are being drained.
868
+ *
869
+ * - `scaling`: The cluster is scaling.
870
+ *
871
+ * - `inactive`: The cluster is inactive.
872
+ *
873
+ * - `unavailable`: The cluster is unavailable.
874
+ *
875
+ * - `deleting`: The cluster is being deleted.
876
+ *
877
+ * - `deleted`: The cluster has been deleted.
878
+ *
879
+ * - `delete_failed`: Cluster deletion failed.
880
+ *
881
+ * - `waiting`: Waiting for access.
738
882
  *
739
- * * `initial`: The cluster is being created.
740
- * * `failed`: The cluster failed to be created.
741
- * * `running`: The cluster is running.
742
- * * `updating`: The cluster is being updated.
743
- * * `updating_failed`: The cluster failed to be updated.
744
- * * `scaling`: The cluster is being scaled.
745
- * * `waiting`: The cluster is waiting for connection requests.
746
- * * `disconnected`: The cluster is disconnected.
747
- * * `stopped`: The cluster is stopped.
748
- * * `deleting`: The cluster is being deleted.
749
- * * `deleted`: The cluster is deleted.
750
- * * `delete_failed`: The cluster failed to be deleted.
883
+ * - `disconnected`: Disconnected.
751
884
  *
752
885
  * @example
753
886
  * running
@@ -755,22 +888,22 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
755
888
  state?: string;
756
889
  /**
757
890
  * @remarks
758
- * The pod CIDR block.
891
+ * CIDR block for pod networks.
759
892
  *
760
893
  * @example
761
- * 172.20.0.0/16
894
+ * 172.20.xx.xx/16
762
895
  *
763
896
  * @deprecated
764
897
  */
765
898
  subnetCidr?: string;
766
899
  /**
767
900
  * @remarks
768
- * The resource labels of the cluster.
901
+ * Tags associated with the cluster.
769
902
  */
770
903
  tags?: Tag[];
771
904
  /**
772
905
  * @remarks
773
- * The time zone
906
+ * Time zone.
774
907
  *
775
908
  * @example
776
909
  * Asia/Shanghai
@@ -778,15 +911,15 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
778
911
  timezone?: string;
779
912
  /**
780
913
  * @remarks
781
- * The time when the cluster was updated.
914
+ * Last time the cluster was updated.
782
915
  *
783
916
  * @example
784
- * 2020-01-13T23:01:03+08:00
917
+ * 2025-04-10T13:28:09+08:00
785
918
  */
786
919
  updated?: string;
787
920
  /**
788
921
  * @remarks
789
- * The ID of the VPC where the cluster is deployed. This parameter is required when you create a cluster.
922
+ * VPC ID of the cluster. This parameter is required when creating a cluster.
790
923
  *
791
924
  * @example
792
925
  * vpc-2zecuu62b9zw7a7qn****
@@ -794,7 +927,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
794
927
  vpcId?: string;
795
928
  /**
796
929
  * @remarks
797
- * 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.
930
+ * vSwitch ID. This field is deprecated. Use vswitch_ids to query control plane vSwitches and node pool vswitch_ids to query data plane vSwitches.
798
931
  *
799
932
  * @example
800
933
  * vsw-2zete8s4qocqg0mf6****,vsw-2zete8s4qocqg0mf6****
@@ -804,12 +937,12 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
804
937
  vswitchId?: string;
805
938
  /**
806
939
  * @remarks
807
- * The vSwitch for the control plane of the cluster.
940
+ * vSwitches for the cluster control plane.
808
941
  */
809
942
  vswitchIds?: string[];
810
943
  /**
811
944
  * @remarks
812
- * 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.
945
+ * Name of the RAM role assigned to ECS instances acting as worker nodes in the cluster.
813
946
  *
814
947
  * @example
815
948
  * KubernetesWorkerRole-ec87d15b-edca-4302-933f-c8a16bf0****
@@ -817,7 +950,7 @@ export class DescribeClusterDetailResponseBody extends $dara.Model {
817
950
  workerRamRoleName?: string;
818
951
  /**
819
952
  * @remarks
820
- * The ID of the zone within the region where the cluster is located.
953
+ * Zone ID within the region where the cluster is deployed.
821
954
  *
822
955
  * @example
823
956
  * cn-beijing-a