@alicloud/cs20151215 6.6.4 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +220 -124
- package/dist/client.js +247 -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 +491 -284
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolResponseBody.d.ts +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 +464 -214
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
- 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 +353 -216
- 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 +277 -183
- 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/RunNodeOperationRequest.d.ts +22 -0
- package/dist/models/RunNodeOperationRequest.js +63 -0
- package/dist/models/RunNodeOperationRequest.js.map +1 -0
- package/dist/models/RunNodeOperationResponse.d.ts +19 -0
- package/dist/models/RunNodeOperationResponse.js +69 -0
- package/dist/models/RunNodeOperationResponse.js.map +1 -0
- package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
- package/dist/models/RunNodeOperationResponseBody.js +62 -0
- package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
- 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 +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +251 -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 +493 -284
- package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
- 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 +466 -214
- package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
- 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 +356 -217
- 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 +279 -183
- 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/RunNodeOperationRequest.ts +40 -0
- package/src/models/RunNodeOperationResponse.ts +40 -0
- package/src/models/RunNodeOperationResponseBody.ts +45 -0
- 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 +3 -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 to enable intelligent hosting.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* true
|
|
16
|
+
*/
|
|
10
17
|
enable?: boolean;
|
|
11
18
|
static names(): {
|
|
12
19
|
[key: string]: string;
|
|
@@ -22,7 +29,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode exten
|
|
|
22
29
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling extends $dara.Model {
|
|
23
30
|
/**
|
|
24
31
|
* @remarks
|
|
25
|
-
* The maximum bandwidth of the
|
|
32
|
+
* The maximum bandwidth of the EIP.
|
|
26
33
|
*
|
|
27
34
|
* Valid values: 1 to 100. Unit: Mbit/s.
|
|
28
35
|
*
|
|
@@ -34,8 +41,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
34
41
|
* @remarks
|
|
35
42
|
* The billing method of the EIP. Valid values:
|
|
36
43
|
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
44
|
+
* - `PayByBandwidth`: pay-by-bandwidth.
|
|
45
|
+
*
|
|
46
|
+
* - `PayByTraffic`: pay-by-traffic.
|
|
39
47
|
*
|
|
40
48
|
* @example
|
|
41
49
|
* PayByBandwidth
|
|
@@ -45,10 +53,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
45
53
|
* @remarks
|
|
46
54
|
* Indicates whether auto scaling is enabled. Valid values:
|
|
47
55
|
*
|
|
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.
|
|
56
|
+
* - `true`: Enables auto scaling for the node pool. When cluster resources are insufficient for pod scheduling, ACK automatically scales nodes based on the configured minimum and maximum number of instances. For clusters running Kubernetes 1.24 or later, on-demand node scaling is enabled by default. For clusters running Kubernetes versions earlier than 1.24, node autoscaling is enabled by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
50
57
|
*
|
|
51
|
-
*
|
|
58
|
+
* - `false`: Auto scaling is disabled. ACK adjusts the number of nodes in the node pool to the expected number of nodes.
|
|
59
|
+
*
|
|
60
|
+
* If this parameter is set to false, other parameters in the auto_scaling object 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 to associate an EIP with the node. Valid values:
|
|
69
|
+
*
|
|
70
|
+
* - `true`: Associates an EIP with the node.
|
|
60
71
|
*
|
|
61
|
-
*
|
|
62
|
-
* * `false`
|
|
72
|
+
* - `false`: Does not associate an EIP with the node.
|
|
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
|
-
* The maximum number of
|
|
80
|
+
* The maximum number of instances that can be created in the node pool. This value does not include 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
|
-
* The minimum number of
|
|
88
|
+
* The minimum number of instances that must be kept in the node pool. This value does not include 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
|
-
* The
|
|
96
|
+
* The type of auto scaling. This parameter specifies the type of instances that are used for auto scaling. Valid values:
|
|
87
97
|
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
98
|
+
* - `cpu`: regular instances.
|
|
99
|
+
*
|
|
100
|
+
* - `gpu`: GPU-accelerated instances.
|
|
101
|
+
*
|
|
102
|
+
* - `gpushare`: shared GPU-accelerated instances.
|
|
103
|
+
*
|
|
104
|
+
* - `spot`: spot instances.
|
|
92
105
|
*
|
|
93
106
|
* @example
|
|
94
107
|
* cpu
|
|
@@ -107,11 +120,17 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
107
120
|
}
|
|
108
121
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup extends $dara.Model {
|
|
109
122
|
/**
|
|
123
|
+
* @remarks
|
|
124
|
+
* The ID of the Lingjun cluster.
|
|
125
|
+
*
|
|
110
126
|
* @example
|
|
111
127
|
* i113790071760688002461
|
|
112
128
|
*/
|
|
113
129
|
clusterId?: string;
|
|
114
130
|
/**
|
|
131
|
+
* @remarks
|
|
132
|
+
* The ID of the Lingjun group.
|
|
133
|
+
*
|
|
115
134
|
* @example
|
|
116
135
|
* i128147721760688002463
|
|
117
136
|
*/
|
|
@@ -130,9 +149,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup
|
|
|
130
149
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig extends $dara.Model {
|
|
131
150
|
/**
|
|
132
151
|
* @remarks
|
|
133
|
-
* This parameter is
|
|
152
|
+
* [This parameter is deprecated]
|
|
134
153
|
*
|
|
135
|
-
* The bandwidth of the enhanced edge node pool. Unit: Mbit/s.
|
|
154
|
+
* The network bandwidth of the enhanced edge node pool. Unit: Mbit/s.
|
|
136
155
|
*
|
|
137
156
|
* @example
|
|
138
157
|
* 10
|
|
@@ -140,7 +159,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
140
159
|
bandwidth?: number;
|
|
141
160
|
/**
|
|
142
161
|
* @remarks
|
|
143
|
-
* This parameter is
|
|
162
|
+
* [This parameter is deprecated]
|
|
144
163
|
*
|
|
145
164
|
* The ID of the Cloud Connect Network (CCN) instance that is associated with the enhanced edge node pool.
|
|
146
165
|
*
|
|
@@ -150,9 +169,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
150
169
|
ccnId?: string;
|
|
151
170
|
/**
|
|
152
171
|
* @remarks
|
|
153
|
-
* This parameter is
|
|
172
|
+
* [This parameter is deprecated]
|
|
154
173
|
*
|
|
155
|
-
* The region
|
|
174
|
+
* The region where the CCN instance associated with the enhanced edge node pool resides.
|
|
156
175
|
*
|
|
157
176
|
* @example
|
|
158
177
|
* cn-shanghai
|
|
@@ -160,7 +179,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
160
179
|
ccnRegionId?: string;
|
|
161
180
|
/**
|
|
162
181
|
* @remarks
|
|
163
|
-
* This parameter is
|
|
182
|
+
* [This parameter is deprecated]
|
|
164
183
|
*
|
|
165
184
|
* The ID of the Cloud Enterprise Network (CEN) instance that is associated with the enhanced edge node pool.
|
|
166
185
|
*
|
|
@@ -170,9 +189,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
170
189
|
cenId?: string;
|
|
171
190
|
/**
|
|
172
191
|
* @remarks
|
|
173
|
-
* This parameter is
|
|
192
|
+
* [This parameter is deprecated]
|
|
174
193
|
*
|
|
175
|
-
* The subscription duration of the enhanced edge node pool. Unit:
|
|
194
|
+
* The subscription duration of the enhanced edge node pool. Unit: month.
|
|
176
195
|
*
|
|
177
196
|
* @example
|
|
178
197
|
* 1
|
|
@@ -192,10 +211,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectCo
|
|
|
192
211
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig extends $dara.Model {
|
|
193
212
|
/**
|
|
194
213
|
* @remarks
|
|
195
|
-
*
|
|
214
|
+
* Indicates whether to install CloudMonitor on the ECS nodes. After CloudMonitor is installed, you can view the monitoring information of the created ECS instances in the CloudMonitor console. We recommend that you enable this feature. Valid values:
|
|
196
215
|
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
216
|
+
* - `true`: Installs CloudMonitor on the ECS nodes.
|
|
217
|
+
*
|
|
218
|
+
* - `false`: Does not install CloudMonitor on the ECS nodes
|
|
199
219
|
*
|
|
200
220
|
* @example
|
|
201
221
|
* true
|
|
@@ -203,10 +223,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
203
223
|
cmsEnabled?: boolean;
|
|
204
224
|
/**
|
|
205
225
|
* @remarks
|
|
206
|
-
* The CPU management policy of the
|
|
226
|
+
* The CPU management policy of the node. The following policies are supported for clusters of Kubernetes 1.12.6 and later:
|
|
227
|
+
*
|
|
228
|
+
* - `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
|
|
207
229
|
*
|
|
208
|
-
*
|
|
209
|
-
* * `none`: specifies that the default CPU affinity is used.
|
|
230
|
+
* - `none`: indicates that the default CPU affinity scheme is enabled.
|
|
210
231
|
*
|
|
211
232
|
* @example
|
|
212
233
|
* none
|
|
@@ -219,22 +240,23 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
219
240
|
labels?: Tag[];
|
|
220
241
|
/**
|
|
221
242
|
* @remarks
|
|
222
|
-
* The
|
|
243
|
+
* The custom node name.
|
|
223
244
|
*
|
|
224
|
-
*
|
|
245
|
+
* A node name consists of three parts: a prefix, the middle part of an IP address, and a suffix:
|
|
225
246
|
*
|
|
226
|
-
*
|
|
227
|
-
* * 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
|
+
* - The prefix and suffix can contain one or more parts that are separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). The node name must start and end with a lowercase letter or a digit.
|
|
228
248
|
*
|
|
229
|
-
*
|
|
249
|
+
* - The IP address segment length specifies the number of digits to be truncated from the end of the node IP address. Valid values: 5 to 12.
|
|
250
|
+
*
|
|
251
|
+
* For example, if the node IP address is 192.1.168.0.55, the prefix is aliyun.com, the IP address segment length is 5, and the suffix is test, the node name is aliyun.com00055test.
|
|
230
252
|
*
|
|
231
253
|
* @example
|
|
232
|
-
*
|
|
254
|
+
* aliyun.com192.XX.YY.55test
|
|
233
255
|
*/
|
|
234
256
|
nodeNameMode?: string;
|
|
235
257
|
/**
|
|
236
258
|
* @remarks
|
|
237
|
-
* The
|
|
259
|
+
* The pre-custom data of the node pool. The script is run before the node is initialized. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
|
|
238
260
|
*
|
|
239
261
|
* @example
|
|
240
262
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD
|
|
@@ -242,14 +264,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
242
264
|
preUserData?: string;
|
|
243
265
|
/**
|
|
244
266
|
* @remarks
|
|
245
|
-
* The name of the container runtime.
|
|
267
|
+
* The name of the container runtime. ACK supports the following container runtimes.
|
|
268
|
+
*
|
|
269
|
+
* - containerd: recommended. This runtime is supported by all cluster versions.
|
|
270
|
+
*
|
|
271
|
+
* - Sandboxed-Container.runv: a sandboxed container that provides higher isolation. This runtime is supported by clusters of Kubernetes 1.31 and earlier.
|
|
246
272
|
*
|
|
247
|
-
*
|
|
248
|
-
* * Sandboxed-Container.runv: The Sandbox-Container runtime provides improved isolation and supports Kubernetes 1.31 and earlier.
|
|
249
|
-
* * Docker (deprecated): supports Kubernetes 1.22 and earlier.
|
|
273
|
+
* - docker: no longer maintained. This runtime is supported by clusters of Kubernetes 1.22 and earlier.
|
|
250
274
|
*
|
|
251
275
|
* @example
|
|
252
|
-
*
|
|
276
|
+
* containerd
|
|
253
277
|
*/
|
|
254
278
|
runtime?: string;
|
|
255
279
|
/**
|
|
@@ -257,20 +281,21 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
257
281
|
* The version of the container runtime.
|
|
258
282
|
*
|
|
259
283
|
* @example
|
|
260
|
-
*
|
|
284
|
+
* 1.6.38
|
|
261
285
|
*/
|
|
262
286
|
runtimeVersion?: string;
|
|
263
287
|
/**
|
|
264
288
|
* @remarks
|
|
265
|
-
* The
|
|
289
|
+
* The node taints. Taints and tolerations work together to prevent pods from being scheduled to unsuitable nodes. For more information, see [Taints and Tolerations](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
|
|
266
290
|
*/
|
|
267
291
|
taints?: Taint[];
|
|
268
292
|
/**
|
|
269
293
|
* @remarks
|
|
270
|
-
*
|
|
294
|
+
* Indicates whether the scaled-out nodes are unschedulable.
|
|
271
295
|
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
296
|
+
* - true: The scaled-out nodes are unschedulable.
|
|
297
|
+
*
|
|
298
|
+
* - false: The scaled-out nodes are schedulable.
|
|
274
299
|
*
|
|
275
300
|
* @example
|
|
276
301
|
* true
|
|
@@ -278,7 +303,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
278
303
|
unschedulable?: boolean;
|
|
279
304
|
/**
|
|
280
305
|
* @remarks
|
|
281
|
-
* The
|
|
306
|
+
* The custom data of the node pool. The script is run after the node is initialized. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
|
|
282
307
|
*
|
|
283
308
|
* @example
|
|
284
309
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFD****
|
|
@@ -296,18 +321,29 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
296
321
|
});
|
|
297
322
|
}
|
|
298
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
|
+
*/
|
|
299
331
|
approvalRequired?: boolean;
|
|
300
332
|
/**
|
|
333
|
+
* @remarks
|
|
334
|
+
* The ID of the auto repair policy
|
|
335
|
+
*
|
|
301
336
|
* @example
|
|
302
337
|
* r-xxxxxxxxx
|
|
303
338
|
*/
|
|
304
339
|
autoRepairPolicyId?: string;
|
|
305
340
|
/**
|
|
306
341
|
* @remarks
|
|
307
|
-
*
|
|
342
|
+
* Indicates whether to allow node restart. This parameter takes effect only when auto_repair is set to true.
|
|
343
|
+
*
|
|
344
|
+
* - `true`: Allows node restart.
|
|
308
345
|
*
|
|
309
|
-
*
|
|
310
|
-
* * `false`: does not allow node restart.
|
|
346
|
+
* - `false`: Does not allow node restart.
|
|
311
347
|
*
|
|
312
348
|
* @example
|
|
313
349
|
* true
|
|
@@ -327,10 +363,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
327
363
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
|
|
328
364
|
/**
|
|
329
365
|
* @remarks
|
|
330
|
-
*
|
|
366
|
+
* Indicates whether to allow auto update of the kubelet. This parameter takes effect only when auto_upgrade is set to true. Valid values:
|
|
331
367
|
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
368
|
+
* - `true`: Allows auto update of the kubelet.
|
|
369
|
+
*
|
|
370
|
+
* - `false`: Does not allow auto update of the kubelet.
|
|
334
371
|
*
|
|
335
372
|
* @example
|
|
336
373
|
* true
|
|
@@ -348,13 +385,21 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
348
385
|
});
|
|
349
386
|
}
|
|
350
387
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
|
|
388
|
+
/**
|
|
389
|
+
* @remarks
|
|
390
|
+
* The packages that should be excluded during CVE fixing.
|
|
391
|
+
*
|
|
392
|
+
* @example
|
|
393
|
+
* kernel
|
|
394
|
+
*/
|
|
351
395
|
excludePackages?: string;
|
|
352
396
|
/**
|
|
353
397
|
* @remarks
|
|
354
|
-
*
|
|
398
|
+
* Indicates whether to allow node restart. This parameter takes effect only when auto_vul_fix is set to true. Valid values:
|
|
399
|
+
*
|
|
400
|
+
* - `true`: Allows node restart.
|
|
355
401
|
*
|
|
356
|
-
*
|
|
357
|
-
* * `false`: does not allow node restart.
|
|
402
|
+
* - `false`: Does not allow node restart.
|
|
358
403
|
*
|
|
359
404
|
* @example
|
|
360
405
|
* true
|
|
@@ -362,11 +407,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
362
407
|
restartNode?: boolean;
|
|
363
408
|
/**
|
|
364
409
|
* @remarks
|
|
365
|
-
* The
|
|
410
|
+
* The CVE levels that are allowed to be automatically fixed. Separate multiple CVE levels with commas.
|
|
411
|
+
*
|
|
412
|
+
* - `asap`: high
|
|
413
|
+
*
|
|
414
|
+
* - `later`: medium
|
|
366
415
|
*
|
|
367
|
-
*
|
|
368
|
-
* * `later`: medium.
|
|
369
|
-
* * `nntf`: low.
|
|
416
|
+
* - `nntf`: low
|
|
370
417
|
*
|
|
371
418
|
* @example
|
|
372
419
|
* asap,nntf
|
|
@@ -386,10 +433,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
386
433
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig extends $dara.Model {
|
|
387
434
|
/**
|
|
388
435
|
* @remarks
|
|
389
|
-
*
|
|
436
|
+
* Indicates whether to enable auto update. Valid values:
|
|
390
437
|
*
|
|
391
|
-
*
|
|
392
|
-
*
|
|
438
|
+
* - `true`: Enables auto update.
|
|
439
|
+
*
|
|
440
|
+
* - `false`: Disables auto update.
|
|
393
441
|
*
|
|
394
442
|
* @example
|
|
395
443
|
* true
|
|
@@ -397,9 +445,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
397
445
|
autoUpgrade?: boolean;
|
|
398
446
|
/**
|
|
399
447
|
* @remarks
|
|
400
|
-
* The maximum number of unavailable nodes. Valid values: 1 to 1000
|
|
448
|
+
* The maximum number of unavailable nodes. Valid values: 1 to 1000
|
|
401
449
|
*
|
|
402
|
-
* Default value: 1
|
|
450
|
+
* Default value: 1.
|
|
403
451
|
*
|
|
404
452
|
* @example
|
|
405
453
|
* 1
|
|
@@ -407,7 +455,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
407
455
|
maxUnavailable?: number;
|
|
408
456
|
/**
|
|
409
457
|
* @remarks
|
|
410
|
-
* The number of nodes
|
|
458
|
+
* The number of extra nodes. You can specify only one of surge and surge_percentage.
|
|
411
459
|
*
|
|
412
460
|
* @example
|
|
413
461
|
* 5
|
|
@@ -415,9 +463,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
415
463
|
surge?: number;
|
|
416
464
|
/**
|
|
417
465
|
* @remarks
|
|
418
|
-
* The percentage of
|
|
466
|
+
* The percentage of extra nodes. You can specify only one of surge and surge_percentage.
|
|
419
467
|
*
|
|
420
|
-
* The number of
|
|
468
|
+
* The number of extra nodes = Percentage of extra nodes × Number of nodes. For example, if you set the percentage of extra nodes to 50% and the number of existing nodes is 6, three extra nodes are created.
|
|
421
469
|
*
|
|
422
470
|
* @example
|
|
423
471
|
* 50
|
|
@@ -435,12 +483,14 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
435
483
|
});
|
|
436
484
|
}
|
|
437
485
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement extends $dara.Model {
|
|
486
|
+
autoFaultDiagnosis?: boolean;
|
|
438
487
|
/**
|
|
439
488
|
* @remarks
|
|
440
|
-
*
|
|
489
|
+
* Indicates whether to enable auto repair. This parameter takes effect only when enable is set to true.
|
|
490
|
+
*
|
|
491
|
+
* - `true`: Enables auto repair.
|
|
441
492
|
*
|
|
442
|
-
*
|
|
443
|
-
* * `false`
|
|
493
|
+
* - `false`: Disables auto repair.
|
|
444
494
|
*
|
|
445
495
|
* @example
|
|
446
496
|
* true
|
|
@@ -448,15 +498,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
448
498
|
autoRepair?: boolean;
|
|
449
499
|
/**
|
|
450
500
|
* @remarks
|
|
451
|
-
* The auto
|
|
501
|
+
* The auto repair policy for nodes.
|
|
452
502
|
*/
|
|
453
503
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
454
504
|
/**
|
|
455
505
|
* @remarks
|
|
456
|
-
*
|
|
506
|
+
* Indicates whether to enable auto update. This parameter takes effect only when enable is set to true.
|
|
457
507
|
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
508
|
+
* - `true`: Enables auto update.
|
|
509
|
+
*
|
|
510
|
+
* - `false`: Disables auto update.
|
|
460
511
|
*
|
|
461
512
|
* @example
|
|
462
513
|
* true
|
|
@@ -469,10 +520,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
469
520
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
470
521
|
/**
|
|
471
522
|
* @remarks
|
|
472
|
-
* Indicates whether
|
|
523
|
+
* Indicates whether to automatically fix CVEs. This parameter takes effect only when enable is set to true.
|
|
524
|
+
*
|
|
525
|
+
* - `true`: Allows CVEs to be automatically fixed.
|
|
473
526
|
*
|
|
474
|
-
*
|
|
475
|
-
* * `true`: disables auto CVE patching.
|
|
527
|
+
* - `false`: Does not allow CVEs to be automatically fixed.
|
|
476
528
|
*
|
|
477
529
|
* @example
|
|
478
530
|
* true
|
|
@@ -480,15 +532,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
480
532
|
autoVulFix?: boolean;
|
|
481
533
|
/**
|
|
482
534
|
* @remarks
|
|
483
|
-
* The
|
|
535
|
+
* The policy for automatically fixing CVEs.
|
|
484
536
|
*/
|
|
485
537
|
autoVulFixPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy;
|
|
486
538
|
/**
|
|
487
539
|
* @remarks
|
|
488
|
-
*
|
|
540
|
+
* Indicates whether to enable the managed node pool feature. Valid values:
|
|
489
541
|
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
542
|
+
* - `true`: Enables the managed node pool feature.
|
|
543
|
+
*
|
|
544
|
+
* - `false`: The managed node pool feature is disabled. If you set this parameter to true, the other parameters take effect.
|
|
492
545
|
*
|
|
493
546
|
* @example
|
|
494
547
|
* true
|
|
@@ -496,7 +549,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
496
549
|
enable?: boolean;
|
|
497
550
|
/**
|
|
498
551
|
* @remarks
|
|
499
|
-
* The
|
|
552
|
+
* The auto update configurations. This parameter takes effect only when enable is set to true.
|
|
500
553
|
*/
|
|
501
554
|
upgradeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig;
|
|
502
555
|
static names(): {
|
|
@@ -511,6 +564,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
511
564
|
});
|
|
512
565
|
}
|
|
513
566
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig extends $dara.Model {
|
|
567
|
+
/**
|
|
568
|
+
* @remarks
|
|
569
|
+
* The custom configurations of the node component.
|
|
570
|
+
*/
|
|
514
571
|
customConfig?: {
|
|
515
572
|
[key: string]: string;
|
|
516
573
|
};
|
|
@@ -526,13 +583,23 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents
|
|
|
526
583
|
});
|
|
527
584
|
}
|
|
528
585
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents extends $dara.Model {
|
|
586
|
+
/**
|
|
587
|
+
* @remarks
|
|
588
|
+
* The configurations of the node component.
|
|
589
|
+
*/
|
|
529
590
|
config?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponentsConfig;
|
|
530
591
|
/**
|
|
592
|
+
* @remarks
|
|
593
|
+
* The name of the node component.
|
|
594
|
+
*
|
|
531
595
|
* @example
|
|
532
596
|
* kubelet
|
|
533
597
|
*/
|
|
534
598
|
name?: string;
|
|
535
599
|
/**
|
|
600
|
+
* @remarks
|
|
601
|
+
* The version of the node component.
|
|
602
|
+
*
|
|
536
603
|
* @example
|
|
537
604
|
* 1.33.3-aliyun.1
|
|
538
605
|
*/
|
|
@@ -549,6 +616,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents
|
|
|
549
616
|
});
|
|
550
617
|
}
|
|
551
618
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig extends $dara.Model {
|
|
619
|
+
/**
|
|
620
|
+
* @remarks
|
|
621
|
+
* The Hugepage configuration.
|
|
622
|
+
*/
|
|
552
623
|
hugepage?: Hugepage;
|
|
553
624
|
static names(): {
|
|
554
625
|
[key: string]: string;
|
|
@@ -564,9 +635,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNode
|
|
|
564
635
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig extends $dara.Model {
|
|
565
636
|
/**
|
|
566
637
|
* @remarks
|
|
567
|
-
* The parameter
|
|
638
|
+
* The Kubelet parameter configurations.
|
|
568
639
|
*/
|
|
569
640
|
kubeletConfiguration?: KubeletConfig;
|
|
641
|
+
/**
|
|
642
|
+
* @remarks
|
|
643
|
+
* The node OS configurations.
|
|
644
|
+
*/
|
|
570
645
|
nodeOsConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfigNodeOsConfig;
|
|
571
646
|
static names(): {
|
|
572
647
|
[key: string]: string;
|
|
@@ -585,15 +660,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
585
660
|
* The time when the node pool was created.
|
|
586
661
|
*
|
|
587
662
|
* @example
|
|
588
|
-
*
|
|
663
|
+
* 2025-04-15T16:33:29.362888807+08:00
|
|
589
664
|
*/
|
|
590
665
|
created?: string;
|
|
591
666
|
/**
|
|
592
667
|
* @remarks
|
|
593
|
-
* Indicates whether the node pool is
|
|
668
|
+
* Indicates whether the node pool is the default node pool. A cluster has only one default node pool. Valid values:
|
|
594
669
|
*
|
|
595
|
-
*
|
|
596
|
-
*
|
|
670
|
+
* - `true`: The node pool is the default node pool.
|
|
671
|
+
*
|
|
672
|
+
* - `false`: The node pool is not the default node pool.
|
|
597
673
|
*
|
|
598
674
|
* @example
|
|
599
675
|
* true
|
|
@@ -633,11 +709,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
633
709
|
resourceGroupId?: string;
|
|
634
710
|
/**
|
|
635
711
|
* @remarks
|
|
636
|
-
* The type of node pool. Valid values:
|
|
712
|
+
* The type of the node pool. Valid values:
|
|
713
|
+
*
|
|
714
|
+
* - `ess`: a regular node pool. This type of node pool provides managed features and supports automatic scaling.
|
|
637
715
|
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
716
|
+
* - `edge`: an edge node pool.
|
|
717
|
+
*
|
|
718
|
+
* - `lingjun`: a Lingjun node pool.
|
|
641
719
|
*
|
|
642
720
|
* @example
|
|
643
721
|
* ess
|
|
@@ -648,7 +726,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
648
726
|
* The time when the node pool was last updated.
|
|
649
727
|
*
|
|
650
728
|
* @example
|
|
651
|
-
*
|
|
729
|
+
* 2025-04-15T16:33:32.823+08:00
|
|
652
730
|
*/
|
|
653
731
|
updated?: string;
|
|
654
732
|
static names(): {
|
|
@@ -665,7 +743,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
665
743
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions extends $dara.Model {
|
|
666
744
|
/**
|
|
667
745
|
* @remarks
|
|
668
|
-
* The private pool ID
|
|
746
|
+
* The private pool ID. This is the ID of the elasticity assurance or capacity reservation.
|
|
669
747
|
*
|
|
670
748
|
* @example
|
|
671
749
|
* eap-bp67acfmxazb4****
|
|
@@ -673,11 +751,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPr
|
|
|
673
751
|
id?: string;
|
|
674
752
|
/**
|
|
675
753
|
* @remarks
|
|
676
|
-
* The type of the private node pool. This parameter specifies the
|
|
754
|
+
* The type of the private node pool. This parameter specifies the capacity of the private pool that is used to start an instance. The capacity of a private pool is generated after an elasticity assurance or a capacity reservation takes effect. You can select a capacity option when you start an instance. Valid values:
|
|
755
|
+
*
|
|
756
|
+
* - `Open`: The system automatically matches the capacity of an open private pool. If no matching private pool is found, the resources in the public pool are used.
|
|
677
757
|
*
|
|
678
|
-
*
|
|
679
|
-
*
|
|
680
|
-
*
|
|
758
|
+
* - `Target`: The system uses the capacity of the specified private pool to start the instance. If the capacity of the private pool is unavailable, the instance fails to be started.
|
|
759
|
+
*
|
|
760
|
+
* - `None`: The instance is started without using the capacity of a private pool.
|
|
681
761
|
*
|
|
682
762
|
* @example
|
|
683
763
|
* Open
|
|
@@ -695,8 +775,18 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPr
|
|
|
695
775
|
});
|
|
696
776
|
}
|
|
697
777
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions extends $dara.Model {
|
|
778
|
+
/**
|
|
779
|
+
* @remarks
|
|
780
|
+
* The list of private pool IDs.
|
|
781
|
+
*/
|
|
698
782
|
privatePoolIds?: string[];
|
|
699
783
|
/**
|
|
784
|
+
* @remarks
|
|
785
|
+
* The resource pool policy that is used when an instance is created. Valid values:
|
|
786
|
+
* PrivatePoolFirst: The private pool is used first.
|
|
787
|
+
* PrivatePoolOnly: Only the private pool is used.
|
|
788
|
+
* None: No resource pool policy is used.
|
|
789
|
+
*
|
|
700
790
|
* @example
|
|
701
791
|
* PrivatePoolFirst
|
|
702
792
|
*/
|
|
@@ -715,7 +805,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupRe
|
|
|
715
805
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit extends $dara.Model {
|
|
716
806
|
/**
|
|
717
807
|
* @remarks
|
|
718
|
-
* The instance type of
|
|
808
|
+
* The instance type of the spot instance.
|
|
719
809
|
*
|
|
720
810
|
* @example
|
|
721
811
|
* ecs.c6.large
|
|
@@ -723,7 +813,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSp
|
|
|
723
813
|
instanceType?: string;
|
|
724
814
|
/**
|
|
725
815
|
* @remarks
|
|
726
|
-
* The price
|
|
816
|
+
* The price range for a single instance.
|
|
817
|
+
*
|
|
818
|
+
* <props="china">
|
|
819
|
+
*
|
|
820
|
+
* Unit: CNY/hour.
|
|
821
|
+
*
|
|
822
|
+
*
|
|
823
|
+
*
|
|
824
|
+
* <props="intl">
|
|
727
825
|
*
|
|
728
826
|
* Unit: USD/hour.
|
|
729
827
|
*
|
|
@@ -745,10 +843,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSp
|
|
|
745
843
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $dara.Model {
|
|
746
844
|
/**
|
|
747
845
|
* @remarks
|
|
748
|
-
*
|
|
846
|
+
* Indicates whether to enable auto-renewal for the nodes. This parameter takes effect only when instance_charge_type is set to PrePaid. Valid values:
|
|
749
847
|
*
|
|
750
|
-
*
|
|
751
|
-
*
|
|
848
|
+
* - `true`: Enables auto-renewal.
|
|
849
|
+
*
|
|
850
|
+
* - `false`: Disables auto-renewal.
|
|
752
851
|
*
|
|
753
852
|
* @example
|
|
754
853
|
* false
|
|
@@ -756,10 +855,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
756
855
|
autoRenew?: boolean;
|
|
757
856
|
/**
|
|
758
857
|
* @remarks
|
|
759
|
-
* The auto-renewal
|
|
858
|
+
* The duration of each auto-renewal. Valid values:
|
|
859
|
+
*
|
|
860
|
+
* - If PeriodUnit is set to Week: 1, 2, and 3.
|
|
760
861
|
*
|
|
761
|
-
*
|
|
762
|
-
* * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
|
|
862
|
+
* - If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.
|
|
763
863
|
*
|
|
764
864
|
* @example
|
|
765
865
|
* 0
|
|
@@ -767,9 +867,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
767
867
|
autoRenewPeriod?: number;
|
|
768
868
|
/**
|
|
769
869
|
* @remarks
|
|
770
|
-
* This parameter is deprecated
|
|
870
|
+
* [This parameter is deprecated]
|
|
771
871
|
*
|
|
772
|
-
* Use security_hardening_os instead.
|
|
872
|
+
* Use the security_hardening_os parameter instead.
|
|
773
873
|
*
|
|
774
874
|
* @example
|
|
775
875
|
* false
|
|
@@ -779,10 +879,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
779
879
|
cisEnabled?: boolean;
|
|
780
880
|
/**
|
|
781
881
|
* @remarks
|
|
782
|
-
*
|
|
882
|
+
* If multi_az_policy is set to `COST_OPTIMIZED`, this parameter specifies whether to allow the system to automatically create pay-as-you-go instances to meet the required number of ECS instances when preemptible instances cannot be created due to reasons such as price and inventory. Valid values:
|
|
783
883
|
*
|
|
784
|
-
*
|
|
785
|
-
*
|
|
884
|
+
* - `true`: Allows the system to automatically create pay-as-you-go instances to meet the required number of ECS instances.
|
|
885
|
+
*
|
|
886
|
+
* - `false`: Does not allow the system to automatically create pay-as-you-go instances to meet the required number of ECS instances.
|
|
786
887
|
*
|
|
787
888
|
* @example
|
|
788
889
|
* true
|
|
@@ -790,7 +891,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
790
891
|
compensateWithOnDemand?: boolean;
|
|
791
892
|
/**
|
|
792
893
|
* @remarks
|
|
793
|
-
* The configurations of the data disks
|
|
894
|
+
* The combination of the configurations of the data disks of the node, such as the disk type and size.
|
|
794
895
|
*/
|
|
795
896
|
dataDisks?: DataDisk[];
|
|
796
897
|
/**
|
|
@@ -809,40 +910,54 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
809
910
|
* 2
|
|
810
911
|
*/
|
|
811
912
|
desiredSize?: number;
|
|
913
|
+
/**
|
|
914
|
+
* @remarks
|
|
915
|
+
* The block device initialization configuration.
|
|
916
|
+
*/
|
|
812
917
|
diskInit?: DiskInit[];
|
|
813
918
|
/**
|
|
814
919
|
* @remarks
|
|
815
|
-
* The
|
|
920
|
+
* The custom image ID. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by the system.
|
|
816
921
|
*
|
|
817
922
|
* @example
|
|
818
|
-
*
|
|
923
|
+
* aliyun_3_x64_20G_alibase_20241218.vhd
|
|
819
924
|
*/
|
|
820
925
|
imageId?: string;
|
|
821
926
|
/**
|
|
822
927
|
* @remarks
|
|
823
|
-
* The
|
|
928
|
+
* The OS image type.
|
|
929
|
+
*
|
|
930
|
+
* - `AliyunLinux`: Alibaba Cloud Linux 2 image.
|
|
931
|
+
*
|
|
932
|
+
* - `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 UEFI image.
|
|
933
|
+
*
|
|
934
|
+
* - `AliyunLinux3`: Alibaba Cloud Linux 3 image.
|
|
935
|
+
*
|
|
936
|
+
* - `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 ARM image.
|
|
937
|
+
*
|
|
938
|
+
* - `AliyunLinux3Security`: Alibaba Cloud Linux 3 UEFI image.
|
|
824
939
|
*
|
|
825
|
-
*
|
|
826
|
-
*
|
|
827
|
-
*
|
|
828
|
-
*
|
|
829
|
-
*
|
|
830
|
-
*
|
|
831
|
-
*
|
|
832
|
-
*
|
|
833
|
-
*
|
|
834
|
-
* * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
|
|
940
|
+
* - `CentOS`: CentOS image.
|
|
941
|
+
*
|
|
942
|
+
* - `Windows`: Windows image.
|
|
943
|
+
*
|
|
944
|
+
* - `WindowsCore`: WindowsCore image.
|
|
945
|
+
*
|
|
946
|
+
* - `ContainerOS`: Container-optimized image.
|
|
947
|
+
*
|
|
948
|
+
* - `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 container-optimized image.
|
|
835
949
|
*
|
|
836
950
|
* @example
|
|
837
|
-
*
|
|
951
|
+
* AliyunLinux3
|
|
838
952
|
*/
|
|
839
953
|
imageType?: string;
|
|
840
954
|
/**
|
|
841
955
|
* @remarks
|
|
842
956
|
* The billing method of the nodes in the node pool. Valid values:
|
|
843
957
|
*
|
|
844
|
-
*
|
|
845
|
-
*
|
|
958
|
+
* - `PrePaid`: subscription.
|
|
959
|
+
*
|
|
960
|
+
* - `PostPaid`: pay-as-you-go.
|
|
846
961
|
*
|
|
847
962
|
* @example
|
|
848
963
|
* PostPaid
|
|
@@ -850,12 +965,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
850
965
|
instanceChargeType?: string;
|
|
851
966
|
/**
|
|
852
967
|
* @remarks
|
|
853
|
-
* The attribute configurations
|
|
968
|
+
* The instance attribute configurations.
|
|
854
969
|
*/
|
|
855
970
|
instancePatterns?: InstancePatterns[];
|
|
856
971
|
/**
|
|
857
972
|
* @remarks
|
|
858
|
-
* The list of instance types. You can select multiple instance types. When
|
|
973
|
+
* The list of node instance types. You can select multiple instance types as alternatives. When a node is created, the system starts from the first instance type until the node is created. The instance type that is used to create the node may vary based on the inventory.
|
|
859
974
|
*
|
|
860
975
|
* @example
|
|
861
976
|
* ecs.n4.large
|
|
@@ -863,10 +978,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
863
978
|
instanceTypes?: string[];
|
|
864
979
|
/**
|
|
865
980
|
* @remarks
|
|
866
|
-
* The
|
|
981
|
+
* The billing method of the public IP address of the node.
|
|
982
|
+
*
|
|
983
|
+
* - PayByBandwidth: pay-by-bandwidth.
|
|
867
984
|
*
|
|
868
|
-
*
|
|
869
|
-
* * PayByTraffic: pay-by-data-transfer.
|
|
985
|
+
* - PayByTraffic: pay-by-traffic.
|
|
870
986
|
*
|
|
871
987
|
* @example
|
|
872
988
|
* PayByBandwidth
|
|
@@ -874,7 +990,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
874
990
|
internetChargeType?: string;
|
|
875
991
|
/**
|
|
876
992
|
* @remarks
|
|
877
|
-
* The maximum outbound bandwidth of the public IP address. Unit: Mbit/s. Valid values: 1 to 100.
|
|
993
|
+
* The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
|
|
878
994
|
*
|
|
879
995
|
* @example
|
|
880
996
|
* 10
|
|
@@ -882,9 +998,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
882
998
|
internetMaxBandwidthOut?: number;
|
|
883
999
|
/**
|
|
884
1000
|
* @remarks
|
|
885
|
-
* The name of the key pair. You must
|
|
1001
|
+
* The name of the key pair. You must set one of key_pair and login_password.
|
|
886
1002
|
*
|
|
887
|
-
* You
|
|
1003
|
+
* You can set only `key_pair` for managed node pools.
|
|
888
1004
|
*
|
|
889
1005
|
* @example
|
|
890
1006
|
* pro-nodepool
|
|
@@ -892,10 +1008,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
892
1008
|
keyPair?: string;
|
|
893
1009
|
/**
|
|
894
1010
|
* @remarks
|
|
895
|
-
* Indicates whether
|
|
1011
|
+
* Indicates whether to log on to the created ECS instance as a non-root user.
|
|
896
1012
|
*
|
|
897
|
-
*
|
|
898
|
-
*
|
|
1013
|
+
* - true: Log on as a non-root user (ecs-user).
|
|
1014
|
+
*
|
|
1015
|
+
* - false: Log on as the root user.
|
|
899
1016
|
*
|
|
900
1017
|
* @example
|
|
901
1018
|
* true
|
|
@@ -903,9 +1020,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
903
1020
|
loginAsNonRoot?: boolean;
|
|
904
1021
|
/**
|
|
905
1022
|
* @remarks
|
|
906
|
-
* The
|
|
1023
|
+
* The SSH logon password. You must set one of key_pair and login_password. The password must be 8 to 30 characters in length, and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
|
|
907
1024
|
*
|
|
908
|
-
*
|
|
1025
|
+
* For security reasons, the password is encrypted.
|
|
909
1026
|
*
|
|
910
1027
|
* @example
|
|
911
1028
|
* ******
|
|
@@ -913,17 +1030,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
913
1030
|
loginPassword?: string;
|
|
914
1031
|
/**
|
|
915
1032
|
* @remarks
|
|
916
|
-
* The
|
|
917
|
-
*
|
|
918
|
-
* * `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
|
+
* The scaling policy for the ECS instances in the multi-zone scaling group. Valid values:
|
|
919
1034
|
*
|
|
920
|
-
*
|
|
1035
|
+
* - `PRIORITY`: The system scales ECS instances based on the vSwitches that you specify (VSwitchIds.N). If an ECS instance cannot be created in the zone where the vSwitch with a higher priority resides, the system uses the vSwitch with the next priority to create the ECS instance.
|
|
921
1036
|
*
|
|
922
|
-
*
|
|
1037
|
+
* - `COST_OPTIMIZED`: The system creates ECS instances at the lowest vCPU price. If multiple instance types are specified in the scaling configuration and the preemptible instance feature is enabled, the system preferentially creates preemptible instances. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when preemptible instances cannot be created due to reasons such as insufficient inventory.
|
|
923
1038
|
*
|
|
924
|
-
*
|
|
1039
|
+
* > `COST_OPTIMIZED` takes effect only if the scaling configuration uses multiple instance types or spot instances.
|
|
925
1040
|
*
|
|
926
|
-
*
|
|
1041
|
+
* - `BALANCE`: The system evenly distributes ECS instances across the specified zones of the scaling group. If the distribution of ECS instances becomes unbalanced due to insufficient inventory, you can call the API `RebalanceInstances` operation to balance the resource distribution. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html) .
|
|
927
1042
|
*
|
|
928
1043
|
* @example
|
|
929
1044
|
* COST_OPTIMIZED
|
|
@@ -931,7 +1046,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
931
1046
|
multiAzPolicy?: string;
|
|
932
1047
|
/**
|
|
933
1048
|
* @remarks
|
|
934
|
-
* The minimum number of pay-as-you-go instances that must be
|
|
1049
|
+
* The minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than this value, the system preferentially creates pay-as-you-go instances.
|
|
935
1050
|
*
|
|
936
1051
|
* @example
|
|
937
1052
|
* 0
|
|
@@ -939,7 +1054,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
939
1054
|
onDemandBaseCapacity?: number;
|
|
940
1055
|
/**
|
|
941
1056
|
* @remarks
|
|
942
|
-
* The percentage of pay-as-you-go instances among the extra instances that
|
|
1057
|
+
* The percentage of pay-as-you-go instances among the extra instances that are created after the minimum number of pay-as-you-go instances (`on_demand_base_capacity`) is met. Valid values: 0 to 100.
|
|
943
1058
|
*
|
|
944
1059
|
* @example
|
|
945
1060
|
* 20
|
|
@@ -947,10 +1062,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
947
1062
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
948
1063
|
/**
|
|
949
1064
|
* @remarks
|
|
950
|
-
* The subscription duration of the nodes
|
|
1065
|
+
* The subscription duration of the nodes. This parameter is required and takes effect only when instance_charge_type is set to PrePaid.
|
|
951
1066
|
*
|
|
952
|
-
*
|
|
953
|
-
*
|
|
1067
|
+
* - If period_unit is set to Week, the valid values of period are 1, 2, 3, and 4.
|
|
1068
|
+
*
|
|
1069
|
+
* - If period_unit is set to Month, the valid values of period are 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
|
|
954
1070
|
*
|
|
955
1071
|
* @example
|
|
956
1072
|
* 1
|
|
@@ -958,10 +1074,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
958
1074
|
period?: number;
|
|
959
1075
|
/**
|
|
960
1076
|
* @remarks
|
|
961
|
-
* The billing cycle of the nodes
|
|
1077
|
+
* The billing cycle of the nodes. This parameter is required when instance_charge_type is set to PrePaid.
|
|
1078
|
+
*
|
|
1079
|
+
* - `Month`: The billing cycle is measured in months.
|
|
962
1080
|
*
|
|
963
|
-
*
|
|
964
|
-
* * `Week`: The subscription duration is measured in weeks.
|
|
1081
|
+
* - `Week`: The billing cycle is measured in weeks.
|
|
965
1082
|
*
|
|
966
1083
|
* @example
|
|
967
1084
|
* Month
|
|
@@ -969,14 +1086,17 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
969
1086
|
periodUnit?: string;
|
|
970
1087
|
/**
|
|
971
1088
|
* @remarks
|
|
972
|
-
* This parameter is deprecated
|
|
1089
|
+
* [This parameter is deprecated]
|
|
1090
|
+
*
|
|
1091
|
+
* The OS distribution. Valid values:
|
|
1092
|
+
*
|
|
1093
|
+
* - `CentOS`
|
|
973
1094
|
*
|
|
974
|
-
*
|
|
1095
|
+
* - `AliyunLinux`
|
|
975
1096
|
*
|
|
976
|
-
*
|
|
977
|
-
*
|
|
978
|
-
*
|
|
979
|
-
* * `WindowsCore`
|
|
1097
|
+
* - `Windows`
|
|
1098
|
+
*
|
|
1099
|
+
* - `WindowsCore`
|
|
980
1100
|
*
|
|
981
1101
|
* @example
|
|
982
1102
|
* AliyunLinux
|
|
@@ -984,12 +1104,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
984
1104
|
platform?: string;
|
|
985
1105
|
/**
|
|
986
1106
|
* @remarks
|
|
987
|
-
* The
|
|
1107
|
+
* The private pool options.
|
|
988
1108
|
*/
|
|
989
1109
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
990
1110
|
/**
|
|
991
1111
|
* @remarks
|
|
992
|
-
* This
|
|
1112
|
+
* This parameter is deprecated. Use ram_role_name instead.
|
|
993
1113
|
*
|
|
994
1114
|
* @example
|
|
995
1115
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -997,7 +1117,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
997
1117
|
ramPolicy?: string;
|
|
998
1118
|
/**
|
|
999
1119
|
* @remarks
|
|
1000
|
-
*
|
|
1120
|
+
* The name of the worker RAM role.
|
|
1001
1121
|
*
|
|
1002
1122
|
* @example
|
|
1003
1123
|
* KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
|
|
@@ -1005,9 +1125,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1005
1125
|
ramRoleName?: string;
|
|
1006
1126
|
/**
|
|
1007
1127
|
* @remarks
|
|
1008
|
-
*
|
|
1128
|
+
* If you specify a list of RDS instances, the ECS instances of the cluster nodes are automatically added to the RDS instance whitelist.
|
|
1009
1129
|
*/
|
|
1010
1130
|
rdsInstances?: string[];
|
|
1131
|
+
/**
|
|
1132
|
+
* @remarks
|
|
1133
|
+
* The resource pool and resource pool policy that are used when an instance is created.
|
|
1134
|
+
*/
|
|
1011
1135
|
resourcePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupResourcePoolOptions;
|
|
1012
1136
|
/**
|
|
1013
1137
|
* @remarks
|
|
@@ -1021,8 +1145,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1021
1145
|
* @remarks
|
|
1022
1146
|
* The scaling mode of the scaling group. Valid values:
|
|
1023
1147
|
*
|
|
1024
|
-
*
|
|
1025
|
-
*
|
|
1148
|
+
* - `release`: standard mode. The system creates and releases ECS instances to scale resources based on the resource usage.
|
|
1149
|
+
*
|
|
1150
|
+
* - `recycle`: fast mode. The system creates, stops, and starts ECS instances to scale resources. This improves the scaling speed. When an instance is stopped, its computing resources are not billed, but its storage resources are. This does not apply to instance types with local disks.
|
|
1026
1151
|
*
|
|
1027
1152
|
* @example
|
|
1028
1153
|
* release
|
|
@@ -1030,9 +1155,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1030
1155
|
scalingPolicy?: string;
|
|
1031
1156
|
/**
|
|
1032
1157
|
* @remarks
|
|
1033
|
-
* This parameter is deprecated
|
|
1158
|
+
* [This parameter is deprecated]
|
|
1034
1159
|
*
|
|
1035
|
-
* The ID of the security group
|
|
1160
|
+
* The ID of the security group for the node pool. If the node pool is associated with multiple security groups, this parameter returns the first security group ID in the `security_group_ids` list.
|
|
1036
1161
|
*
|
|
1037
1162
|
* @example
|
|
1038
1163
|
* sg-2ze1iuk12m2sb4c4****
|
|
@@ -1040,15 +1165,16 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1040
1165
|
securityGroupId?: string;
|
|
1041
1166
|
/**
|
|
1042
1167
|
* @remarks
|
|
1043
|
-
* The
|
|
1168
|
+
* The list of security group IDs for the node pool.
|
|
1044
1169
|
*/
|
|
1045
1170
|
securityGroupIds?: string[];
|
|
1046
1171
|
/**
|
|
1047
1172
|
* @remarks
|
|
1048
|
-
*
|
|
1173
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
1174
|
+
*
|
|
1175
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
1049
1176
|
*
|
|
1050
|
-
*
|
|
1051
|
-
* * `false`: Alibaba Cloud Linux Security Hardening is disabled.
|
|
1177
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
1052
1178
|
*
|
|
1053
1179
|
* Default value: `false`.
|
|
1054
1180
|
*
|
|
@@ -1058,7 +1184,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1058
1184
|
securityHardeningOs?: boolean;
|
|
1059
1185
|
/**
|
|
1060
1186
|
* @remarks
|
|
1061
|
-
*
|
|
1187
|
+
* Indicates whether to enable MLPS 2.0 security hardening. You can enable MLPS 2.0 security hardening for nodes only when you select Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 as the OS image. Alibaba Cloud provides classified protection compliance baseline check standards and scanning programs for MLPS 2.0 Level 3-compliant versions of Alibaba Cloud Linux 2 and Alibaba Cloud Linux 3.
|
|
1062
1188
|
*
|
|
1063
1189
|
* @example
|
|
1064
1190
|
* false
|
|
@@ -1066,7 +1192,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1066
1192
|
socEnabled?: boolean;
|
|
1067
1193
|
/**
|
|
1068
1194
|
* @remarks
|
|
1069
|
-
* The number of instance types
|
|
1195
|
+
* The number of available instance types. The scaling group creates preemptible instances of multiple instance types that are available at the lowest cost. Valid values: 1 to 10.
|
|
1070
1196
|
*
|
|
1071
1197
|
* @example
|
|
1072
1198
|
* 5
|
|
@@ -1074,10 +1200,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1074
1200
|
spotInstancePools?: number;
|
|
1075
1201
|
/**
|
|
1076
1202
|
* @remarks
|
|
1077
|
-
*
|
|
1203
|
+
* Indicates whether to enable the feature of supplementing preemptible instances. If this feature is enabled, the scaling group attempts to create a new instance to replace a preemptible instance when the scaling group receives a system message that the preemptible instance is to be reclaimed. Valid values:
|
|
1204
|
+
*
|
|
1205
|
+
* - `true`: Enables the feature of supplementing preemptible instances.
|
|
1078
1206
|
*
|
|
1079
|
-
*
|
|
1080
|
-
* * `false`
|
|
1207
|
+
* - `false`: Disables the feature of supplementing preemptible instances.
|
|
1081
1208
|
*
|
|
1082
1209
|
* @example
|
|
1083
1210
|
* false
|
|
@@ -1085,18 +1212,20 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1085
1212
|
spotInstanceRemedy?: boolean;
|
|
1086
1213
|
/**
|
|
1087
1214
|
* @remarks
|
|
1088
|
-
* The
|
|
1215
|
+
* The configurations of the price range for the spot instances.
|
|
1089
1216
|
*/
|
|
1090
1217
|
spotPriceLimit?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit[];
|
|
1091
1218
|
/**
|
|
1092
1219
|
* @remarks
|
|
1093
|
-
* The bidding policy
|
|
1220
|
+
* The bidding policy for the spot instances. Valid values:
|
|
1221
|
+
*
|
|
1222
|
+
* - NoSpot: The instances are not spot instances.
|
|
1223
|
+
*
|
|
1224
|
+
* - SpotWithPriceLimit: The maximum bid price is specified for the spot instances.
|
|
1094
1225
|
*
|
|
1095
|
-
*
|
|
1096
|
-
* * SpotWithPriceLimit: specifies the highest bid.
|
|
1097
|
-
* * SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
|
|
1226
|
+
* - SpotAsPriceGo: The system automatically places bids based on the market price.
|
|
1098
1227
|
*
|
|
1099
|
-
* For more information, see [
|
|
1228
|
+
* For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
|
|
1100
1229
|
*
|
|
1101
1230
|
* @example
|
|
1102
1231
|
* NoSpot
|
|
@@ -1104,12 +1233,13 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1104
1233
|
spotStrategy?: string;
|
|
1105
1234
|
/**
|
|
1106
1235
|
* @remarks
|
|
1107
|
-
*
|
|
1236
|
+
* Indicates whether to enable bursting for the system disk of the node. Valid values:
|
|
1108
1237
|
*
|
|
1109
|
-
*
|
|
1110
|
-
* * false: disables the burst feature.
|
|
1238
|
+
* - true: enables bursting. After bursting is enabled, the performance of the cloud disk is temporarily improved to handle sudden data read and write pressure when the business is unstable. The performance of the cloud disk is restored after the business becomes stable.
|
|
1111
1239
|
*
|
|
1112
|
-
*
|
|
1240
|
+
* - false: disables bursting.
|
|
1241
|
+
*
|
|
1242
|
+
* This parameter can be set 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).
|
|
1113
1243
|
*
|
|
1114
1244
|
* @example
|
|
1115
1245
|
* true
|
|
@@ -1117,18 +1247,22 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1117
1247
|
systemDiskBurstingEnabled?: boolean;
|
|
1118
1248
|
/**
|
|
1119
1249
|
* @remarks
|
|
1120
|
-
* The
|
|
1250
|
+
* The multi-disk type of the system disk. When a disk of a higher priority is unavailable, the system automatically uses a disk of a lower priority to create the system disk.
|
|
1121
1251
|
*/
|
|
1122
1252
|
systemDiskCategories?: string[];
|
|
1123
1253
|
/**
|
|
1124
1254
|
* @remarks
|
|
1125
|
-
* The type of system disk. Valid values:
|
|
1255
|
+
* The type of the system disk of the node. Valid values:
|
|
1256
|
+
*
|
|
1257
|
+
* - `cloud_efficiency`: ultra disk.
|
|
1258
|
+
*
|
|
1259
|
+
* - `cloud_ssd`: standard SSD.
|
|
1260
|
+
*
|
|
1261
|
+
* - `cloud_essd`: ESSD.
|
|
1126
1262
|
*
|
|
1127
|
-
*
|
|
1128
|
-
*
|
|
1129
|
-
*
|
|
1130
|
-
* * `cloud_auto`: ESSD AutoPL disk.
|
|
1131
|
-
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
1263
|
+
* - `cloud_auto`: ESSD AutoPL disk.
|
|
1264
|
+
*
|
|
1265
|
+
* - `cloud_essd_entry`: ESSD Entry disk.
|
|
1132
1266
|
*
|
|
1133
1267
|
* @example
|
|
1134
1268
|
* cloud_efficiency
|
|
@@ -1136,7 +1270,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1136
1270
|
systemDiskCategory?: string;
|
|
1137
1271
|
/**
|
|
1138
1272
|
* @remarks
|
|
1139
|
-
* The encryption algorithm that is used to encrypt the system disk.
|
|
1273
|
+
* The encryption algorithm that is used to encrypt the system disk. Valid value: aes-256.
|
|
1140
1274
|
*
|
|
1141
1275
|
* @example
|
|
1142
1276
|
* aes-256
|
|
@@ -1144,10 +1278,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1144
1278
|
systemDiskEncryptAlgorithm?: string;
|
|
1145
1279
|
/**
|
|
1146
1280
|
* @remarks
|
|
1147
|
-
*
|
|
1281
|
+
* Indicates whether to encrypt the system disk. Valid values:
|
|
1282
|
+
*
|
|
1283
|
+
* - true: Encrypts the system disk.
|
|
1148
1284
|
*
|
|
1149
|
-
*
|
|
1150
|
-
* * false
|
|
1285
|
+
* - false: Does not encrypt the system disk.
|
|
1151
1286
|
*
|
|
1152
1287
|
* @example
|
|
1153
1288
|
* false
|
|
@@ -1155,7 +1290,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1155
1290
|
systemDiskEncrypted?: boolean;
|
|
1156
1291
|
/**
|
|
1157
1292
|
* @remarks
|
|
1158
|
-
* The ID of the
|
|
1293
|
+
* The ID of the KMS key that is used to encrypt the system disk.
|
|
1159
1294
|
*
|
|
1160
1295
|
* @example
|
|
1161
1296
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -1163,12 +1298,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1163
1298
|
systemDiskKmsKeyId?: string;
|
|
1164
1299
|
/**
|
|
1165
1300
|
* @remarks
|
|
1166
|
-
* The performance level
|
|
1301
|
+
* The performance level of the system disk of the node. This parameter is valid only for ESSDs. The performance level of the disk is related to the disk size. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
|
|
1302
|
+
*
|
|
1303
|
+
* - PL0: The disk has medium concurrent I/O performance and stable read and write latency.
|
|
1304
|
+
*
|
|
1305
|
+
* - PL1: The disk has medium concurrent I/O performance and stable read and write latency.
|
|
1167
1306
|
*
|
|
1168
|
-
*
|
|
1169
|
-
*
|
|
1170
|
-
*
|
|
1171
|
-
* * PL3: ultra-high maximum concurrent I/O performance and ultra-low I/O latency.
|
|
1307
|
+
* - PL2: The disk has high concurrent I/O performance and stable read and write latency.
|
|
1308
|
+
*
|
|
1309
|
+
* - PL3: The disk has ultra-high concurrent I/O performance and ultra-stable read and write latency.
|
|
1172
1310
|
*
|
|
1173
1311
|
* @example
|
|
1174
1312
|
* PL1
|
|
@@ -1176,7 +1314,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1176
1314
|
systemDiskPerformanceLevel?: string;
|
|
1177
1315
|
/**
|
|
1178
1316
|
* @remarks
|
|
1179
|
-
* The
|
|
1317
|
+
* The pre-configured read and write IOPS of the system disk of the node. This parameter is configured when the disk type is cloud_auto.
|
|
1180
1318
|
*
|
|
1181
1319
|
* @example
|
|
1182
1320
|
* 1000
|
|
@@ -1184,7 +1322,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1184
1322
|
systemDiskProvisionedIops?: number;
|
|
1185
1323
|
/**
|
|
1186
1324
|
* @remarks
|
|
1187
|
-
* The size of the system disk
|
|
1325
|
+
* The size of the system disk of the node. Unit: GiB.
|
|
1188
1326
|
*
|
|
1189
1327
|
* Valid values: 20 to 2048.
|
|
1190
1328
|
*
|
|
@@ -1192,15 +1330,22 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
1192
1330
|
* 120
|
|
1193
1331
|
*/
|
|
1194
1332
|
systemDiskSize?: number;
|
|
1333
|
+
/**
|
|
1334
|
+
* @remarks
|
|
1335
|
+
* The snapshot policy for the system disk
|
|
1336
|
+
*
|
|
1337
|
+
* @example
|
|
1338
|
+
* sp-0jl6xnmme8v7o935****
|
|
1339
|
+
*/
|
|
1195
1340
|
systemDiskSnapshotPolicyId?: string;
|
|
1196
1341
|
/**
|
|
1197
1342
|
* @remarks
|
|
1198
|
-
* The
|
|
1343
|
+
* The tags of the ECS instances.
|
|
1199
1344
|
*/
|
|
1200
1345
|
tags?: Tag[];
|
|
1201
1346
|
/**
|
|
1202
1347
|
* @remarks
|
|
1203
|
-
* The vSwitch IDs.
|
|
1348
|
+
* The list of vSwitch IDs.
|
|
1204
1349
|
*/
|
|
1205
1350
|
vswitchIds?: string[];
|
|
1206
1351
|
static names(): {
|
|
@@ -1267,11 +1412,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1267
1412
|
* @remarks
|
|
1268
1413
|
* The status of the node pool. Valid values:
|
|
1269
1414
|
*
|
|
1270
|
-
*
|
|
1271
|
-
*
|
|
1272
|
-
*
|
|
1273
|
-
*
|
|
1274
|
-
*
|
|
1415
|
+
* - `active`: The node pool is active.
|
|
1416
|
+
*
|
|
1417
|
+
* - `scaling`: The node pool is being scaled.
|
|
1418
|
+
*
|
|
1419
|
+
* - `removing`: Nodes are being removed from the node pool.
|
|
1420
|
+
*
|
|
1421
|
+
* - `deleting`: The node pool is being deleted.
|
|
1422
|
+
*
|
|
1423
|
+
* - `updating`: The node pool is being updated.
|
|
1275
1424
|
*
|
|
1276
1425
|
* @example
|
|
1277
1426
|
* active
|
|
@@ -1299,10 +1448,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsStatus extends
|
|
|
1299
1448
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig extends $dara.Model {
|
|
1300
1449
|
/**
|
|
1301
1450
|
* @remarks
|
|
1302
|
-
*
|
|
1451
|
+
* Indicates whether to enable the confidential computing cluster. Valid values:
|
|
1452
|
+
*
|
|
1453
|
+
* - `true`: Enables the confidential computing cluster.
|
|
1303
1454
|
*
|
|
1304
|
-
*
|
|
1305
|
-
* * `false`
|
|
1455
|
+
* - `false`: Disables the confidential computing cluster.
|
|
1306
1456
|
*
|
|
1307
1457
|
* @example
|
|
1308
1458
|
* false
|
|
@@ -1320,53 +1470,66 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig exte
|
|
|
1320
1470
|
});
|
|
1321
1471
|
}
|
|
1322
1472
|
export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara.Model {
|
|
1473
|
+
/**
|
|
1474
|
+
* @remarks
|
|
1475
|
+
* The intelligent hosting configurations.
|
|
1476
|
+
*/
|
|
1323
1477
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
1324
1478
|
/**
|
|
1325
1479
|
* @remarks
|
|
1326
|
-
* The
|
|
1480
|
+
* The auto scaling configuration.
|
|
1327
1481
|
*/
|
|
1328
1482
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
1483
|
+
/**
|
|
1484
|
+
* @remarks
|
|
1485
|
+
* The information about the Lingjun node group.
|
|
1486
|
+
*/
|
|
1329
1487
|
efloNodeGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsEfloNodeGroup;
|
|
1330
1488
|
/**
|
|
1331
1489
|
* @remarks
|
|
1332
|
-
* This parameter is
|
|
1490
|
+
* [This parameter is deprecated]
|
|
1333
1491
|
*
|
|
1334
|
-
* The network configurations of the edge node pool. This parameter
|
|
1492
|
+
* The network configurations of the edge node pool. This parameter is valid only for edge node pools.
|
|
1335
1493
|
*/
|
|
1336
1494
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
1337
1495
|
/**
|
|
1338
1496
|
* @remarks
|
|
1339
|
-
* The network type of the edge node pool. This parameter
|
|
1497
|
+
* The network type of the edge node pool. This parameter is valid only for node pools of the `edge` type. Valid values:
|
|
1340
1498
|
*
|
|
1341
|
-
*
|
|
1342
|
-
*
|
|
1499
|
+
* - `basic`: public network. The nodes in the node pool interact with cloud nodes over the Internet. Applications in the node pool cannot directly access the VPC on the cloud.
|
|
1500
|
+
*
|
|
1501
|
+
* - `private`: private network. The nodes in the node pool are connected to the cloud over a leased line, a VPN connection, or a CEN instance. This provides higher cloud-to-edge communication quality and enhanced security.
|
|
1343
1502
|
*
|
|
1344
1503
|
* @example
|
|
1345
|
-
*
|
|
1504
|
+
* basic
|
|
1346
1505
|
*/
|
|
1347
1506
|
interconnectMode?: string;
|
|
1348
1507
|
/**
|
|
1349
1508
|
* @remarks
|
|
1350
|
-
* The configurations
|
|
1509
|
+
* The cluster-related configurations.
|
|
1351
1510
|
*/
|
|
1352
1511
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
1353
1512
|
/**
|
|
1354
1513
|
* @remarks
|
|
1355
|
-
* The
|
|
1514
|
+
* The configurations of the managed node pool. This parameter takes effect only in ACK Pro clusters.
|
|
1356
1515
|
*/
|
|
1357
1516
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
1358
1517
|
/**
|
|
1359
1518
|
* @remarks
|
|
1360
|
-
* The maximum number of nodes that
|
|
1519
|
+
* The maximum number of nodes that the edge node pool can contain. The value of this parameter must be greater than or equal to 0. A value of 0 indicates that no limit is imposed on the number of nodes in the node pool, except for the limit on the total number of nodes in the cluster. The value of this parameter is usually greater than 0 for edge node pools. The value is 0 for ess node pools and default edge node pools
|
|
1361
1520
|
*
|
|
1362
1521
|
* @example
|
|
1363
1522
|
* 10
|
|
1364
1523
|
*/
|
|
1365
1524
|
maxNodes?: number;
|
|
1525
|
+
/**
|
|
1526
|
+
* @remarks
|
|
1527
|
+
* The list of node components.
|
|
1528
|
+
*/
|
|
1366
1529
|
nodeComponents?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeComponents[];
|
|
1367
1530
|
/**
|
|
1368
1531
|
* @remarks
|
|
1369
|
-
* The configurations
|
|
1532
|
+
* The node configurations.
|
|
1370
1533
|
*/
|
|
1371
1534
|
nodeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsNodeConfig;
|
|
1372
1535
|
/**
|
|
@@ -1376,7 +1539,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
1376
1539
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
1377
1540
|
/**
|
|
1378
1541
|
* @remarks
|
|
1379
|
-
* The configurations of the scaling group
|
|
1542
|
+
* The configurations of the scaling group for the node pool.
|
|
1380
1543
|
*/
|
|
1381
1544
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
1382
1545
|
/**
|
|
@@ -1386,7 +1549,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
1386
1549
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
1387
1550
|
/**
|
|
1388
1551
|
* @remarks
|
|
1389
|
-
* The
|
|
1552
|
+
* The confidential computing configurations.
|
|
1390
1553
|
*/
|
|
1391
1554
|
teeConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig;
|
|
1392
1555
|
static names(): {
|
|
@@ -1403,7 +1566,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
1403
1566
|
export declare class DescribeClusterNodePoolsResponseBody extends $dara.Model {
|
|
1404
1567
|
/**
|
|
1405
1568
|
* @remarks
|
|
1406
|
-
* The node pools.
|
|
1569
|
+
* The list of node pools.
|
|
1407
1570
|
*/
|
|
1408
1571
|
nodepools?: DescribeClusterNodePoolsResponseBodyNodepools[];
|
|
1409
1572
|
static names(): {
|