@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
|
@@ -7,6 +7,13 @@ import { KubeletConfig } from "./KubeletConfig";
|
|
|
7
7
|
import { Hugepage } from "./Hugepage";
|
|
8
8
|
import { Taint } from "./Taint";
|
|
9
9
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode extends $dara.Model {
|
|
10
|
+
/**
|
|
11
|
+
* @remarks
|
|
12
|
+
* Indicates whether intelligent management is enabled.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* true
|
|
16
|
+
*/
|
|
10
17
|
enable?: boolean;
|
|
11
18
|
static names(): {
|
|
12
19
|
[key: string]: string;
|
|
@@ -22,9 +29,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode exten
|
|
|
22
29
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $dara.Model {
|
|
23
30
|
/**
|
|
24
31
|
* @remarks
|
|
25
|
-
*
|
|
32
|
+
* Peak bandwidth of the EIP.
|
|
26
33
|
*
|
|
27
|
-
* Valid values: 1
|
|
34
|
+
* Valid values: [1,100]. Unit: Mbps.
|
|
28
35
|
*
|
|
29
36
|
* @example
|
|
30
37
|
* 5
|
|
@@ -32,10 +39,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
32
39
|
eipBandwidth?: number;
|
|
33
40
|
/**
|
|
34
41
|
* @remarks
|
|
35
|
-
*
|
|
42
|
+
* EIP billing method. Valid values:
|
|
43
|
+
*
|
|
44
|
+
* - `PayByBandwidth`: Pay-by-bandwidth.
|
|
36
45
|
*
|
|
37
|
-
*
|
|
38
|
-
* * `PayByTraffic`: pay-by-data-transfer.
|
|
46
|
+
* - `PayByTraffic`: Pay-by-traffic.
|
|
39
47
|
*
|
|
40
48
|
* @example
|
|
41
49
|
* PayByBandwidth
|
|
@@ -43,12 +51,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
43
51
|
eipInternetChargeType?: string;
|
|
44
52
|
/**
|
|
45
53
|
* @remarks
|
|
46
|
-
* Indicates whether
|
|
54
|
+
* Indicates whether automatic scaling is enabled. Valid values:
|
|
55
|
+
*
|
|
56
|
+
* - `true`: Enables automatic scaling for the node pool. When the cluster capacity cannot meet application pod scheduling requirements, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters of version 1.24 or later enable instant elasticity by default. Clusters earlier than version 1.24 enable node autoscaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
47
57
|
*
|
|
48
|
-
*
|
|
49
|
-
* * `false`: does not enable auto scaling. ACK adjusts the number of nodes in the node pool based on the value of the Expected Nodes parameter. The number of nodes is always the same as the value of the Expected Nodes parameter.
|
|
58
|
+
* - `false`: Disables automatic scaling. ACK adjusts the number of nodes in the node pool to match the desired node count and maintains this count.
|
|
50
59
|
*
|
|
51
|
-
* If
|
|
60
|
+
* If this parameter is set to false, other parameters in `auto_scaling` do not take effect.
|
|
52
61
|
*
|
|
53
62
|
* @example
|
|
54
63
|
* true
|
|
@@ -56,10 +65,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
56
65
|
enable?: boolean;
|
|
57
66
|
/**
|
|
58
67
|
* @remarks
|
|
59
|
-
*
|
|
68
|
+
* Indicates whether an EIP is bound. Valid values:
|
|
60
69
|
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
70
|
+
* - `true`: Binds an EIP.
|
|
71
|
+
*
|
|
72
|
+
* - `false`: Does not bind an EIP.
|
|
63
73
|
*
|
|
64
74
|
* @example
|
|
65
75
|
* true
|
|
@@ -67,7 +77,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
67
77
|
isBondEip?: boolean;
|
|
68
78
|
/**
|
|
69
79
|
* @remarks
|
|
70
|
-
*
|
|
80
|
+
* Maximum number of scalable instances in the node pool, excluding existing instances.
|
|
71
81
|
*
|
|
72
82
|
* @example
|
|
73
83
|
* 10
|
|
@@ -75,7 +85,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
75
85
|
maxInstances?: number;
|
|
76
86
|
/**
|
|
77
87
|
* @remarks
|
|
78
|
-
*
|
|
88
|
+
* Minimum number of scalable instances in the node pool, excluding existing instances.
|
|
79
89
|
*
|
|
80
90
|
* @example
|
|
81
91
|
* 2
|
|
@@ -83,12 +93,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
83
93
|
minInstances?: number;
|
|
84
94
|
/**
|
|
85
95
|
* @remarks
|
|
86
|
-
*
|
|
96
|
+
* Type of automatic scaling, categorized by instance type. Valid values:
|
|
97
|
+
*
|
|
98
|
+
* - `cpu`: Standard instance.
|
|
87
99
|
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
100
|
+
* - `gpu`: GPU instance.
|
|
101
|
+
*
|
|
102
|
+
* - `gpushare`: Shared GPU instance.
|
|
103
|
+
*
|
|
104
|
+
* - `spot`: Spot instance.
|
|
92
105
|
*
|
|
93
106
|
* @example
|
|
94
107
|
* cpu
|
|
@@ -105,12 +118,40 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
105
118
|
[key: string]: any;
|
|
106
119
|
});
|
|
107
120
|
}
|
|
121
|
+
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
|
|
122
|
+
/**
|
|
123
|
+
* @remarks
|
|
124
|
+
* Lingjun cluster ID.
|
|
125
|
+
*
|
|
126
|
+
* @example
|
|
127
|
+
* i113790071760688002461
|
|
128
|
+
*/
|
|
129
|
+
clusterId?: string;
|
|
130
|
+
/**
|
|
131
|
+
* @remarks
|
|
132
|
+
* Lingjun group ID.
|
|
133
|
+
*
|
|
134
|
+
* @example
|
|
135
|
+
* i128147721760688002463
|
|
136
|
+
*/
|
|
137
|
+
groupId?: string;
|
|
138
|
+
static names(): {
|
|
139
|
+
[key: string]: string;
|
|
140
|
+
};
|
|
141
|
+
static types(): {
|
|
142
|
+
[key: string]: any;
|
|
143
|
+
};
|
|
144
|
+
validate(): void;
|
|
145
|
+
constructor(map?: {
|
|
146
|
+
[key: string]: any;
|
|
147
|
+
});
|
|
148
|
+
}
|
|
108
149
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
|
|
109
150
|
/**
|
|
110
151
|
* @remarks
|
|
111
|
-
* This
|
|
152
|
+
* [This field is deprecated.]
|
|
112
153
|
*
|
|
113
|
-
*
|
|
154
|
+
* Network bandwidth for enhanced edge node pools. Unit: Mbps.
|
|
114
155
|
*
|
|
115
156
|
* @example
|
|
116
157
|
* 10
|
|
@@ -118,9 +159,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
118
159
|
bandwidth?: number;
|
|
119
160
|
/**
|
|
120
161
|
* @remarks
|
|
121
|
-
* This
|
|
162
|
+
* [This field is deprecated.]
|
|
122
163
|
*
|
|
123
|
-
*
|
|
164
|
+
* CCN instance ID bound to enhanced edge node pools.
|
|
124
165
|
*
|
|
125
166
|
* @example
|
|
126
167
|
* ccn-qm5i0i0q9yi*******
|
|
@@ -128,9 +169,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
128
169
|
ccnId?: string;
|
|
129
170
|
/**
|
|
130
171
|
* @remarks
|
|
131
|
-
* This
|
|
172
|
+
* [This field is deprecated.]
|
|
132
173
|
*
|
|
133
|
-
*
|
|
174
|
+
* Region of the CCN instance bound to enhanced edge node pools.
|
|
134
175
|
*
|
|
135
176
|
* @example
|
|
136
177
|
* cn-shanghai
|
|
@@ -138,9 +179,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
138
179
|
ccnRegionId?: string;
|
|
139
180
|
/**
|
|
140
181
|
* @remarks
|
|
141
|
-
* This
|
|
182
|
+
* [This field is deprecated.]
|
|
142
183
|
*
|
|
143
|
-
*
|
|
184
|
+
* CEN instance ID bound to enhanced edge node pools.
|
|
144
185
|
*
|
|
145
186
|
* @example
|
|
146
187
|
* cen-ey9k9nfhz0f*******
|
|
@@ -148,9 +189,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
148
189
|
cenId?: string;
|
|
149
190
|
/**
|
|
150
191
|
* @remarks
|
|
151
|
-
* This
|
|
192
|
+
* [This field is deprecated.]
|
|
152
193
|
*
|
|
153
|
-
*
|
|
194
|
+
* Subscription duration for enhanced edge node pools. Unit: months.
|
|
154
195
|
*
|
|
155
196
|
* @example
|
|
156
197
|
* 1
|
|
@@ -170,10 +211,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
170
211
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
|
|
171
212
|
/**
|
|
172
213
|
* @remarks
|
|
173
|
-
*
|
|
214
|
+
* Indicates whether Cloud Monitor is installed on ECS nodes. After installation, you can view monitoring information for created ECS instances in the Cloud Monitor console. We recommend enabling this feature. Valid values:
|
|
174
215
|
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
216
|
+
* - `true`: Installs Cloud Monitor on ECS nodes.
|
|
217
|
+
*
|
|
218
|
+
* - `false`: Does not install Cloud Monitor on ECS nodes.
|
|
177
219
|
*
|
|
178
220
|
* @example
|
|
179
221
|
* true
|
|
@@ -181,10 +223,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
181
223
|
cmsEnabled?: boolean;
|
|
182
224
|
/**
|
|
183
225
|
* @remarks
|
|
184
|
-
*
|
|
226
|
+
* Node CPU management policy. Clusters of version 1.12.6 or later support the following policies:
|
|
227
|
+
*
|
|
228
|
+
* - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics on the node.
|
|
185
229
|
*
|
|
186
|
-
*
|
|
187
|
-
* * `none`: specifies that the default CPU affinity is used.
|
|
230
|
+
* - `none`: Uses the default CPU affinity scheme.
|
|
188
231
|
*
|
|
189
232
|
* @example
|
|
190
233
|
* none
|
|
@@ -192,27 +235,28 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
192
235
|
cpuPolicy?: string;
|
|
193
236
|
/**
|
|
194
237
|
* @remarks
|
|
195
|
-
*
|
|
238
|
+
* Node labels.
|
|
196
239
|
*/
|
|
197
240
|
labels?: Tag[];
|
|
198
241
|
/**
|
|
199
242
|
* @remarks
|
|
200
|
-
*
|
|
243
|
+
* Custom node name.
|
|
201
244
|
*
|
|
202
|
-
*
|
|
245
|
+
* A node name consists of three parts: prefix + IP address substring + suffix:
|
|
203
246
|
*
|
|
204
|
-
*
|
|
205
|
-
* * The IP substring length specifies the number of digits to be truncated from the end of the node IP address. The IP substring length ranges from 5 to 12.
|
|
247
|
+
* - Both prefix and suffix can consist of one or more parts separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or digit.
|
|
206
248
|
*
|
|
207
|
-
*
|
|
249
|
+
* - The IP address substring length specifies the number of trailing digits to extract from the node IP address. Valid values: 5 to 12.
|
|
250
|
+
*
|
|
251
|
+
* Example: If the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP address substring length is 5, and the suffix is test, the node name is aliyun.com00055test.
|
|
208
252
|
*
|
|
209
253
|
* @example
|
|
210
|
-
*
|
|
254
|
+
* aliyun.com192.XX.YY.55test
|
|
211
255
|
*/
|
|
212
256
|
nodeNameMode?: string;
|
|
213
257
|
/**
|
|
214
258
|
* @remarks
|
|
215
|
-
*
|
|
259
|
+
* Pre-custom data for the node pool. This is a script that runs before node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
|
|
216
260
|
*
|
|
217
261
|
* @example
|
|
218
262
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
|
|
@@ -220,35 +264,38 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
220
264
|
preUserData?: string;
|
|
221
265
|
/**
|
|
222
266
|
* @remarks
|
|
223
|
-
*
|
|
267
|
+
* Container runtime name. ACK supports the following container runtimes:
|
|
268
|
+
*
|
|
269
|
+
* - containerd: Recommended. Supported by all cluster versions.
|
|
224
270
|
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
271
|
+
* - Sandboxed-Container.runv: Sandboxed container that provides higher isolation. Supported by clusters of version 1.31 or earlier.
|
|
272
|
+
*
|
|
273
|
+
* - docker: No longer maintained. Supported by clusters of version 1.22 or earlier.
|
|
228
274
|
*
|
|
229
275
|
* @example
|
|
230
|
-
*
|
|
276
|
+
* containerd
|
|
231
277
|
*/
|
|
232
278
|
runtime?: string;
|
|
233
279
|
/**
|
|
234
280
|
* @remarks
|
|
235
|
-
*
|
|
281
|
+
* Container runtime version.
|
|
236
282
|
*
|
|
237
283
|
* @example
|
|
238
|
-
*
|
|
284
|
+
* 1.6.38
|
|
239
285
|
*/
|
|
240
286
|
runtimeVersion?: string;
|
|
241
287
|
/**
|
|
242
288
|
* @remarks
|
|
243
|
-
*
|
|
289
|
+
* Node taint information. Taints and tolerations work together to prevent pods from being scheduled onto unsuitable nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
|
|
244
290
|
*/
|
|
245
291
|
taints?: Taint[];
|
|
246
292
|
/**
|
|
247
293
|
* @remarks
|
|
248
|
-
*
|
|
294
|
+
* Indicates whether newly scaled nodes are unschedulable.
|
|
295
|
+
*
|
|
296
|
+
* - true: Unschedulable.
|
|
249
297
|
*
|
|
250
|
-
*
|
|
251
|
-
* * false: The node can be scheduled.
|
|
298
|
+
* - false: Schedulable.
|
|
252
299
|
*
|
|
253
300
|
* @example
|
|
254
301
|
* true
|
|
@@ -256,7 +303,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
256
303
|
unschedulable?: boolean;
|
|
257
304
|
/**
|
|
258
305
|
* @remarks
|
|
259
|
-
*
|
|
306
|
+
* Custom data for the node pool. This is a script that runs after node initialization. For more information, see [Generate instance custom data](https://help.aliyun.com/document_detail/49121.html).
|
|
260
307
|
*
|
|
261
308
|
* @example
|
|
262
309
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
|
|
@@ -274,18 +321,29 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
274
321
|
});
|
|
275
322
|
}
|
|
276
323
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy extends $dara.Model {
|
|
324
|
+
/**
|
|
325
|
+
* @remarks
|
|
326
|
+
* Indicates whether manual approval is required for node repair.
|
|
327
|
+
*
|
|
328
|
+
* @example
|
|
329
|
+
* false
|
|
330
|
+
*/
|
|
277
331
|
approvalRequired?: boolean;
|
|
278
332
|
/**
|
|
333
|
+
* @remarks
|
|
334
|
+
* ID of the automatic repair policy.
|
|
335
|
+
*
|
|
279
336
|
* @example
|
|
280
337
|
* r-xxxxxxxxx
|
|
281
338
|
*/
|
|
282
339
|
autoRepairPolicyId?: string;
|
|
283
340
|
/**
|
|
284
341
|
* @remarks
|
|
285
|
-
*
|
|
342
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
|
|
286
343
|
*
|
|
287
|
-
*
|
|
288
|
-
*
|
|
344
|
+
* - `true`: Allows node restart.
|
|
345
|
+
*
|
|
346
|
+
* - `false`: Disallows node restart.
|
|
289
347
|
*
|
|
290
348
|
* @example
|
|
291
349
|
* true
|
|
@@ -305,10 +363,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
305
363
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
|
|
306
364
|
/**
|
|
307
365
|
* @remarks
|
|
308
|
-
*
|
|
366
|
+
* Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
|
|
367
|
+
*
|
|
368
|
+
* - `true`: Allows kubelet auto-upgrade.
|
|
309
369
|
*
|
|
310
|
-
*
|
|
311
|
-
* * `false`: no.
|
|
370
|
+
* - `false`: Disallows kubelet auto-upgrade.
|
|
312
371
|
*
|
|
313
372
|
* @example
|
|
314
373
|
* true
|
|
@@ -326,13 +385,21 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
326
385
|
});
|
|
327
386
|
}
|
|
328
387
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
|
|
388
|
+
/**
|
|
389
|
+
* @remarks
|
|
390
|
+
* Packages excluded from vulnerability fixes.
|
|
391
|
+
*
|
|
392
|
+
* @example
|
|
393
|
+
* kernel
|
|
394
|
+
*/
|
|
329
395
|
excludePackages?: string;
|
|
330
396
|
/**
|
|
331
397
|
* @remarks
|
|
332
|
-
*
|
|
398
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
|
|
333
399
|
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
400
|
+
* - `true`: Allows node restart.
|
|
401
|
+
*
|
|
402
|
+
* - `false`: Disallows node restart.
|
|
336
403
|
*
|
|
337
404
|
* @example
|
|
338
405
|
* true
|
|
@@ -340,11 +407,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
340
407
|
restartNode?: boolean;
|
|
341
408
|
/**
|
|
342
409
|
* @remarks
|
|
343
|
-
*
|
|
410
|
+
* Vulnerability levels that can be automatically fixed, separated by commas.
|
|
411
|
+
*
|
|
412
|
+
* - `asap`: High
|
|
413
|
+
*
|
|
414
|
+
* - `later`: Medium
|
|
344
415
|
*
|
|
345
|
-
*
|
|
346
|
-
* * `later`: medium.
|
|
347
|
-
* * `nntf`: low.
|
|
416
|
+
* - `nntf`: Low
|
|
348
417
|
*
|
|
349
418
|
* @example
|
|
350
419
|
* asap,nntf
|
|
@@ -364,10 +433,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
364
433
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
|
|
365
434
|
/**
|
|
366
435
|
* @remarks
|
|
367
|
-
*
|
|
436
|
+
* Indicates whether auto-upgrade is enabled. Valid values:
|
|
368
437
|
*
|
|
369
|
-
*
|
|
370
|
-
*
|
|
438
|
+
* - `true`: Enables auto-upgrade.
|
|
439
|
+
*
|
|
440
|
+
* - `false`: Disables auto-upgrade.
|
|
371
441
|
*
|
|
372
442
|
* @example
|
|
373
443
|
* true
|
|
@@ -375,9 +445,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
375
445
|
autoUpgrade?: boolean;
|
|
376
446
|
/**
|
|
377
447
|
* @remarks
|
|
378
|
-
*
|
|
448
|
+
* Maximum number of unavailable nodes. Valid values: [1,1000].
|
|
379
449
|
*
|
|
380
|
-
* Default value: 1
|
|
450
|
+
* Default value: 1.
|
|
381
451
|
*
|
|
382
452
|
* @example
|
|
383
453
|
* 1
|
|
@@ -385,7 +455,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
385
455
|
maxUnavailable?: number;
|
|
386
456
|
/**
|
|
387
457
|
* @remarks
|
|
388
|
-
*
|
|
458
|
+
* Number of extra nodes. Specify either this parameter or `surge_percentage`.
|
|
389
459
|
*
|
|
390
460
|
* @example
|
|
391
461
|
* 5
|
|
@@ -393,9 +463,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
393
463
|
surge?: number;
|
|
394
464
|
/**
|
|
395
465
|
* @remarks
|
|
396
|
-
*
|
|
466
|
+
* Percentage of extra nodes. Specify either this parameter or `surge`.
|
|
397
467
|
*
|
|
398
|
-
*
|
|
468
|
+
* Number of extra nodes = surge percentage × number of nodes. For example, if you set the surge percentage to 50% and the current number of nodes is 6, the number of extra nodes is 50% × 6 = 3.
|
|
399
469
|
*
|
|
400
470
|
* @example
|
|
401
471
|
* 50
|
|
@@ -413,12 +483,14 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
413
483
|
});
|
|
414
484
|
}
|
|
415
485
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
|
|
486
|
+
autoFaultDiagnosis?: boolean;
|
|
416
487
|
/**
|
|
417
488
|
* @remarks
|
|
418
|
-
*
|
|
489
|
+
* Automatic repair. This parameter takes effect only when `enable=true`.
|
|
490
|
+
*
|
|
491
|
+
* - `true`: Enables automatic repair.
|
|
419
492
|
*
|
|
420
|
-
*
|
|
421
|
-
* * `false`
|
|
493
|
+
* - `false`: Disables automatic repair.
|
|
422
494
|
*
|
|
423
495
|
* @example
|
|
424
496
|
* true
|
|
@@ -426,15 +498,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
426
498
|
autoRepair?: boolean;
|
|
427
499
|
/**
|
|
428
500
|
* @remarks
|
|
429
|
-
*
|
|
501
|
+
* Automatic node repair policy.
|
|
430
502
|
*/
|
|
431
503
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
432
504
|
/**
|
|
433
505
|
* @remarks
|
|
434
|
-
*
|
|
506
|
+
* Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
|
|
435
507
|
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
508
|
+
* - `true`: Enables auto-upgrade.
|
|
509
|
+
*
|
|
510
|
+
* - `false`: Disables auto-upgrade.
|
|
438
511
|
*
|
|
439
512
|
* @example
|
|
440
513
|
* true
|
|
@@ -442,15 +515,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
442
515
|
autoUpgrade?: boolean;
|
|
443
516
|
/**
|
|
444
517
|
* @remarks
|
|
445
|
-
*
|
|
518
|
+
* Auto-upgrade policy.
|
|
446
519
|
*/
|
|
447
520
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
448
521
|
/**
|
|
449
522
|
* @remarks
|
|
450
|
-
* Indicates whether
|
|
523
|
+
* Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
|
|
524
|
+
*
|
|
525
|
+
* - `true`: Enables automatic CVE fixing.
|
|
451
526
|
*
|
|
452
|
-
*
|
|
453
|
-
* * `true`: disables auto CVE patching.
|
|
527
|
+
* - `false`: Disables automatic CVE fixing.
|
|
454
528
|
*
|
|
455
529
|
* @example
|
|
456
530
|
* true
|
|
@@ -458,15 +532,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
458
532
|
autoVulFix?: boolean;
|
|
459
533
|
/**
|
|
460
534
|
* @remarks
|
|
461
|
-
*
|
|
535
|
+
* CVE automatic fix policy.
|
|
462
536
|
*/
|
|
463
537
|
autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
|
|
464
538
|
/**
|
|
465
539
|
* @remarks
|
|
466
|
-
*
|
|
540
|
+
* Indicates whether the managed node pool feature is enabled. Valid values:
|
|
541
|
+
*
|
|
542
|
+
* - `true`: Enables the managed node pool.
|
|
467
543
|
*
|
|
468
|
-
*
|
|
469
|
-
* * `false`: If you set this parameter to false, other parameters of `management` do not take effect.
|
|
544
|
+
* - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
|
|
470
545
|
*
|
|
471
546
|
* @example
|
|
472
547
|
* true
|
|
@@ -474,7 +549,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
474
549
|
enable?: boolean;
|
|
475
550
|
/**
|
|
476
551
|
* @remarks
|
|
477
|
-
*
|
|
552
|
+
* Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
|
|
478
553
|
*/
|
|
479
554
|
upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
|
|
480
555
|
static names(): {
|
|
@@ -489,6 +564,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
489
564
|
});
|
|
490
565
|
}
|
|
491
566
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
|
|
567
|
+
/**
|
|
568
|
+
* @remarks
|
|
569
|
+
* Custom configuration for node components.
|
|
570
|
+
*/
|
|
492
571
|
customConfig?: {
|
|
493
572
|
[key: string]: string;
|
|
494
573
|
};
|
|
@@ -504,13 +583,23 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents
|
|
|
504
583
|
});
|
|
505
584
|
}
|
|
506
585
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
|
|
586
|
+
/**
|
|
587
|
+
* @remarks
|
|
588
|
+
* Node component configuration.
|
|
589
|
+
*/
|
|
507
590
|
config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
|
|
508
591
|
/**
|
|
592
|
+
* @remarks
|
|
593
|
+
* Node component name.
|
|
594
|
+
*
|
|
509
595
|
* @example
|
|
510
596
|
* kubelet
|
|
511
597
|
*/
|
|
512
598
|
name?: string;
|
|
513
599
|
/**
|
|
600
|
+
* @remarks
|
|
601
|
+
* Node component version.
|
|
602
|
+
*
|
|
514
603
|
* @example
|
|
515
604
|
* 1.33.3-aliyun.1
|
|
516
605
|
*/
|
|
@@ -527,6 +616,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents
|
|
|
527
616
|
});
|
|
528
617
|
}
|
|
529
618
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
|
|
619
|
+
/**
|
|
620
|
+
* @remarks
|
|
621
|
+
* Hugepage configuration.
|
|
622
|
+
*/
|
|
530
623
|
hugepage?: Hugepage;
|
|
531
624
|
static names(): {
|
|
532
625
|
[key: string]: string;
|
|
@@ -542,9 +635,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNode
|
|
|
542
635
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
|
|
543
636
|
/**
|
|
544
637
|
* @remarks
|
|
545
|
-
*
|
|
638
|
+
* Kubelet parameter configuration.
|
|
546
639
|
*/
|
|
547
640
|
kubeletConfiguration?: KubeletConfig;
|
|
641
|
+
/**
|
|
642
|
+
* @remarks
|
|
643
|
+
* Node operating system configuration.
|
|
644
|
+
*/
|
|
548
645
|
nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
|
|
549
646
|
static names(): {
|
|
550
647
|
[key: string]: string;
|
|
@@ -560,18 +657,19 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig ext
|
|
|
560
657
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo extends $dara.Model {
|
|
561
658
|
/**
|
|
562
659
|
* @remarks
|
|
563
|
-
*
|
|
660
|
+
* Time when the node pool was created.
|
|
564
661
|
*
|
|
565
662
|
* @example
|
|
566
|
-
*
|
|
663
|
+
* 2025-04-15T16:33:29.362888807+08:00
|
|
567
664
|
*/
|
|
568
665
|
created?: string;
|
|
569
666
|
/**
|
|
570
667
|
* @remarks
|
|
571
|
-
* Indicates whether the node pool is
|
|
668
|
+
* Indicates whether the node pool is the default node pool. A cluster usually has only one default node pool. Valid values:
|
|
572
669
|
*
|
|
573
|
-
*
|
|
574
|
-
*
|
|
670
|
+
* - `true`: Default node pool.
|
|
671
|
+
*
|
|
672
|
+
* - `false`: Non-default node pool.
|
|
575
673
|
*
|
|
576
674
|
* @example
|
|
577
675
|
* true
|
|
@@ -579,7 +677,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
579
677
|
isDefault?: boolean;
|
|
580
678
|
/**
|
|
581
679
|
* @remarks
|
|
582
|
-
*
|
|
680
|
+
* Node pool name.
|
|
583
681
|
*
|
|
584
682
|
* @example
|
|
585
683
|
* default-nodepool
|
|
@@ -587,7 +685,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
587
685
|
name?: string;
|
|
588
686
|
/**
|
|
589
687
|
* @remarks
|
|
590
|
-
*
|
|
688
|
+
* Node pool ID.
|
|
591
689
|
*
|
|
592
690
|
* @example
|
|
593
691
|
* np615c0e0966124216a0412e10afe0****
|
|
@@ -595,7 +693,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
595
693
|
nodepoolId?: string;
|
|
596
694
|
/**
|
|
597
695
|
* @remarks
|
|
598
|
-
*
|
|
696
|
+
* Region ID.
|
|
599
697
|
*
|
|
600
698
|
* @example
|
|
601
699
|
* cn-beijing
|
|
@@ -603,7 +701,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
603
701
|
regionId?: string;
|
|
604
702
|
/**
|
|
605
703
|
* @remarks
|
|
606
|
-
*
|
|
704
|
+
* Resource group ID.
|
|
607
705
|
*
|
|
608
706
|
* @example
|
|
609
707
|
* rg-acfmyvw3wjm****
|
|
@@ -611,11 +709,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
611
709
|
resourceGroupId?: string;
|
|
612
710
|
/**
|
|
613
711
|
* @remarks
|
|
614
|
-
*
|
|
712
|
+
* Node pool type. Valid values:
|
|
713
|
+
*
|
|
714
|
+
* - `ess`: Standard node pool (supports managed features and automatic elastic scaling).
|
|
715
|
+
*
|
|
716
|
+
* - `edge`: Edge node pool.
|
|
615
717
|
*
|
|
616
|
-
*
|
|
617
|
-
* * `edge`: edge node pool
|
|
618
|
-
* * `lingjun`: Lingjun node pool.
|
|
718
|
+
* - `lingjun`: Lingjun node pool.
|
|
619
719
|
*
|
|
620
720
|
* @example
|
|
621
721
|
* ess
|
|
@@ -623,10 +723,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
623
723
|
type?: string;
|
|
624
724
|
/**
|
|
625
725
|
* @remarks
|
|
626
|
-
*
|
|
726
|
+
* Time when the node pool was last updated.
|
|
627
727
|
*
|
|
628
728
|
* @example
|
|
629
|
-
*
|
|
729
|
+
* 2025-04-15T16:33:32.823+08:00
|
|
630
730
|
*/
|
|
631
731
|
updated?: string;
|
|
632
732
|
static names(): {
|
|
@@ -643,7 +743,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
643
743
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
|
|
644
744
|
/**
|
|
645
745
|
* @remarks
|
|
646
|
-
*
|
|
746
|
+
* Private pool ID. This is the ID of an elasticity assurance service or capacity reservation service.
|
|
647
747
|
*
|
|
648
748
|
* @example
|
|
649
749
|
* eap-bp67acfmxazb4****
|
|
@@ -651,11 +751,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPr
|
|
|
651
751
|
id?: string;
|
|
652
752
|
/**
|
|
653
753
|
* @remarks
|
|
654
|
-
*
|
|
754
|
+
* Private pool type. Specifies how instance startup uses private pool capacity. After an elasticity assurance service or capacity reservation service takes effect, it generates private pool capacity for instance startup. Valid values:
|
|
755
|
+
*
|
|
756
|
+
* - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, public pool resources are used.
|
|
757
|
+
*
|
|
758
|
+
* - `Target`: Target mode. Uses the specified private pool capacity to start instances. If the private pool capacity is unavailable, instance startup fails.
|
|
655
759
|
*
|
|
656
|
-
*
|
|
657
|
-
* * `Target`: uses the specified private node pool. The system uses the resources of the specified private node pool to launch instances. If the specified private node pool is unavailable, instances cannot be launched.
|
|
658
|
-
* * `None`: No private node pool is used. The resources of private node pools are not used to launch instances.
|
|
760
|
+
* - `None`: None mode. Instance startup does not use private pool capacity.
|
|
659
761
|
*
|
|
660
762
|
* @example
|
|
661
763
|
* Open
|
|
@@ -673,8 +775,18 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPr
|
|
|
673
775
|
});
|
|
674
776
|
}
|
|
675
777
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
|
|
778
|
+
/**
|
|
779
|
+
* @remarks
|
|
780
|
+
* List of private pool IDs.
|
|
781
|
+
*/
|
|
676
782
|
privatePoolIds?: string[];
|
|
677
783
|
/**
|
|
784
|
+
* @remarks
|
|
785
|
+
* Resource pool strategy used when creating instances. Valid values:
|
|
786
|
+
* PrivatePoolFirst: Private pool first.
|
|
787
|
+
* PrivatePoolOnly: Private pool only.
|
|
788
|
+
* None: Do not use resource pool strategy.
|
|
789
|
+
*
|
|
678
790
|
* @example
|
|
679
791
|
* PrivatePoolFirst
|
|
680
792
|
*/
|
|
@@ -693,7 +805,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupRe
|
|
|
693
805
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
|
|
694
806
|
/**
|
|
695
807
|
* @remarks
|
|
696
|
-
*
|
|
808
|
+
* Spot instance type.
|
|
697
809
|
*
|
|
698
810
|
* @example
|
|
699
811
|
* ecs.c6.large
|
|
@@ -701,7 +813,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSp
|
|
|
701
813
|
instanceType?: string;
|
|
702
814
|
/**
|
|
703
815
|
* @remarks
|
|
704
|
-
*
|
|
816
|
+
* Market price range per instance.
|
|
817
|
+
*
|
|
818
|
+
* <props="china">
|
|
819
|
+
*
|
|
820
|
+
* Unit: CNY/hour.
|
|
821
|
+
*
|
|
822
|
+
*
|
|
823
|
+
*
|
|
824
|
+
* <props="intl">
|
|
705
825
|
*
|
|
706
826
|
* Unit: USD/hour.
|
|
707
827
|
*
|
|
@@ -723,10 +843,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSp
|
|
|
723
843
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
|
|
724
844
|
/**
|
|
725
845
|
* @remarks
|
|
726
|
-
*
|
|
846
|
+
* Indicates whether auto-renewal is enabled for nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
|
|
727
847
|
*
|
|
728
|
-
*
|
|
729
|
-
*
|
|
848
|
+
* - `true`: Enables auto-renewal.
|
|
849
|
+
*
|
|
850
|
+
* - `false`: Disables auto-renewal.
|
|
730
851
|
*
|
|
731
852
|
* @example
|
|
732
853
|
* false
|
|
@@ -734,10 +855,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
734
855
|
autoRenew?: boolean;
|
|
735
856
|
/**
|
|
736
857
|
* @remarks
|
|
737
|
-
*
|
|
858
|
+
* Duration of each auto-renewal cycle. Valid values:
|
|
859
|
+
*
|
|
860
|
+
* - When PeriodUnit=Week: 1, 2, 3.
|
|
738
861
|
*
|
|
739
|
-
*
|
|
740
|
-
* * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
|
|
862
|
+
* - When PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
|
|
741
863
|
*
|
|
742
864
|
* @example
|
|
743
865
|
* 0
|
|
@@ -745,9 +867,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
745
867
|
autoRenewPeriod?: number;
|
|
746
868
|
/**
|
|
747
869
|
* @remarks
|
|
748
|
-
* This
|
|
870
|
+
* [This field is deprecated.]
|
|
749
871
|
*
|
|
750
|
-
* Use security_hardening_os instead.
|
|
872
|
+
* Use the security_hardening_os parameter instead.
|
|
751
873
|
*
|
|
752
874
|
* @example
|
|
753
875
|
* false
|
|
@@ -757,10 +879,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
757
879
|
cisEnabled?: boolean;
|
|
758
880
|
/**
|
|
759
881
|
* @remarks
|
|
760
|
-
*
|
|
882
|
+
* When `multi_az_policy` is set to `COST_OPTIMIZED`, indicates whether to automatically attempt creating pay-as-you-go instances if sufficient spot instances cannot be created due to price or inventory issues. Valid values:
|
|
883
|
+
*
|
|
884
|
+
* - `true`: Allows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
|
|
761
885
|
*
|
|
762
|
-
*
|
|
763
|
-
* * `false`
|
|
886
|
+
* - `false`: Disallows automatic attempts to create pay-as-you-go instances to meet the required ECS instance count.
|
|
764
887
|
*
|
|
765
888
|
* @example
|
|
766
889
|
* true
|
|
@@ -768,12 +891,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
768
891
|
compensateWithOnDemand?: boolean;
|
|
769
892
|
/**
|
|
770
893
|
* @remarks
|
|
771
|
-
*
|
|
894
|
+
* Combination of data disk types, sizes, and other configurations for nodes.
|
|
772
895
|
*/
|
|
773
896
|
dataDisks?: DataDisk[];
|
|
774
897
|
/**
|
|
775
898
|
* @remarks
|
|
776
|
-
*
|
|
899
|
+
* Deployment set ID.
|
|
777
900
|
*
|
|
778
901
|
* @example
|
|
779
902
|
* ds-bp1d19mmbsv3jf6xxxxx
|
|
@@ -781,46 +904,60 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
781
904
|
deploymentsetId?: string;
|
|
782
905
|
/**
|
|
783
906
|
* @remarks
|
|
784
|
-
*
|
|
907
|
+
* Desired number of nodes in the node pool.
|
|
785
908
|
*
|
|
786
909
|
* @example
|
|
787
910
|
* 2
|
|
788
911
|
*/
|
|
789
912
|
desiredSize?: number;
|
|
913
|
+
/**
|
|
914
|
+
* @remarks
|
|
915
|
+
* Block device initialization configuration.
|
|
916
|
+
*/
|
|
790
917
|
diskInit?: DiskInit[];
|
|
791
918
|
/**
|
|
792
919
|
* @remarks
|
|
793
|
-
*
|
|
920
|
+
* Custom image ID. You can query supported images using `DescribeKubernetesVersionMetadata`.
|
|
794
921
|
*
|
|
795
922
|
* @example
|
|
796
|
-
*
|
|
923
|
+
* aliyun_3_x64_20G_alibase_20241218.vhd
|
|
797
924
|
*/
|
|
798
925
|
imageId?: string;
|
|
799
926
|
/**
|
|
800
927
|
* @remarks
|
|
801
|
-
*
|
|
928
|
+
* Operating system image type.
|
|
929
|
+
*
|
|
930
|
+
* - `AliyunLinux`: Alinux2 image.
|
|
931
|
+
*
|
|
932
|
+
* - `AliyunLinuxSecurity`: Alinux2 UEFI image.
|
|
933
|
+
*
|
|
934
|
+
* - `AliyunLinux3`: Alinux3 image.
|
|
935
|
+
*
|
|
936
|
+
* - `AliyunLinux3Arm64`: Alinux3 ARM image.
|
|
937
|
+
*
|
|
938
|
+
* - `AliyunLinux3Security`: Alinux3 UEFI image.
|
|
939
|
+
*
|
|
940
|
+
* - `CentOS`: CentOS image.
|
|
941
|
+
*
|
|
942
|
+
* - `Windows`: Windows image.
|
|
943
|
+
*
|
|
944
|
+
* - `WindowsCore`: WindowsCore image.
|
|
945
|
+
*
|
|
946
|
+
* - `ContainerOS`: Container-optimized image.
|
|
802
947
|
*
|
|
803
|
-
*
|
|
804
|
-
* * `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 (UEFI).
|
|
805
|
-
* * `AliyunLinux3`: Alibaba Cloud Linux 3
|
|
806
|
-
* * `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 (ARM).
|
|
807
|
-
* * `AliyunLinux3Security`: Alibaba Cloud Linux 3 (UEFI).
|
|
808
|
-
* * `CentOS`: CentOS.
|
|
809
|
-
* * `Windows`: Windows.
|
|
810
|
-
* * `WindowsCore`: Windows Core.
|
|
811
|
-
* * `ContainerOS`: ContainerOS.
|
|
812
|
-
* * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
|
|
948
|
+
* - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
|
|
813
949
|
*
|
|
814
950
|
* @example
|
|
815
|
-
*
|
|
951
|
+
* AliyunLinux3
|
|
816
952
|
*/
|
|
817
953
|
imageType?: string;
|
|
818
954
|
/**
|
|
819
955
|
* @remarks
|
|
820
|
-
*
|
|
956
|
+
* Billing method for nodes in the node pool. Valid values:
|
|
957
|
+
*
|
|
958
|
+
* - `PrePaid`: Subscription.
|
|
821
959
|
*
|
|
822
|
-
*
|
|
823
|
-
* * `PostPaid`: pay-as-you-go.
|
|
960
|
+
* - `PostPaid`: Pay-as-you-go.
|
|
824
961
|
*
|
|
825
962
|
* @example
|
|
826
963
|
* PostPaid
|
|
@@ -828,12 +965,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
828
965
|
instanceChargeType?: string;
|
|
829
966
|
/**
|
|
830
967
|
* @remarks
|
|
831
|
-
*
|
|
968
|
+
* Instance attribute configuration.
|
|
832
969
|
*/
|
|
833
970
|
instancePatterns?: InstancePatterns[];
|
|
834
971
|
/**
|
|
835
972
|
* @remarks
|
|
836
|
-
*
|
|
973
|
+
* List of node instance types. You can select multiple instance types as alternatives. When creating a node, the system attempts to purchase instances starting from the first type until successful. The actual purchased instance type may vary due to inventory availability.
|
|
837
974
|
*
|
|
838
975
|
* @example
|
|
839
976
|
* ecs.n4.large
|
|
@@ -841,10 +978,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
841
978
|
instanceTypes?: string[];
|
|
842
979
|
/**
|
|
843
980
|
* @remarks
|
|
844
|
-
*
|
|
981
|
+
* Billing method for public network bandwidth of nodes.
|
|
982
|
+
*
|
|
983
|
+
* - PayByBandwidth: Pay-by-bandwidth.
|
|
845
984
|
*
|
|
846
|
-
*
|
|
847
|
-
* * PayByTraffic: pay-by-data-transfer.
|
|
985
|
+
* - PayByTraffic: Pay-by-traffic.
|
|
848
986
|
*
|
|
849
987
|
* @example
|
|
850
988
|
* PayByBandwidth
|
|
@@ -852,7 +990,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
852
990
|
internetChargeType?: string;
|
|
853
991
|
/**
|
|
854
992
|
* @remarks
|
|
855
|
-
*
|
|
993
|
+
* Maximum outbound public bandwidth for nodes. Unit: Mbps. Valid values: 1 to 100.
|
|
856
994
|
*
|
|
857
995
|
* @example
|
|
858
996
|
* 10
|
|
@@ -860,9 +998,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
860
998
|
internetMaxBandwidthOut?: number;
|
|
861
999
|
/**
|
|
862
1000
|
* @remarks
|
|
863
|
-
*
|
|
1001
|
+
* Key pair name. Specify either this parameter or `login_password`.
|
|
864
1002
|
*
|
|
865
|
-
*
|
|
1003
|
+
* For managed node pools, only `key_pair` is supported.
|
|
866
1004
|
*
|
|
867
1005
|
* @example
|
|
868
1006
|
* pro-nodepool
|
|
@@ -870,10 +1008,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
870
1008
|
keyPair?: string;
|
|
871
1009
|
/**
|
|
872
1010
|
* @remarks
|
|
873
|
-
* Indicates whether
|
|
1011
|
+
* Indicates whether to log on to the ECS instance as a non-root user.
|
|
874
1012
|
*
|
|
875
|
-
*
|
|
876
|
-
*
|
|
1013
|
+
* - true: Log on as the non-root user (ecs-user).
|
|
1014
|
+
*
|
|
1015
|
+
* - false: Log on as the root user.
|
|
877
1016
|
*
|
|
878
1017
|
* @example
|
|
879
1018
|
* true
|
|
@@ -881,9 +1020,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
881
1020
|
loginAsNonRoot?: boolean;
|
|
882
1021
|
/**
|
|
883
1022
|
* @remarks
|
|
884
|
-
*
|
|
1023
|
+
* SSH logon password. Specify either this parameter or `key_pair`. The password must be 8 to 30 characters long and contain at least three of the following: uppercase letters, lowercase letters, digits, and special characters.
|
|
885
1024
|
*
|
|
886
|
-
*
|
|
1025
|
+
* For security reasons, the returned password is encrypted.
|
|
887
1026
|
*
|
|
888
1027
|
* @example
|
|
889
1028
|
* ******
|
|
@@ -891,17 +1030,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
891
1030
|
loginPassword?: string;
|
|
892
1031
|
/**
|
|
893
1032
|
* @remarks
|
|
894
|
-
*
|
|
895
|
-
*
|
|
896
|
-
* * `PRIORITY`: ECS instances are created based on the VSwitchIds.N parameter. If Auto Scaling fails to create an ECS instance in the zone of the vSwitch that has the highest priority, Auto Scaling attempts to create the ECS instance in the zone of the vSwitch that has a lower priority.
|
|
1033
|
+
* ECS instance scaling policy for multi-zone scaling groups. Valid values:
|
|
897
1034
|
*
|
|
898
|
-
*
|
|
1035
|
+
* - `PRIORITY`: Scales based on the virtual switches (VSwitchIds.N) you define. If ECS instances cannot be created in the zone of a higher-priority virtual switch, the system automatically uses the next priority virtual switch.
|
|
899
1036
|
*
|
|
900
|
-
*
|
|
1037
|
+
* - `COST_OPTIMIZED`: Attempts to create instances from lowest to highest vCPU price. When multiple instance types or spot billing are configured, spot instances are prioritized. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically attempt pay-as-you-go instance creation if spot instances cannot be created due to inventory or other reasons.
|
|
901
1038
|
*
|
|
902
|
-
*
|
|
1039
|
+
* > `COST_OPTIMIZED` takes effect only when multiple instance types are configured or spot instances are selected.
|
|
903
1040
|
*
|
|
904
|
-
*
|
|
1041
|
+
* - `BALANCE`: Distributes ECS instances evenly across the specified zones. If zones become unbalanced due to inventory shortages, you can use the `RebalanceInstances` API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
|
|
905
1042
|
*
|
|
906
1043
|
* @example
|
|
907
1044
|
* COST_OPTIMIZED
|
|
@@ -909,7 +1046,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
909
1046
|
multiAzPolicy?: string;
|
|
910
1047
|
/**
|
|
911
1048
|
* @remarks
|
|
912
|
-
*
|
|
1049
|
+
* Minimum number of pay-as-you-go instances required in the scaling group. Valid values: [0,1000]. If the number of pay-as-you-go instances is less than this value, pay-as-you-go instances are prioritized for creation.
|
|
913
1050
|
*
|
|
914
1051
|
* @example
|
|
915
1052
|
* 0
|
|
@@ -917,7 +1054,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
917
1054
|
onDemandBaseCapacity?: number;
|
|
918
1055
|
/**
|
|
919
1056
|
* @remarks
|
|
920
|
-
*
|
|
1057
|
+
* Percentage of pay-as-you-go instances among instances exceeding the minimum pay-as-you-go instance count (`on_demand_base_capacity`). Valid values: [0,100].
|
|
921
1058
|
*
|
|
922
1059
|
* @example
|
|
923
1060
|
* 20
|
|
@@ -925,10 +1062,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
925
1062
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
926
1063
|
/**
|
|
927
1064
|
* @remarks
|
|
928
|
-
*
|
|
1065
|
+
* Subscription duration for nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
|
|
929
1066
|
*
|
|
930
|
-
*
|
|
931
|
-
*
|
|
1067
|
+
* - When `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
|
|
1068
|
+
*
|
|
1069
|
+
* - When `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
|
|
932
1070
|
*
|
|
933
1071
|
* @example
|
|
934
1072
|
* 1
|
|
@@ -936,10 +1074,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
936
1074
|
period?: number;
|
|
937
1075
|
/**
|
|
938
1076
|
* @remarks
|
|
939
|
-
*
|
|
1077
|
+
* Billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
|
|
1078
|
+
*
|
|
1079
|
+
* - `Month`: Billed monthly.
|
|
940
1080
|
*
|
|
941
|
-
*
|
|
942
|
-
* * `Week`: The subscription duration is measured in weeks.
|
|
1081
|
+
* - `Week`: Billed weekly.
|
|
943
1082
|
*
|
|
944
1083
|
* @example
|
|
945
1084
|
* Month
|
|
@@ -947,14 +1086,17 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
947
1086
|
periodUnit?: string;
|
|
948
1087
|
/**
|
|
949
1088
|
* @remarks
|
|
950
|
-
* This
|
|
1089
|
+
* [This field is deprecated.]
|
|
1090
|
+
*
|
|
1091
|
+
* Operating system distribution. Valid values:
|
|
1092
|
+
*
|
|
1093
|
+
* - `CentOS`
|
|
951
1094
|
*
|
|
952
|
-
*
|
|
1095
|
+
* - `AliyunLinux`
|
|
953
1096
|
*
|
|
954
|
-
*
|
|
955
|
-
*
|
|
956
|
-
*
|
|
957
|
-
* * `WindowsCore`
|
|
1097
|
+
* - `Windows`
|
|
1098
|
+
*
|
|
1099
|
+
* - `WindowsCore`
|
|
958
1100
|
*
|
|
959
1101
|
* @example
|
|
960
1102
|
* AliyunLinux
|
|
@@ -962,12 +1104,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
962
1104
|
platform?: string;
|
|
963
1105
|
/**
|
|
964
1106
|
* @remarks
|
|
965
|
-
*
|
|
1107
|
+
* Private pool options.
|
|
966
1108
|
*/
|
|
967
1109
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
968
1110
|
/**
|
|
969
1111
|
* @remarks
|
|
970
|
-
* This field is deprecated
|
|
1112
|
+
* This field is deprecated. Use ram_role_name instead.
|
|
971
1113
|
*
|
|
972
1114
|
* @example
|
|
973
1115
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -983,13 +1125,17 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
983
1125
|
ramRoleName?: string;
|
|
984
1126
|
/**
|
|
985
1127
|
* @remarks
|
|
986
|
-
*
|
|
1128
|
+
* If RDS instances are specified, ECS nodes in the cluster are automatically added to the RDS access whitelist.
|
|
987
1129
|
*/
|
|
988
1130
|
rdsInstances?: string[];
|
|
1131
|
+
/**
|
|
1132
|
+
* @remarks
|
|
1133
|
+
* Resource pool and strategy used when creating instances.
|
|
1134
|
+
*/
|
|
989
1135
|
resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
|
|
990
1136
|
/**
|
|
991
1137
|
* @remarks
|
|
992
|
-
*
|
|
1138
|
+
* Scaling group ID.
|
|
993
1139
|
*
|
|
994
1140
|
* @example
|
|
995
1141
|
* asg-2ze8n5qw4atggut8****
|
|
@@ -997,10 +1143,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
997
1143
|
scalingGroupId?: string;
|
|
998
1144
|
/**
|
|
999
1145
|
* @remarks
|
|
1000
|
-
*
|
|
1146
|
+
* Scaling group mode. Valid values:
|
|
1147
|
+
*
|
|
1148
|
+
* - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
|
|
1001
1149
|
*
|
|
1002
|
-
*
|
|
1003
|
-
* * `recycle`: the swift mode. ECS instances are created, stopped, or started during scaling events. This reduces the time required for the next scale-out event. When the instance is stopped, you are charged only for the storage service. This does not apply to ECS instances that are attached to local disks.
|
|
1150
|
+
* - `recycle`: Fast mode. Scales by creating, stopping, or starting instances to speed up subsequent scaling operations. (Stopped instances incur no compute charges, only storage fees, except for local-disk instance types.)
|
|
1004
1151
|
*
|
|
1005
1152
|
* @example
|
|
1006
1153
|
* release
|
|
@@ -1008,9 +1155,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1008
1155
|
scalingPolicy?: string;
|
|
1009
1156
|
/**
|
|
1010
1157
|
* @remarks
|
|
1011
|
-
* This
|
|
1158
|
+
* [This field is deprecated.]
|
|
1012
1159
|
*
|
|
1013
|
-
*
|
|
1160
|
+
* Security group ID for the node pool. When multiple security groups are bound to the node pool, this value is the first value in `security_group_ids`.
|
|
1014
1161
|
*
|
|
1015
1162
|
* @example
|
|
1016
1163
|
* sg-2ze1iuk12m2sb4c4****
|
|
@@ -1018,15 +1165,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1018
1165
|
securityGroupId?: string;
|
|
1019
1166
|
/**
|
|
1020
1167
|
* @remarks
|
|
1021
|
-
*
|
|
1168
|
+
* List of security group IDs for the node pool.
|
|
1022
1169
|
*/
|
|
1023
1170
|
securityGroupIds?: string[];
|
|
1024
1171
|
/**
|
|
1025
1172
|
* @remarks
|
|
1026
|
-
*
|
|
1173
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
1027
1174
|
*
|
|
1028
|
-
*
|
|
1029
|
-
*
|
|
1175
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
1176
|
+
*
|
|
1177
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
1030
1178
|
*
|
|
1031
1179
|
* Default value: `false`.
|
|
1032
1180
|
*
|
|
@@ -1036,7 +1184,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1036
1184
|
securityHardeningOs?: boolean;
|
|
1037
1185
|
/**
|
|
1038
1186
|
* @remarks
|
|
1039
|
-
*
|
|
1187
|
+
* Indicates whether classified protection compliance hardening is enabled. You can enable this feature for nodes only when Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 is selected as the OS image. Alibaba Cloud provides baseline check standards and scanning programs for MLPS 2.0 Level-3 compliance for Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3 images.
|
|
1040
1188
|
*
|
|
1041
1189
|
* @example
|
|
1042
1190
|
* false
|
|
@@ -1044,7 +1192,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1044
1192
|
socEnabled?: boolean;
|
|
1045
1193
|
/**
|
|
1046
1194
|
* @remarks
|
|
1047
|
-
*
|
|
1195
|
+
* Number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
|
|
1048
1196
|
*
|
|
1049
1197
|
* @example
|
|
1050
1198
|
* 5
|
|
@@ -1052,10 +1200,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1052
1200
|
spotInstancePools?: number;
|
|
1053
1201
|
/**
|
|
1054
1202
|
* @remarks
|
|
1055
|
-
*
|
|
1203
|
+
* Indicates whether to replenish spot instances. When enabled, if the system receives a notification that a spot instance will be reclaimed, the scaling group attempts to create a new instance to replace the instance to be reclaimed. Valid values:
|
|
1204
|
+
*
|
|
1205
|
+
* - `true`: Enables replenishment.
|
|
1056
1206
|
*
|
|
1057
|
-
*
|
|
1058
|
-
* * `false`
|
|
1207
|
+
* - `false`: Disables replenishment.
|
|
1059
1208
|
*
|
|
1060
1209
|
* @example
|
|
1061
1210
|
* false
|
|
@@ -1063,18 +1212,20 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1063
1212
|
spotInstanceRemedy?: boolean;
|
|
1064
1213
|
/**
|
|
1065
1214
|
* @remarks
|
|
1066
|
-
*
|
|
1215
|
+
* Market price range configuration for spot instances.
|
|
1067
1216
|
*/
|
|
1068
1217
|
spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
|
|
1069
1218
|
/**
|
|
1070
1219
|
* @remarks
|
|
1071
|
-
*
|
|
1220
|
+
* Spot instance type. Valid values:
|
|
1221
|
+
*
|
|
1222
|
+
* - NoSpot: Regular instance.
|
|
1072
1223
|
*
|
|
1073
|
-
*
|
|
1074
|
-
* * SpotWithPriceLimit: specifies the highest bid.
|
|
1075
|
-
* * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
|
|
1224
|
+
* - SpotWithPriceLimit: Sets a maximum price for spot instances.
|
|
1076
1225
|
*
|
|
1077
|
-
*
|
|
1226
|
+
* - SpotAsPriceGo: Uses the current market price.
|
|
1227
|
+
*
|
|
1228
|
+
* For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
|
|
1078
1229
|
*
|
|
1079
1230
|
* @example
|
|
1080
1231
|
* NoSpot
|
|
@@ -1082,12 +1233,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1082
1233
|
spotStrategy?: string;
|
|
1083
1234
|
/**
|
|
1084
1235
|
* @remarks
|
|
1085
|
-
*
|
|
1236
|
+
* Indicates whether burst performance is enabled for the system disk. Valid values:
|
|
1237
|
+
*
|
|
1238
|
+
* - true: Enabled. When facing sudden read/write pressure from fluctuating workloads, the disk temporarily boosts performance based on actual workload conditions until the workload stabilizes.
|
|
1086
1239
|
*
|
|
1087
|
-
*
|
|
1088
|
-
* * false: disables the burst feature.
|
|
1240
|
+
* - false: Disabled.
|
|
1089
1241
|
*
|
|
1090
|
-
* This parameter is
|
|
1242
|
+
* This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
1091
1243
|
*
|
|
1092
1244
|
* @example
|
|
1093
1245
|
* true
|
|
@@ -1095,18 +1247,22 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1095
1247
|
systemDiskBurstingEnabled?: boolean;
|
|
1096
1248
|
/**
|
|
1097
1249
|
* @remarks
|
|
1098
|
-
*
|
|
1250
|
+
* Multiple system disk types. If the system cannot use a higher-priority disk type, it automatically tries the next priority disk type to create the system disk.
|
|
1099
1251
|
*/
|
|
1100
1252
|
systemDiskCategories?: string[];
|
|
1101
1253
|
/**
|
|
1102
1254
|
* @remarks
|
|
1103
|
-
*
|
|
1255
|
+
* System disk type for nodes. Valid values:
|
|
1104
1256
|
*
|
|
1105
|
-
*
|
|
1106
|
-
*
|
|
1107
|
-
*
|
|
1108
|
-
*
|
|
1109
|
-
*
|
|
1257
|
+
* - `cloud_efficiency`: Ultra disk.
|
|
1258
|
+
*
|
|
1259
|
+
* - `cloud_ssd`: Standard SSD.
|
|
1260
|
+
*
|
|
1261
|
+
* - `cloud_essd`: Enterprise SSD.
|
|
1262
|
+
*
|
|
1263
|
+
* - `cloud_auto`: ESSD AutoPL disk.
|
|
1264
|
+
*
|
|
1265
|
+
* - `cloud_essd_entry`: ESSD Entry disk.
|
|
1110
1266
|
*
|
|
1111
1267
|
* @example
|
|
1112
1268
|
* cloud_efficiency
|
|
@@ -1114,7 +1270,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1114
1270
|
systemDiskCategory?: string;
|
|
1115
1271
|
/**
|
|
1116
1272
|
* @remarks
|
|
1117
|
-
*
|
|
1273
|
+
* Encryption algorithm used for the system disk. Valid values: aes-256.
|
|
1118
1274
|
*
|
|
1119
1275
|
* @example
|
|
1120
1276
|
* aes-256
|
|
@@ -1122,10 +1278,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1122
1278
|
systemDiskEncryptAlgorithm?: string;
|
|
1123
1279
|
/**
|
|
1124
1280
|
* @remarks
|
|
1125
|
-
*
|
|
1281
|
+
* Indicates whether the system disk is encrypted. Valid values:
|
|
1282
|
+
*
|
|
1283
|
+
* - true: Encrypted.
|
|
1126
1284
|
*
|
|
1127
|
-
*
|
|
1128
|
-
* * false
|
|
1285
|
+
* - false: Not encrypted.
|
|
1129
1286
|
*
|
|
1130
1287
|
* @example
|
|
1131
1288
|
* false
|
|
@@ -1133,7 +1290,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1133
1290
|
systemDiskEncrypted?: boolean;
|
|
1134
1291
|
/**
|
|
1135
1292
|
* @remarks
|
|
1136
|
-
*
|
|
1293
|
+
* KMS key ID used for the system disk.
|
|
1137
1294
|
*
|
|
1138
1295
|
* @example
|
|
1139
1296
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -1141,12 +1298,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1141
1298
|
systemDiskKmsKeyId?: string;
|
|
1142
1299
|
/**
|
|
1143
1300
|
* @remarks
|
|
1144
|
-
*
|
|
1301
|
+
* Disk performance level for the system disk. This parameter applies only to ESSD disks. Disk performance levels depend on disk size. For more information, see [ESSD disks](https://help.aliyun.com/document_detail/122389.html).
|
|
1145
1302
|
*
|
|
1146
|
-
*
|
|
1147
|
-
*
|
|
1148
|
-
*
|
|
1149
|
-
*
|
|
1303
|
+
* - PL0: Moderate I/O performance with stable read/write latency.
|
|
1304
|
+
*
|
|
1305
|
+
* - PL1: Moderate I/O performance with stable read/write latency.
|
|
1306
|
+
*
|
|
1307
|
+
* - PL2: High I/O performance with stable read/write latency.
|
|
1308
|
+
*
|
|
1309
|
+
* - PL3: Extremely high I/O performance with highly stable read/write latency.
|
|
1150
1310
|
*
|
|
1151
1311
|
* @example
|
|
1152
1312
|
* PL1
|
|
@@ -1154,7 +1314,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1154
1314
|
systemDiskPerformanceLevel?: string;
|
|
1155
1315
|
/**
|
|
1156
1316
|
* @remarks
|
|
1157
|
-
*
|
|
1317
|
+
* Provisioned read/write IOPS for the system disk. Configure this parameter when the disk type is cloud_auto.
|
|
1158
1318
|
*
|
|
1159
1319
|
* @example
|
|
1160
1320
|
* 1000
|
|
@@ -1162,23 +1322,30 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1162
1322
|
systemDiskProvisionedIops?: number;
|
|
1163
1323
|
/**
|
|
1164
1324
|
* @remarks
|
|
1165
|
-
*
|
|
1325
|
+
* System disk size for nodes. Unit: GiB.
|
|
1166
1326
|
*
|
|
1167
|
-
* Valid values: 20
|
|
1327
|
+
* Valid values: [20,2048].
|
|
1168
1328
|
*
|
|
1169
1329
|
* @example
|
|
1170
1330
|
* 120
|
|
1171
1331
|
*/
|
|
1172
1332
|
systemDiskSize?: number;
|
|
1333
|
+
/**
|
|
1334
|
+
* @remarks
|
|
1335
|
+
* System disk snapshot policy.
|
|
1336
|
+
*
|
|
1337
|
+
* @example
|
|
1338
|
+
* sp-0jl6xnmme8v7o935****
|
|
1339
|
+
*/
|
|
1173
1340
|
systemDiskSnapshotPolicyId?: string;
|
|
1174
1341
|
/**
|
|
1175
1342
|
* @remarks
|
|
1176
|
-
*
|
|
1343
|
+
* ECS instance tags.
|
|
1177
1344
|
*/
|
|
1178
1345
|
tags?: Tag[];
|
|
1179
1346
|
/**
|
|
1180
1347
|
* @remarks
|
|
1181
|
-
*
|
|
1348
|
+
* List of virtual switch IDs.
|
|
1182
1349
|
*/
|
|
1183
1350
|
vswitchIds?: string[];
|
|
1184
1351
|
static names(): {
|
|
@@ -1195,7 +1362,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1195
1362
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends $dara.Model {
|
|
1196
1363
|
/**
|
|
1197
1364
|
* @remarks
|
|
1198
|
-
*
|
|
1365
|
+
* Number of failed instances.
|
|
1199
1366
|
*
|
|
1200
1367
|
* @example
|
|
1201
1368
|
* 0
|
|
@@ -1203,7 +1370,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1203
1370
|
failedNodes?: number;
|
|
1204
1371
|
/**
|
|
1205
1372
|
* @remarks
|
|
1206
|
-
*
|
|
1373
|
+
* Number of healthy instances.
|
|
1207
1374
|
*
|
|
1208
1375
|
* @example
|
|
1209
1376
|
* 3
|
|
@@ -1211,7 +1378,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1211
1378
|
healthyNodes?: number;
|
|
1212
1379
|
/**
|
|
1213
1380
|
* @remarks
|
|
1214
|
-
*
|
|
1381
|
+
* Number of nodes being created.
|
|
1215
1382
|
*
|
|
1216
1383
|
* @example
|
|
1217
1384
|
* 0
|
|
@@ -1219,7 +1386,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1219
1386
|
initialNodes?: number;
|
|
1220
1387
|
/**
|
|
1221
1388
|
* @remarks
|
|
1222
|
-
*
|
|
1389
|
+
* Number of offline nodes.
|
|
1223
1390
|
*
|
|
1224
1391
|
* @example
|
|
1225
1392
|
* 0
|
|
@@ -1227,7 +1394,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1227
1394
|
offlineNodes?: number;
|
|
1228
1395
|
/**
|
|
1229
1396
|
* @remarks
|
|
1230
|
-
*
|
|
1397
|
+
* Number of nodes being removed.
|
|
1231
1398
|
*
|
|
1232
1399
|
* @example
|
|
1233
1400
|
* 0
|
|
@@ -1235,7 +1402,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1235
1402
|
removingNodes?: number;
|
|
1236
1403
|
/**
|
|
1237
1404
|
* @remarks
|
|
1238
|
-
*
|
|
1405
|
+
* Number of active nodes.
|
|
1239
1406
|
*
|
|
1240
1407
|
* @example
|
|
1241
1408
|
* 3
|
|
@@ -1243,13 +1410,17 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1243
1410
|
servingNodes?: number;
|
|
1244
1411
|
/**
|
|
1245
1412
|
* @remarks
|
|
1246
|
-
*
|
|
1413
|
+
* Node pool state. Valid values:
|
|
1414
|
+
*
|
|
1415
|
+
* - `active`: Activated.
|
|
1247
1416
|
*
|
|
1248
|
-
*
|
|
1249
|
-
*
|
|
1250
|
-
*
|
|
1251
|
-
*
|
|
1252
|
-
*
|
|
1417
|
+
* - `scaling`: Scaling.
|
|
1418
|
+
*
|
|
1419
|
+
* - `removing`: Removing nodes.
|
|
1420
|
+
*
|
|
1421
|
+
* - `deleting`: Deleting.
|
|
1422
|
+
*
|
|
1423
|
+
* - `updating`: Updating.
|
|
1253
1424
|
*
|
|
1254
1425
|
* @example
|
|
1255
1426
|
* active
|
|
@@ -1257,7 +1428,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1257
1428
|
state?: string;
|
|
1258
1429
|
/**
|
|
1259
1430
|
* @remarks
|
|
1260
|
-
*
|
|
1431
|
+
* Total number of nodes in the node pool.
|
|
1261
1432
|
*
|
|
1262
1433
|
* @example
|
|
1263
1434
|
* 3
|
|
@@ -1277,10 +1448,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1277
1448
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
|
|
1278
1449
|
/**
|
|
1279
1450
|
* @remarks
|
|
1280
|
-
*
|
|
1451
|
+
* Indicates whether confidential computing is enabled. Valid values:
|
|
1281
1452
|
*
|
|
1282
|
-
*
|
|
1283
|
-
*
|
|
1453
|
+
* - `true`: Enabled.
|
|
1454
|
+
*
|
|
1455
|
+
* - `false`: Disabled.
|
|
1284
1456
|
*
|
|
1285
1457
|
* @example
|
|
1286
1458
|
* false
|
|
@@ -1298,72 +1470,86 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig exte
|
|
|
1298
1470
|
});
|
|
1299
1471
|
}
|
|
1300
1472
|
export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
1473
|
+
/**
|
|
1474
|
+
* @remarks
|
|
1475
|
+
* Intelligent management configuration.
|
|
1476
|
+
*/
|
|
1301
1477
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
1302
1478
|
/**
|
|
1303
1479
|
* @remarks
|
|
1304
|
-
*
|
|
1480
|
+
* Automatic scaling configuration.
|
|
1305
1481
|
*/
|
|
1306
1482
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
1307
1483
|
/**
|
|
1308
1484
|
* @remarks
|
|
1309
|
-
*
|
|
1485
|
+
* Lingjun node group information.
|
|
1486
|
+
*/
|
|
1487
|
+
efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
|
|
1488
|
+
/**
|
|
1489
|
+
* @remarks
|
|
1490
|
+
* [This field is deprecated.]
|
|
1310
1491
|
*
|
|
1311
|
-
*
|
|
1492
|
+
* Network configuration for edge node pools. This parameter applies only to edge-type node pools.
|
|
1312
1493
|
*/
|
|
1313
1494
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
1314
1495
|
/**
|
|
1315
1496
|
* @remarks
|
|
1316
|
-
*
|
|
1497
|
+
* Network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
|
|
1317
1498
|
*
|
|
1318
|
-
*
|
|
1319
|
-
*
|
|
1499
|
+
* - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
|
|
1500
|
+
*
|
|
1501
|
+
* - `private`: Private network. Nodes in the node pool connect to the cloud through leased lines, VPN, or CEN, providing higher cloud-edge communication quality and better security.
|
|
1320
1502
|
*
|
|
1321
1503
|
* @example
|
|
1322
|
-
*
|
|
1504
|
+
* basic
|
|
1323
1505
|
*/
|
|
1324
1506
|
interconnectMode?: string;
|
|
1325
1507
|
/**
|
|
1326
1508
|
* @remarks
|
|
1327
|
-
*
|
|
1509
|
+
* Cluster-related configuration.
|
|
1328
1510
|
*/
|
|
1329
1511
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
1330
1512
|
/**
|
|
1331
1513
|
* @remarks
|
|
1332
|
-
*
|
|
1514
|
+
* Managed node pool configuration. This parameter takes effect only for professional managed clusters.
|
|
1333
1515
|
*/
|
|
1334
1516
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
1335
1517
|
/**
|
|
1336
1518
|
* @remarks
|
|
1337
|
-
*
|
|
1519
|
+
* Maximum number of nodes allowed in an edge node pool. This parameter is greater than or equal to 0. A value of 0 means no additional limit (only limited by the overall cluster capacity). This parameter is usually greater than 0 for edge node pools, and 0 for ess-type node pools and default edge-type node pools.
|
|
1338
1520
|
*
|
|
1339
1521
|
* @example
|
|
1340
1522
|
* 10
|
|
1341
1523
|
*/
|
|
1342
1524
|
maxNodes?: number;
|
|
1525
|
+
/**
|
|
1526
|
+
* @remarks
|
|
1527
|
+
* List of node components.
|
|
1528
|
+
*/
|
|
1343
1529
|
nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
|
|
1344
1530
|
/**
|
|
1345
1531
|
* @remarks
|
|
1346
|
-
*
|
|
1532
|
+
* Node configuration.
|
|
1347
1533
|
*/
|
|
1348
1534
|
nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
|
|
1349
1535
|
/**
|
|
1350
1536
|
* @remarks
|
|
1351
|
-
*
|
|
1537
|
+
* Node pool information.
|
|
1352
1538
|
*/
|
|
1353
1539
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
1354
1540
|
/**
|
|
1355
1541
|
* @remarks
|
|
1356
|
-
*
|
|
1542
|
+
* Scaling group configuration for the node pool.
|
|
1357
1543
|
*/
|
|
1358
1544
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
1359
1545
|
/**
|
|
1360
1546
|
* @remarks
|
|
1361
|
-
*
|
|
1547
|
+
* Node pool status.
|
|
1362
1548
|
*/
|
|
1363
1549
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
1364
1550
|
/**
|
|
1365
1551
|
* @remarks
|
|
1366
|
-
*
|
|
1552
|
+
* Confidential computing configuration.
|
|
1367
1553
|
*/
|
|
1368
1554
|
teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
|
|
1369
1555
|
static names(): {
|
|
@@ -1380,7 +1566,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
1380
1566
|
export declare class DescribeClusterNodePoolsResponseBody extends $dara.Model {
|
|
1381
1567
|
/**
|
|
1382
1568
|
* @remarks
|
|
1383
|
-
*
|
|
1569
|
+
* List of node pool instances.
|
|
1384
1570
|
*/
|
|
1385
1571
|
nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
|
|
1386
1572
|
static names(): {
|