@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.
- 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 +473 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- 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/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 +475 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -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
|
@@ -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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
89
|
+
* Image ID.
|
|
83
90
|
*
|
|
84
91
|
* @example
|
|
85
|
-
* aliyun_3_x64_20G_alibase_20240819
|
|
92
|
+
* aliyun_3_x64_20G_alibase_20240819
|
|
86
93
|
*/
|
|
87
94
|
imageId?: string;
|
|
88
95
|
/**
|
|
89
96
|
* @remarks
|
|
90
|
-
*
|
|
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
|
-
*
|
|
110
|
+
* Instance types for control plane nodes.
|
|
100
111
|
*/
|
|
101
112
|
instanceTypes?: string[];
|
|
102
113
|
/**
|
|
103
114
|
* @remarks
|
|
104
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
350
|
-
*
|
|
351
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
566
|
+
* Cluster specification when `cluster_type` is set to `ManagedKubernetes` and `profile` is configured. Valid values:
|
|
483
567
|
*
|
|
484
|
-
*
|
|
485
|
-
*
|
|
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
|
-
*
|
|
588
|
+
* Cluster type.
|
|
589
|
+
*
|
|
590
|
+
* - `Kubernetes`: ACK dedicated cluster.
|
|
494
591
|
*
|
|
495
|
-
*
|
|
496
|
-
*
|
|
497
|
-
*
|
|
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
|
-
*
|
|
602
|
+
* CIDR block for pod networks, used with Flannel.
|
|
506
603
|
*
|
|
507
604
|
* @example
|
|
508
|
-
* 172.20.
|
|
605
|
+
* 172.20.xx.xx/16
|
|
509
606
|
*/
|
|
510
607
|
containerCidr?: string;
|
|
511
608
|
/**
|
|
512
609
|
* @remarks
|
|
513
|
-
*
|
|
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
|
-
*
|
|
620
|
+
* Time when the cluster was created.
|
|
520
621
|
*
|
|
521
622
|
* @example
|
|
522
|
-
*
|
|
623
|
+
* 2025-04-07T09:57:26+08:00
|
|
523
624
|
*/
|
|
524
625
|
created?: string;
|
|
525
626
|
/**
|
|
526
627
|
* @remarks
|
|
527
|
-
*
|
|
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.
|
|
631
|
+
* 1.32.1-aliyun.1
|
|
531
632
|
*/
|
|
532
633
|
currentVersion?: string;
|
|
533
634
|
/**
|
|
534
635
|
* @remarks
|
|
535
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
673
|
+
* Initial Kubernetes version of the cluster.
|
|
568
674
|
*
|
|
569
675
|
* @example
|
|
570
|
-
* 1.
|
|
676
|
+
* 1.32.1-aliyun.1
|
|
571
677
|
*/
|
|
572
678
|
initVersion?: string;
|
|
573
679
|
/**
|
|
574
680
|
* @remarks
|
|
575
|
-
*
|
|
681
|
+
* IP protocol stack of the cluster. Valid values:
|
|
576
682
|
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
698
|
+
* Cluster endpoint, including internal and public endpoints.
|
|
592
699
|
*
|
|
593
700
|
* @example
|
|
594
|
-
* {\\"intranet_api_server_endpoint\\":\\"https://192.168.
|
|
701
|
+
* {\\"intranet_api_server_endpoint\\":\\"https://192.168.xx.xx:6443\\"***}
|
|
595
702
|
*/
|
|
596
703
|
masterUrl?: string;
|
|
597
704
|
/**
|
|
598
705
|
* @remarks
|
|
599
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
732
|
+
* Next available Kubernetes version for upgrade.
|
|
626
733
|
*
|
|
627
734
|
* @example
|
|
628
|
-
* 1.
|
|
735
|
+
* 1.xx.x-aliyun.1
|
|
629
736
|
*/
|
|
630
737
|
nextVersion?: string;
|
|
631
738
|
/**
|
|
632
739
|
* @remarks
|
|
633
|
-
*
|
|
740
|
+
* Applies only to Flannel network plugin.
|
|
634
741
|
*
|
|
635
|
-
*
|
|
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
|
-
*
|
|
750
|
+
* Automatic O\\&M policy for the cluster.
|
|
644
751
|
*/
|
|
645
752
|
operationPolicy?: DescribeClusterDetailResponseBodyOperationPolicy;
|
|
646
753
|
/**
|
|
647
754
|
* @remarks
|
|
648
|
-
*
|
|
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
|
|
762
|
+
* Indicates whether PrivateZone is enabled for the cluster.
|
|
763
|
+
*
|
|
764
|
+
* - `true`: Enabled.
|
|
656
765
|
*
|
|
657
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
794
|
+
* kube-proxy proxy mode.
|
|
684
795
|
*
|
|
685
|
-
*
|
|
686
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
835
|
+
* CIDR block for service networks.
|
|
720
836
|
*
|
|
721
837
|
* This parameter is required.
|
|
722
838
|
*
|
|
723
839
|
* @example
|
|
724
|
-
* 172.21.
|
|
840
|
+
* 172.21.xx.xx/20
|
|
725
841
|
*/
|
|
726
842
|
serviceCidr?: string;
|
|
727
843
|
/**
|
|
728
844
|
* @remarks
|
|
729
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
891
|
+
* CIDR block for pod networks.
|
|
759
892
|
*
|
|
760
893
|
* @example
|
|
761
|
-
* 172.20.
|
|
894
|
+
* 172.20.xx.xx/16
|
|
762
895
|
*
|
|
763
896
|
* @deprecated
|
|
764
897
|
*/
|
|
765
898
|
subnetCidr?: string;
|
|
766
899
|
/**
|
|
767
900
|
* @remarks
|
|
768
|
-
*
|
|
901
|
+
* Tags associated with the cluster.
|
|
769
902
|
*/
|
|
770
903
|
tags?: Tag[];
|
|
771
904
|
/**
|
|
772
905
|
* @remarks
|
|
773
|
-
*
|
|
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
|
-
*
|
|
914
|
+
* Last time the cluster was updated.
|
|
782
915
|
*
|
|
783
916
|
* @example
|
|
784
|
-
*
|
|
917
|
+
* 2025-04-10T13:28:09+08:00
|
|
785
918
|
*/
|
|
786
919
|
updated?: string;
|
|
787
920
|
/**
|
|
788
921
|
* @remarks
|
|
789
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
940
|
+
* vSwitches for the cluster control plane.
|
|
808
941
|
*/
|
|
809
942
|
vswitchIds?: string[];
|
|
810
943
|
/**
|
|
811
944
|
* @remarks
|
|
812
|
-
*
|
|
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
|
-
*
|
|
953
|
+
* Zone ID within the region where the cluster is deployed.
|
|
821
954
|
*
|
|
822
955
|
* @example
|
|
823
956
|
* cn-beijing-a
|