@alicloud/cs20151215 6.6.3 → 6.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +202 -124
- package/dist/client.js +202 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +496 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +448 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +29 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +274 -180
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +58 -54
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +202 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +125 -25
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +515 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +467 -262
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +276 -180
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
- package/src/models/model.ts +2 -0
|
@@ -6,7 +6,7 @@ import { Tag } from "./Tag";
|
|
|
6
6
|
export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
7
7
|
/**
|
|
8
8
|
* @remarks
|
|
9
|
-
* The domain
|
|
9
|
+
* The cluster domain.
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* cluster.local
|
|
@@ -22,10 +22,21 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
22
22
|
clusterId?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* The
|
|
25
|
+
* The specification of the cluster. Valid values:
|
|
26
26
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* - `ack.standard`: Basic Edition
|
|
28
|
+
*
|
|
29
|
+
* - `ack.pro.small`: Pro Edition
|
|
30
|
+
*
|
|
31
|
+
* - `ack.pro.xlarge`: Pro XL
|
|
32
|
+
*
|
|
33
|
+
* - `ack.pro.2xlarge`: Pro 2XL
|
|
34
|
+
*
|
|
35
|
+
* - `ack.pro.4xlarge`: Pro 4XL. This specification is available only to allowlisted users.
|
|
36
|
+
*
|
|
37
|
+
* Pro XL, Pro 2XL, and Pro 4XL are three specifications available for the <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 specifications ensure a high and deterministic level of API concurrency and Pod scheduling capabilities by pre-allocating and dedicating control plane resources. They are suitable for AI training and inference, large-scale clusters, and mission-critical workloads.
|
|
38
|
+
*
|
|
39
|
+
* For information about the <props="china">[cluster management fee](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee)<props="intl">[cluster management fee](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee) for Pro Edition and ACK Pro provisioned control plane specifications, see the linked topic.
|
|
29
40
|
*
|
|
30
41
|
* @example
|
|
31
42
|
* ack.standard
|
|
@@ -35,9 +46,11 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
35
46
|
* @remarks
|
|
36
47
|
* The type of the cluster. Valid values:
|
|
37
48
|
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
49
|
+
* - `Kubernetes`: an ACK dedicated cluster.
|
|
50
|
+
*
|
|
51
|
+
* - `ManagedKubernetes`: an ACK managed cluster. This type includes ACK managed clusters (Pro and Basic editions), ACK Serverless clusters (Pro and Basic editions), ACK Edge clusters (Pro and Basic editions), and ACK Lingjun clusters (Pro edition).
|
|
52
|
+
*
|
|
53
|
+
* - `ExternalKubernetes`: a registered cluster.
|
|
41
54
|
*
|
|
42
55
|
* @example
|
|
43
56
|
* ManagedKubernetes
|
|
@@ -45,7 +58,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
45
58
|
clusterType?: string;
|
|
46
59
|
/**
|
|
47
60
|
* @remarks
|
|
48
|
-
* The CIDR block
|
|
61
|
+
* The CIDR block for Pods in the cluster.
|
|
49
62
|
*
|
|
50
63
|
* @example
|
|
51
64
|
* 172.20.0.0/16
|
|
@@ -53,7 +66,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
53
66
|
containerCidr?: string;
|
|
54
67
|
/**
|
|
55
68
|
* @remarks
|
|
56
|
-
* The time
|
|
69
|
+
* The time the cluster was created.
|
|
57
70
|
*
|
|
58
71
|
* @example
|
|
59
72
|
* 2020-12-01T20:40:40+08:00
|
|
@@ -61,7 +74,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
61
74
|
created?: string;
|
|
62
75
|
/**
|
|
63
76
|
* @remarks
|
|
64
|
-
* The current
|
|
77
|
+
* The current version of the cluster.
|
|
65
78
|
*
|
|
66
79
|
* @example
|
|
67
80
|
* 1.16.6-aliyun.1
|
|
@@ -69,10 +82,11 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
69
82
|
currentVersion?: string;
|
|
70
83
|
/**
|
|
71
84
|
* @remarks
|
|
72
|
-
* Specifies whether
|
|
85
|
+
* Specifies whether deletion protection is enabled for the cluster. If enabled, you cannot delete the cluster from the console or by an API call. Valid values:
|
|
73
86
|
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
87
|
+
* - `true`: Deletion protection is enabled.
|
|
88
|
+
*
|
|
89
|
+
* - `false`: Deletion protection is disabled.
|
|
76
90
|
*
|
|
77
91
|
* @example
|
|
78
92
|
* false
|
|
@@ -80,7 +94,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
80
94
|
deletionProtection?: boolean;
|
|
81
95
|
/**
|
|
82
96
|
* @remarks
|
|
83
|
-
* The initial
|
|
97
|
+
* The initial version of the cluster.
|
|
84
98
|
*
|
|
85
99
|
* @example
|
|
86
100
|
* 1.16.6-aliyun.1
|
|
@@ -88,7 +102,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
88
102
|
initVersion?: string;
|
|
89
103
|
/**
|
|
90
104
|
* @remarks
|
|
91
|
-
* The IP
|
|
105
|
+
* The IP stack of the cluster.
|
|
92
106
|
*
|
|
93
107
|
* @example
|
|
94
108
|
* ipv4
|
|
@@ -96,7 +110,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
96
110
|
ipStack?: string;
|
|
97
111
|
/**
|
|
98
112
|
* @remarks
|
|
99
|
-
* The name
|
|
113
|
+
* The cluster name.
|
|
100
114
|
*
|
|
101
115
|
* @example
|
|
102
116
|
* test-cluster
|
|
@@ -104,7 +118,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
104
118
|
name?: string;
|
|
105
119
|
/**
|
|
106
120
|
* @remarks
|
|
107
|
-
* The
|
|
121
|
+
* The available upgrade version.
|
|
108
122
|
*
|
|
109
123
|
* @example
|
|
110
124
|
* 1.18.8-aliyun.1
|
|
@@ -112,12 +126,15 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
112
126
|
nextVersion?: string;
|
|
113
127
|
/**
|
|
114
128
|
* @remarks
|
|
115
|
-
* The subtype of the
|
|
129
|
+
* The subtype of the cluster. Valid values:
|
|
130
|
+
*
|
|
131
|
+
* - `Default`: An ACK managed cluster (Pro and Basic editions).
|
|
132
|
+
*
|
|
133
|
+
* - `Edge`: An ACK Edge cluster (Pro and Basic editions).
|
|
134
|
+
*
|
|
135
|
+
* - `Serverless`: An ACK Serverless cluster (Pro and Basic editions).
|
|
116
136
|
*
|
|
117
|
-
*
|
|
118
|
-
* * Edge: ACK Edge clusters. ACK Edge clusters include ACK Edge Basic clusters and ACK Edge Pro clusters.
|
|
119
|
-
* * Serverless: ACK Serverless clusters. ACK Serverless clusters include ACK Serverless Basic clusters and ACK Serverless Pro clusters.
|
|
120
|
-
* * Lingjun: ACK Lingjun Pro clusters.
|
|
137
|
+
* - `LingJun`: An ACK Lingjun cluster (Pro edition).
|
|
121
138
|
*
|
|
122
139
|
* @example
|
|
123
140
|
* Default
|
|
@@ -125,12 +142,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
125
142
|
profile?: string;
|
|
126
143
|
/**
|
|
127
144
|
* @remarks
|
|
128
|
-
* The kube-proxy mode of the cluster.
|
|
129
|
-
*
|
|
130
|
-
* Valid value:
|
|
131
|
-
*
|
|
132
|
-
* * iptables: iptables.
|
|
133
|
-
* * ipvs: ipvs.
|
|
145
|
+
* The kube-proxy proxy mode of the cluster.
|
|
134
146
|
*
|
|
135
147
|
* @example
|
|
136
148
|
* ipvs
|
|
@@ -146,7 +158,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
146
158
|
regionId?: string;
|
|
147
159
|
/**
|
|
148
160
|
* @remarks
|
|
149
|
-
* The ID of the
|
|
161
|
+
* The ID of the resource group to which the cluster belongs.
|
|
150
162
|
*
|
|
151
163
|
* @example
|
|
152
164
|
* rg-acfmyvw3wjm****
|
|
@@ -154,7 +166,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
154
166
|
resourceGroupId?: string;
|
|
155
167
|
/**
|
|
156
168
|
* @remarks
|
|
157
|
-
* The
|
|
169
|
+
* The security group ID of the cluster.
|
|
158
170
|
*
|
|
159
171
|
* @example
|
|
160
172
|
* sg-2zeihch86ooz9io4****
|
|
@@ -162,7 +174,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
162
174
|
securityGroupId?: string;
|
|
163
175
|
/**
|
|
164
176
|
* @remarks
|
|
165
|
-
* The CIDR block
|
|
177
|
+
* The CIDR block for the service network.
|
|
166
178
|
*
|
|
167
179
|
* This parameter is required.
|
|
168
180
|
*
|
|
@@ -172,7 +184,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
172
184
|
serviceCidr?: string;
|
|
173
185
|
/**
|
|
174
186
|
* @remarks
|
|
175
|
-
* The number of nodes in the
|
|
187
|
+
* The number of nodes in the cluster.
|
|
176
188
|
*
|
|
177
189
|
* @example
|
|
178
190
|
* 2
|
|
@@ -180,20 +192,37 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
180
192
|
size?: number;
|
|
181
193
|
/**
|
|
182
194
|
* @remarks
|
|
183
|
-
* The
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
195
|
+
* The state of the cluster. Valid values:
|
|
196
|
+
*
|
|
197
|
+
* - `initial`: The cluster is being created.
|
|
198
|
+
*
|
|
199
|
+
* - `failed`: Cluster creation failed.
|
|
200
|
+
*
|
|
201
|
+
* - `running`: The cluster is running.
|
|
202
|
+
*
|
|
203
|
+
* - `updating`: The cluster is being updated.
|
|
204
|
+
*
|
|
205
|
+
* - `upgrading`: The cluster is being upgraded.
|
|
206
|
+
*
|
|
207
|
+
* - `removing`: Nodes are being removed from the cluster.
|
|
208
|
+
*
|
|
209
|
+
* - `draining`: Node draining is in progress.
|
|
210
|
+
*
|
|
211
|
+
* - `scaling`: The cluster is being scaled.
|
|
212
|
+
*
|
|
213
|
+
* - `inactive`: The cluster is inactive.
|
|
214
|
+
*
|
|
215
|
+
* - `unavailable`: The cluster is unavailable.
|
|
216
|
+
*
|
|
217
|
+
* - `deleting`: The cluster is being deleted.
|
|
218
|
+
*
|
|
219
|
+
* - `deleted`: The cluster is deleted.
|
|
220
|
+
*
|
|
221
|
+
* - `delete_failed`: Cluster deletion failed.
|
|
222
|
+
*
|
|
223
|
+
* - `waiting`: The cluster is waiting for a connection.
|
|
224
|
+
*
|
|
225
|
+
* - `disconnected`: The cluster is disconnected.
|
|
197
226
|
*
|
|
198
227
|
* @example
|
|
199
228
|
* running
|
|
@@ -201,12 +230,12 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
201
230
|
state?: string;
|
|
202
231
|
/**
|
|
203
232
|
* @remarks
|
|
204
|
-
* The
|
|
233
|
+
* The tags attached to the cluster.
|
|
205
234
|
*/
|
|
206
235
|
tags?: Tag[];
|
|
207
236
|
/**
|
|
208
237
|
* @remarks
|
|
209
|
-
* The time zone.
|
|
238
|
+
* The time zone of the cluster.
|
|
210
239
|
*
|
|
211
240
|
* @example
|
|
212
241
|
* Asia/Shanghai
|
|
@@ -214,7 +243,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
214
243
|
timezone?: string;
|
|
215
244
|
/**
|
|
216
245
|
* @remarks
|
|
217
|
-
* The time
|
|
246
|
+
* The time the cluster was last updated.
|
|
218
247
|
*
|
|
219
248
|
* @example
|
|
220
249
|
* 2020-12-08T15:37:00+08:00
|
|
@@ -222,7 +251,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
222
251
|
updated?: string;
|
|
223
252
|
/**
|
|
224
253
|
* @remarks
|
|
225
|
-
* The ID of the
|
|
254
|
+
* The VPC ID of the cluster.
|
|
226
255
|
*
|
|
227
256
|
* @example
|
|
228
257
|
* vpc-2zeg8nf1ukc0fcmvq****
|
|
@@ -230,7 +259,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
230
259
|
vpcId?: string;
|
|
231
260
|
/**
|
|
232
261
|
* @remarks
|
|
233
|
-
* The
|
|
262
|
+
* The IDs of the vSwitches for the control plane.
|
|
234
263
|
*/
|
|
235
264
|
vswitchIds?: string[];
|
|
236
265
|
static names(): { [key: string]: string } {
|
|
@@ -311,7 +340,7 @@ export class DescribeClustersForRegionResponseBodyClusters extends $dara.Model {
|
|
|
311
340
|
export class DescribeClustersForRegionResponseBodyPageInfo extends $dara.Model {
|
|
312
341
|
/**
|
|
313
342
|
* @remarks
|
|
314
|
-
* The
|
|
343
|
+
* The returned page number.
|
|
315
344
|
*
|
|
316
345
|
* @example
|
|
317
346
|
* 1
|
|
@@ -319,7 +348,7 @@ export class DescribeClustersForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
319
348
|
pageNumber?: number;
|
|
320
349
|
/**
|
|
321
350
|
* @remarks
|
|
322
|
-
* The number of
|
|
351
|
+
* The number of entries per page.
|
|
323
352
|
*
|
|
324
353
|
* @example
|
|
325
354
|
* 10
|
|
@@ -327,7 +356,7 @@ export class DescribeClustersForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
327
356
|
pageSize?: number;
|
|
328
357
|
/**
|
|
329
358
|
* @remarks
|
|
330
|
-
* The total number of entries
|
|
359
|
+
* The total number of entries that match the query.
|
|
331
360
|
*
|
|
332
361
|
* @example
|
|
333
362
|
* 10
|
|
@@ -361,12 +390,12 @@ export class DescribeClustersForRegionResponseBodyPageInfo extends $dara.Model {
|
|
|
361
390
|
export class DescribeClustersForRegionResponseBody extends $dara.Model {
|
|
362
391
|
/**
|
|
363
392
|
* @remarks
|
|
364
|
-
*
|
|
393
|
+
* A list of clusters.
|
|
365
394
|
*/
|
|
366
395
|
clusters?: DescribeClustersForRegionResponseBodyClusters[];
|
|
367
396
|
/**
|
|
368
397
|
* @remarks
|
|
369
|
-
* The pagination
|
|
398
|
+
* The pagination information.
|
|
370
399
|
*/
|
|
371
400
|
pageInfo?: DescribeClustersForRegionResponseBodyPageInfo;
|
|
372
401
|
static names(): { [key: string]: string } {
|
|
@@ -8,15 +8,26 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
8
8
|
* The cluster ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
|
-
*
|
|
11
|
+
* c3fb96524f9274b4495df0f12a6b5****
|
|
12
12
|
*/
|
|
13
13
|
clusterId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The cluster specification. This parameter is valid only when `cluster_type` is set to `ManagedKubernetes` and the `profile` parameter is specified. Valid values:
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
18
|
+
* - `ack.standard`: Standard
|
|
19
|
+
*
|
|
20
|
+
* - `ack.pro.small`: Pro
|
|
21
|
+
*
|
|
22
|
+
* - `ack.pro.xlarge`: Pro XL
|
|
23
|
+
*
|
|
24
|
+
* - `ack.pro.2xlarge`: Pro 2XL
|
|
25
|
+
*
|
|
26
|
+
* - `ack.pro.4xlarge`: Pro 4XL (Contact customer service to enable this option.)
|
|
27
|
+
*
|
|
28
|
+
* Pro XL, Pro 2XL, and Pro 4XL are three tiers provided by the <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 a consistently high, predictable level of performance for API concurrency and pod scheduling. They are suitable for AI training and inference, ultra-large-scale clusters, and mission-critical workloads.
|
|
29
|
+
*
|
|
30
|
+
* For information about the cluster management fees for Pro and provisioned control plane editions, see <props="china">[Cluster management fee](https://help.aliyun.com/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee)<props="intl">[Cluster management fee](https://www.alibabacloud.com/help/ack/ack-managed-and-ack-dedicated/product-overview/cluster-management-fee).
|
|
20
31
|
*
|
|
21
32
|
* @example
|
|
22
33
|
* ack.pro.small
|
|
@@ -24,11 +35,13 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
24
35
|
clusterSpec?: string;
|
|
25
36
|
/**
|
|
26
37
|
* @remarks
|
|
27
|
-
* The type
|
|
38
|
+
* The cluster type.
|
|
28
39
|
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
40
|
+
* - `Kubernetes`: an ACK dedicated cluster.
|
|
41
|
+
*
|
|
42
|
+
* - `ManagedKubernetes`: an ACK managed cluster. This type includes ACK managed clusters (Pro and Standard), ACK Serverless clusters (Pro and Standard), ACK Edge clusters (Pro and Standard), and ACK Lingjun clusters (Pro).
|
|
43
|
+
*
|
|
44
|
+
* - `ExternalKubernetes`: a registered cluster.
|
|
32
45
|
*
|
|
33
46
|
* @example
|
|
34
47
|
* Kubernetes
|
|
@@ -36,7 +49,7 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
36
49
|
clusterType?: string;
|
|
37
50
|
/**
|
|
38
51
|
* @remarks
|
|
39
|
-
* The cluster
|
|
52
|
+
* The name of the cluster.
|
|
40
53
|
*
|
|
41
54
|
* @example
|
|
42
55
|
* cluster-demo
|
|
@@ -44,10 +57,10 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
44
57
|
name?: string;
|
|
45
58
|
/**
|
|
46
59
|
* @remarks
|
|
47
|
-
* The page number
|
|
60
|
+
* The page number.
|
|
48
61
|
*
|
|
49
62
|
* @example
|
|
50
|
-
*
|
|
63
|
+
* 1
|
|
51
64
|
*/
|
|
52
65
|
pageNumber?: number;
|
|
53
66
|
/**
|
|
@@ -60,12 +73,15 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
60
73
|
pageSize?: number;
|
|
61
74
|
/**
|
|
62
75
|
* @remarks
|
|
63
|
-
*
|
|
76
|
+
* When `cluster_type` is set to `ManagedKubernetes`, you can further specify a sub-type of the cluster.
|
|
77
|
+
*
|
|
78
|
+
* - `Default`: an ACK managed cluster. This includes ACK Pro and ACK Standard clusters.
|
|
79
|
+
*
|
|
80
|
+
* - `Edge`: an ACK Edge cluster. This includes ACK Edge Pro and ACK Edge Standard clusters.
|
|
81
|
+
*
|
|
82
|
+
* - `Serverless`: an ACK Serverless cluster. This includes ACK Serverless Pro and ACK Serverless Standard clusters.
|
|
64
83
|
*
|
|
65
|
-
*
|
|
66
|
-
* * `Edge`: ACK Edge cluster. ACK Edge clusters include ACK Edge Basic clusters and ACK Edge Pro clusters.
|
|
67
|
-
* * `Serverless`: ACK Serverless cluster. ACK Serverless clusters include ACK Serverless Basic clusters and ACK Serverless Pro clusters.
|
|
68
|
-
* * `Lingjun`: ACK Lingjun Pro cluster.
|
|
84
|
+
* - `Lingjun`: an ACK Lingjun cluster (Pro edition).
|
|
69
85
|
*
|
|
70
86
|
* @example
|
|
71
87
|
* Default
|
|
@@ -73,7 +89,7 @@ export class DescribeClustersV1Request extends $dara.Model {
|
|
|
73
89
|
profile?: string;
|
|
74
90
|
/**
|
|
75
91
|
* @remarks
|
|
76
|
-
* The
|
|
92
|
+
* The ID of the region to which the clusters belong.
|
|
77
93
|
*
|
|
78
94
|
* @example
|
|
79
95
|
* cn-hangzhou
|