@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
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListAutoRepairPoliciesResponseBodyItemsRulesIncidents extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The incident name.
9
+ *
7
10
  * @example
8
11
  * Node.FaultNeedReboot.HOST
9
12
  */
10
13
  name?: string;
11
14
  /**
15
+ * @remarks
16
+ * The diagnosis type.
17
+ *
12
18
  * @example
13
19
  * system
14
20
  */
@@ -38,11 +44,17 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesIncidents extends $dara
38
44
 
39
45
  export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
40
46
  /**
47
+ * @remarks
48
+ * The key of the label.
49
+ *
41
50
  * @example
42
51
  * k8s.aliyun.com/incident
43
52
  */
44
53
  key?: string;
45
54
  /**
55
+ * @remarks
56
+ * The value of the label.
57
+ *
46
58
  * @example
47
59
  * approved
48
60
  */
@@ -72,11 +84,17 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
72
84
 
73
85
  export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
74
86
  /**
87
+ * @remarks
88
+ * The key of the label.
89
+ *
75
90
  * @example
76
91
  * k8s.aliyun.com/incident
77
92
  */
78
93
  key?: string;
79
94
  /**
95
+ * @remarks
96
+ * The value of the label.
97
+ *
80
98
  * @example
81
99
  * inquiring
82
100
  */
@@ -105,14 +123,28 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
105
123
  }
106
124
 
107
125
  export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureIntervention extends $dara.Model {
126
+ /**
127
+ * @remarks
128
+ * The configuration for the approval label. Applying this label to the node authorizes Container Service for Kubernetes (ACK) to execute the action for this repair step. After the step is complete, ACK automatically removes both the inquiry and approval labels. If the approval label is not applied promptly, the repair process will not proceed, and the node may remain in an unhealthy state.
129
+ */
108
130
  approvedLabel?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionApprovedLabel;
109
131
  /**
132
+ * @remarks
133
+ * Determines whether manual approval is required for the repair step.
134
+ *
110
135
  * @example
111
136
  * true
112
137
  */
113
138
  enable?: boolean;
139
+ /**
140
+ * @remarks
141
+ * The configuration for the authorization inquiry label. When this repair step starts, Container Service for Kubernetes (ACK) applies this label to the node and pauses, awaiting approval before executing the step\\"s action.
142
+ */
114
143
  inquiringLabel?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterventionInquiringLabel;
115
144
  /**
145
+ * @remarks
146
+ * The manual approval type.
147
+ *
116
148
  * @example
117
149
  * label
118
150
  */
@@ -151,9 +183,20 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureInterven
151
183
  }
152
184
 
153
185
  export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure extends $dara.Model {
186
+ /**
187
+ * @remarks
188
+ * The configuration parameters for the procedure step.
189
+ */
154
190
  config?: { [key: string]: any };
191
+ /**
192
+ * @remarks
193
+ * The manual intervention settings for this procedure step.
194
+ */
155
195
  intervention?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedureIntervention;
156
196
  /**
197
+ * @remarks
198
+ * The name of the procedure step.
199
+ *
157
200
  * @example
158
201
  * QuarantineGPU
159
202
  */
@@ -190,7 +233,15 @@ export class ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure extends
190
233
  }
191
234
 
192
235
  export class ListAutoRepairPoliciesResponseBodyItemsRules extends $dara.Model {
236
+ /**
237
+ * @remarks
238
+ * A list of identified incidents.
239
+ */
193
240
  incidents?: ListAutoRepairPoliciesResponseBodyItemsRulesIncidents[];
241
+ /**
242
+ * @remarks
243
+ * The repair procedure.
244
+ */
194
245
  repairProcedure?: ListAutoRepairPoliciesResponseBodyItemsRulesRepairProcedure[];
195
246
  static names(): { [key: string]: string } {
196
247
  return {
@@ -223,26 +274,46 @@ export class ListAutoRepairPoliciesResponseBodyItemsRules extends $dara.Model {
223
274
 
224
275
  export class ListAutoRepairPoliciesResponseBodyItems extends $dara.Model {
225
276
  /**
277
+ * @remarks
278
+ * The ID of the auto-repair rule.
279
+ *
226
280
  * @example
227
281
  * r-xxxxx
228
282
  */
229
283
  id?: string;
230
284
  /**
285
+ * @remarks
286
+ * The name of the auto-repair rule.
287
+ *
231
288
  * @example
232
289
  * test
233
290
  */
234
291
  name?: string;
292
+ /**
293
+ * @remarks
294
+ * The IDs of the resources that the auto-repair rule affects.
295
+ */
235
296
  resourceIds?: string[];
236
297
  /**
298
+ * @remarks
299
+ * The resource sub-type that the auto-repair rule affects.
300
+ *
237
301
  * @example
238
302
  * ess
239
303
  */
240
304
  resourceSubType?: string;
241
305
  /**
306
+ * @remarks
307
+ * The resource type that the auto-repair rule affects.
308
+ *
242
309
  * @example
243
310
  * nodepool
244
311
  */
245
312
  resourceType?: string;
313
+ /**
314
+ * @remarks
315
+ * A list of auto-repair sub-rules.
316
+ */
246
317
  rules?: ListAutoRepairPoliciesResponseBodyItemsRules[];
247
318
  static names(): { [key: string]: string } {
248
319
  return {
@@ -282,6 +353,10 @@ export class ListAutoRepairPoliciesResponseBodyItems extends $dara.Model {
282
353
  }
283
354
 
284
355
  export class ListAutoRepairPoliciesResponseBody extends $dara.Model {
356
+ /**
357
+ * @remarks
358
+ * A list of auto-repair rules.
359
+ */
285
360
  items?: ListAutoRepairPoliciesResponseBodyItems[];
286
361
  static names(): { [key: string]: string } {
287
362
  return {
@@ -16,7 +16,7 @@ export class ListClusterChecksResponseBodyChecks extends $dara.Model {
16
16
  * The time when the cluster check task was created.
17
17
  *
18
18
  * @example
19
- * 2023-10-16T08:31:20.292030178Z
19
+ * 2025-04-11T02:56:02.565982623Z
20
20
  */
21
21
  createdAt?: string;
22
22
  /**
@@ -24,7 +24,7 @@ export class ListClusterChecksResponseBodyChecks extends $dara.Model {
24
24
  * The time when the cluster check task was completed.
25
25
  *
26
26
  * @example
27
- * 2023-10-16T08:35:20.292030178Z
27
+ * 2025-04-11T02:56:18.881054031Z
28
28
  */
29
29
  finishedAt?: string;
30
30
  /**
@@ -3,6 +3,16 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class ListClusterKubeconfigStatesRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Whether to query the KubeConfig list of service roles for cloud products within the cluster.
9
+ *
10
+ * - true: Query the KubeConfig list of service roles for cloud products within the cluster.
11
+ * - false: Query the KubeConfig list of Resource Access Management (RAM) users or roles within the cluster.
12
+ *
13
+ * @example
14
+ * true
15
+ */
6
16
  cloudServiceKubeConfig?: boolean;
7
17
  /**
8
18
  * @remarks
@@ -53,9 +53,37 @@ export class ListClusterKubeconfigStatesResponseBodyPage extends $dara.Model {
53
53
  }
54
54
 
55
55
  export class ListClusterKubeconfigStatesResponseBodyStatesCloudServiceRoles extends $dara.Model {
56
+ /**
57
+ * @remarks
58
+ * Indicates whether the content matches the default cluster role template.
59
+ *
60
+ * - true: Matches
61
+ * - false: Does not match
62
+ */
56
63
  isDefaultTemplate?: boolean;
64
+ /**
65
+ * @remarks
66
+ * Name of the cluster role associated with the cluster cloud product service role.
67
+ *
68
+ * @example
69
+ * cluster-admin
70
+ */
57
71
  roleName?: string;
72
+ /**
73
+ * @remarks
74
+ * Namespace of the cluster role associated with the cluster cloud product service role.
75
+ *
76
+ * @example
77
+ * kube-system
78
+ */
58
79
  roleNamespace?: string;
80
+ /**
81
+ * @remarks
82
+ * The type of the cluster role associated with the cloud service role of the cluster.
83
+ *
84
+ * @example
85
+ * ClusterRole
86
+ */
59
87
  type?: string;
60
88
  static names(): { [key: string]: string } {
61
89
  return {
@@ -153,7 +181,18 @@ export class ListClusterKubeconfigStatesResponseBodyStates extends $dara.Model {
153
181
  * Expired
154
182
  */
155
183
  certState?: string;
184
+ /**
185
+ * @remarks
186
+ * Cloud service name.
187
+ *
188
+ * @example
189
+ * cs/ecs/sls
190
+ */
156
191
  cloudServiceName?: string;
192
+ /**
193
+ * @remarks
194
+ * List of cluster roles associated with the cluster cloud product service roles.
195
+ */
157
196
  cloudServiceRoles?: ListClusterKubeconfigStatesResponseBodyStatesCloudServiceRoles[];
158
197
  /**
159
198
  * @remarks
@@ -4,16 +4,25 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListOperationPlansForRegionRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * Filter by cluster ID.
9
+ *
7
10
  * @example
8
11
  * c02b3e03be10643e8a644a843ffcb****
9
12
  */
10
13
  clusterId?: string;
11
14
  /**
15
+ * @remarks
16
+ * Filter by execution plan status.
17
+ *
12
18
  * @example
13
19
  * Scheduled
14
20
  */
15
21
  state?: string;
16
22
  /**
23
+ * @remarks
24
+ * Filter by execution plan type.
25
+ *
17
26
  * @example
18
27
  * CLUSTER_UPGRADE_MASTER
19
28
  */
@@ -3,7 +3,21 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class ListOperationPlansForRegionResponseBodyPlansStateReason extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Code.
9
+ *
10
+ * @example
11
+ * CanceledByUser
12
+ */
6
13
  code?: string;
14
+ /**
15
+ * @remarks
16
+ * Message.
17
+ *
18
+ * @example
19
+ * plan has been canceled by user
20
+ */
7
21
  message?: string;
8
22
  static names(): { [key: string]: string } {
9
23
  return {
@@ -30,52 +44,86 @@ export class ListOperationPlansForRegionResponseBodyPlansStateReason extends $da
30
44
 
31
45
  export class ListOperationPlansForRegionResponseBodyPlans extends $dara.Model {
32
46
  /**
47
+ * @remarks
48
+ * Cluster ID.
49
+ *
33
50
  * @example
34
51
  * c29ced64b3dfe4f33b57ca0aa9f68****
35
52
  */
36
53
  clusterId?: string;
37
54
  /**
55
+ * @remarks
56
+ * Creation Time of the execution plan.
57
+ *
38
58
  * @example
39
59
  * 2023-11-21T20:01:22+08:00
40
60
  */
41
61
  created?: string;
42
62
  /**
63
+ * @remarks
64
+ * Expected End Time of execution.
65
+ *
43
66
  * @example
44
67
  * 2023-11-22T18:00:00+08:00
45
68
  */
46
69
  endTime?: string;
47
70
  /**
71
+ * @remarks
72
+ * Execution plan ID.
73
+ *
48
74
  * @example
49
75
  * P-655c9c127e0e6603ef00****
50
76
  */
51
77
  planId?: string;
52
78
  /**
79
+ * @remarks
80
+ * Expected start time.
81
+ *
53
82
  * @example
54
83
  * 2023-11-22T15:18:00+08:00
55
84
  */
56
85
  startTime?: string;
57
86
  /**
87
+ * @remarks
88
+ * Status.
89
+ *
58
90
  * @example
59
91
  * Scheduled
60
92
  */
61
93
  state?: string;
94
+ /**
95
+ * @remarks
96
+ * Status reason.
97
+ */
62
98
  stateReason?: ListOperationPlansForRegionResponseBodyPlansStateReason;
63
99
  /**
100
+ * @remarks
101
+ * ID of the execution Target.
102
+ *
64
103
  * @example
65
104
  * c29ced64b3dfe4f33b57ca0aa9f68****
66
105
  */
67
106
  targetId?: string;
68
107
  /**
108
+ * @remarks
109
+ * Type of the execution Target.
110
+ *
69
111
  * @example
70
112
  * cluster
71
113
  */
72
114
  targetType?: string;
73
115
  /**
116
+ * @remarks
117
+ * Job ID generated by the execution plan.
118
+ *
74
119
  * @example
75
120
  * T-681ac448b23ced010600****
76
121
  */
77
122
  taskId?: string;
78
123
  /**
124
+ * @remarks
125
+ * Type.
126
+ *
79
127
  * @example
80
128
  * CLUSTER_UPGRADE_MASTER
81
129
  */
@@ -125,6 +173,10 @@ export class ListOperationPlansForRegionResponseBodyPlans extends $dara.Model {
125
173
  }
126
174
 
127
175
  export class ListOperationPlansForRegionResponseBody extends $dara.Model {
176
+ /**
177
+ * @remarks
178
+ * List of execution plans.
179
+ */
128
180
  plans?: ListOperationPlansForRegionResponseBodyPlans[];
129
181
  static names(): { [key: string]: string } {
130
182
  return {
@@ -58,7 +58,7 @@ export class ListUserKubeConfigStatesResponseBodyStates extends $dara.Model {
58
58
  * The expiration date of the certificate used in a kubeconfig file. Format: the UTC time in the RFC3339 format.
59
59
  *
60
60
  * @example
61
- * 2026-11-30T07:41:50Z
61
+ * 2028-04-09T06:20:47Z
62
62
  */
63
63
  certExpireTime?: string;
64
64
  /**
@@ -35,7 +35,7 @@ export class MaintenanceWindow extends $dara.Model {
35
35
  * The start time of the cluster maintenance window. The value follows a standard time format in Golang. Example: 15:04:05Z.
36
36
  *
37
37
  * @example
38
- * 03:00:00Z
38
+ * 2020-10-15T12:31:00.000+08:00
39
39
  */
40
40
  maintenanceTime?: string;
41
41
  /**
@@ -8,7 +8,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
8
8
  * The cluster ID.
9
9
  *
10
10
  * @example
11
- * c8155823d057948c69a****
11
+ * c21e0591548ba4c10bdb535d657******
12
12
  */
13
13
  clusterId?: string;
14
14
  /**
@@ -16,7 +16,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
16
16
  * The request ID.
17
17
  *
18
18
  * @example
19
- * 20758A-585D-4A41-A9B2-28DA8F4F534F
19
+ * 687C5BAA-D103-4993-884B-C35E43******
20
20
  */
21
21
  requestId?: string;
22
22
  /**
@@ -24,7 +24,7 @@ export class MigrateClusterResponseBody extends $dara.Model {
24
24
  * The task ID.
25
25
  *
26
26
  * @example
27
- * T-62ccd14aacb8db06ca00****
27
+ * T-62ccd14aacb8db06ca******
28
28
  */
29
29
  taskId?: string;
30
30
  static names(): { [key: string]: string } {
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ModifyAutoRepairPolicyRequestRulesIncidents extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The incident name.
9
+ *
7
10
  * @example
8
11
  * Node.FaultNeedReboot.HOST
9
12
  */
10
13
  name?: string;
11
14
  /**
15
+ * @remarks
16
+ * The incident type.
17
+ *
12
18
  * @example
13
19
  * system
14
20
  */
@@ -38,11 +44,17 @@ export class ModifyAutoRepairPolicyRequestRulesIncidents extends $dara.Model {
38
44
 
39
45
  export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
40
46
  /**
47
+ * @remarks
48
+ * The label `key`.
49
+ *
41
50
  * @example
42
51
  * k8s.aliyun.com/incident
43
52
  */
44
53
  key?: string;
45
54
  /**
55
+ * @remarks
56
+ * The label `value`.
57
+ *
46
58
  * @example
47
59
  * approved
48
60
  */
@@ -72,11 +84,17 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprov
72
84
 
73
85
  export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
74
86
  /**
87
+ * @remarks
88
+ * The label `key`.
89
+ *
75
90
  * @example
76
91
  * k8s.aliyun.com/incident
77
92
  */
78
93
  key?: string;
79
94
  /**
95
+ * @remarks
96
+ * The label `value`.
97
+ *
80
98
  * @example
81
99
  * inquiring
82
100
  */
@@ -105,14 +123,28 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquir
105
123
  }
106
124
 
107
125
  export class ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention extends $dara.Model {
126
+ /**
127
+ * @remarks
128
+ * The label configuration for authorization confirmation. Add this label to the node to authorize ACK to proceed with this stage. After the stage completes, ACK automatically removes the inquiry and confirmation labels. If you do not add this label in time, ACK will not proceed with this or subsequent stages, leaving the node in an unhealthy state.
129
+ */
108
130
  approvedLabel?: ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionApprovedLabel;
109
131
  /**
132
+ * @remarks
133
+ * Specifies whether to enable manual approval.
134
+ *
110
135
  * @example
111
136
  * true
112
137
  */
113
138
  enable?: boolean;
139
+ /**
140
+ * @remarks
141
+ * The label configuration for the authorization inquiry. At this stage, ACK adds this label to the node and waits for your authorization before proceeding.
142
+ */
114
143
  inquiringLabel?: ModifyAutoRepairPolicyRequestRulesRepairProcedureInterventionInquiringLabel;
115
144
  /**
145
+ * @remarks
146
+ * The approval type.
147
+ *
116
148
  * @example
117
149
  * label
118
150
  */
@@ -151,9 +183,20 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention exten
151
183
  }
152
184
 
153
185
  export class ModifyAutoRepairPolicyRequestRulesRepairProcedure extends $dara.Model {
186
+ /**
187
+ * @remarks
188
+ * Configuration parameters for the procedure.
189
+ */
154
190
  config?: { [key: string]: any };
191
+ /**
192
+ * @remarks
193
+ * The configuration for the manual intervention procedure.
194
+ */
155
195
  intervention?: ModifyAutoRepairPolicyRequestRulesRepairProcedureIntervention;
156
196
  /**
197
+ * @remarks
198
+ * The procedure name.
199
+ *
157
200
  * @example
158
201
  * QuarantineGPU
159
202
  */
@@ -190,7 +233,15 @@ export class ModifyAutoRepairPolicyRequestRulesRepairProcedure extends $dara.Mod
190
233
  }
191
234
 
192
235
  export class ModifyAutoRepairPolicyRequestRules extends $dara.Model {
236
+ /**
237
+ * @remarks
238
+ * A list of identified incidents.
239
+ */
193
240
  incidents?: ModifyAutoRepairPolicyRequestRulesIncidents[];
241
+ /**
242
+ * @remarks
243
+ * A list of repair procedures.
244
+ */
194
245
  repairProcedure?: ModifyAutoRepairPolicyRequestRulesRepairProcedure[];
195
246
  static names(): { [key: string]: string } {
196
247
  return {
@@ -223,10 +274,17 @@ export class ModifyAutoRepairPolicyRequestRules extends $dara.Model {
223
274
 
224
275
  export class ModifyAutoRepairPolicyRequest extends $dara.Model {
225
276
  /**
277
+ * @remarks
278
+ * The name of the self-healing rule.
279
+ *
226
280
  * @example
227
281
  * test
228
282
  */
229
283
  name?: string;
284
+ /**
285
+ * @remarks
286
+ * A list of self-healing sub-rules.
287
+ */
230
288
  rules?: ModifyAutoRepairPolicyRequestRules[];
231
289
  static names(): { [key: string]: string } {
232
290
  return {
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ModifyAutoRepairPolicyResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * db82195b-75a8-40e5-9be4-16f182******
9
12
  */