@alicloud/cs20151215 6.6.4 → 6.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +202 -124
- package/dist/client.js +202 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +473 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +274 -180
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/client.ts +202 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +125 -25
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +276 -180
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
|
@@ -9,6 +9,9 @@ import { Hugepage } from "./Hugepage";
|
|
|
9
9
|
import { Taint } from "./Taint";
|
|
10
10
|
export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $dara.Model {
|
|
11
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Indicates whether smart managed mode is enabled.
|
|
14
|
+
*
|
|
12
15
|
* @example
|
|
13
16
|
* false
|
|
14
17
|
*/
|
|
@@ -27,7 +30,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoMode extends $
|
|
|
27
30
|
export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extends $dara.Model {
|
|
28
31
|
/**
|
|
29
32
|
* @remarks
|
|
30
|
-
* The
|
|
33
|
+
* The peak bandwidth of the EIP.
|
|
34
|
+
*
|
|
35
|
+
* Valid values: [1,100]. Unit: Mbps.
|
|
31
36
|
*
|
|
32
37
|
* @example
|
|
33
38
|
* 5
|
|
@@ -35,10 +40,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
35
40
|
eipBandwidth?: number;
|
|
36
41
|
/**
|
|
37
42
|
* @remarks
|
|
38
|
-
* The
|
|
43
|
+
* The EIP billing method. Valid values:
|
|
39
44
|
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
45
|
+
* - `PayByBandwidth`: Pay-by-bandwidth.
|
|
46
|
+
*
|
|
47
|
+
* - `PayByTraffic`: Pay-by-traffic.
|
|
42
48
|
*
|
|
43
49
|
* @example
|
|
44
50
|
* PayByBandwidth
|
|
@@ -46,10 +52,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
46
52
|
eipInternetChargeType?: string;
|
|
47
53
|
/**
|
|
48
54
|
* @remarks
|
|
49
|
-
* Indicates whether
|
|
55
|
+
* Indicates whether automatic scaling is enabled. Valid values:
|
|
56
|
+
*
|
|
57
|
+
* - `true`: Enables automatic scaling for the node pool. When the cluster capacity cannot meet pod scheduling demands, ACK automatically scales node resources based on the configured minimum and maximum instance counts. Clusters running Kubernetes 1.24 or later enable instant elasticity by default. Clusters earlier than 1.24 enable node autoscaling by default. For more information, see [Node scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
58
|
+
*
|
|
59
|
+
* - `false`: Disables automatic scaling. ACK maintains the node count at the desired number specified in the configuration.
|
|
50
60
|
*
|
|
51
|
-
*
|
|
52
|
-
* * `false`: auto scaling is disabled. If this parameter is set to false, other parameters in the `auto_scaling` section do not take effect.
|
|
61
|
+
* If set to false, other parameters under `auto_scaling` have no effect.
|
|
53
62
|
*
|
|
54
63
|
* @example
|
|
55
64
|
* true
|
|
@@ -57,10 +66,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
57
66
|
enable?: boolean;
|
|
58
67
|
/**
|
|
59
68
|
* @remarks
|
|
60
|
-
* Indicates whether an EIP is
|
|
69
|
+
* Indicates whether an EIP is bound. Valid values:
|
|
61
70
|
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
71
|
+
* - `true`: Binds an EIP.
|
|
72
|
+
*
|
|
73
|
+
* - `false`: Does not bind an EIP.
|
|
64
74
|
*
|
|
65
75
|
* @example
|
|
66
76
|
* true
|
|
@@ -68,7 +78,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
68
78
|
isBondEip?: boolean;
|
|
69
79
|
/**
|
|
70
80
|
* @remarks
|
|
71
|
-
* The maximum number of
|
|
81
|
+
* The maximum number of scalable instances in the node pool, excluding existing instances.
|
|
72
82
|
*
|
|
73
83
|
* @example
|
|
74
84
|
* 10
|
|
@@ -76,7 +86,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
76
86
|
maxInstances?: number;
|
|
77
87
|
/**
|
|
78
88
|
* @remarks
|
|
79
|
-
* The minimum number of
|
|
89
|
+
* The minimum number of scalable instances in the node pool, excluding existing instances.
|
|
80
90
|
*
|
|
81
91
|
* @example
|
|
82
92
|
* 1
|
|
@@ -84,12 +94,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyAutoScaling extend
|
|
|
84
94
|
minInstances?: number;
|
|
85
95
|
/**
|
|
86
96
|
* @remarks
|
|
87
|
-
* The
|
|
97
|
+
* The automatic scaling type, categorized by instance type. Valid values:
|
|
98
|
+
*
|
|
99
|
+
* - `cpu`: Standard instance.
|
|
100
|
+
*
|
|
101
|
+
* - `gpu`: GPU instance.
|
|
88
102
|
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
* * `spot`: preemptible instance.
|
|
103
|
+
* - `gpushare`: Shared GPU instance.
|
|
104
|
+
*
|
|
105
|
+
* - `spot`: Spot instance.
|
|
93
106
|
*
|
|
94
107
|
* @example
|
|
95
108
|
* cpu
|
|
@@ -131,7 +144,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup exte
|
|
|
131
144
|
export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig extends $dara.Model {
|
|
132
145
|
/**
|
|
133
146
|
* @remarks
|
|
134
|
-
*
|
|
147
|
+
* [Deprecated]
|
|
148
|
+
*
|
|
149
|
+
* The network bandwidth for the enhanced edge node pool. Unit: Mbps.
|
|
135
150
|
*
|
|
136
151
|
* @example
|
|
137
152
|
* 10
|
|
@@ -139,7 +154,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
|
|
|
139
154
|
bandwidth?: number;
|
|
140
155
|
/**
|
|
141
156
|
* @remarks
|
|
142
|
-
*
|
|
157
|
+
* [Deprecated]
|
|
158
|
+
*
|
|
159
|
+
* The CCN instance ID bound to the enhanced edge node pool.
|
|
143
160
|
*
|
|
144
161
|
* @example
|
|
145
162
|
* ccn-qm5i0i0q9yi*******
|
|
@@ -147,7 +164,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
|
|
|
147
164
|
ccnId?: string;
|
|
148
165
|
/**
|
|
149
166
|
* @remarks
|
|
150
|
-
*
|
|
167
|
+
* [Deprecated]
|
|
168
|
+
*
|
|
169
|
+
* The region of the CCN instance bound to the enhanced edge node pool.
|
|
151
170
|
*
|
|
152
171
|
* @example
|
|
153
172
|
* cn-shanghai
|
|
@@ -155,7 +174,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
|
|
|
155
174
|
ccnRegionId?: string;
|
|
156
175
|
/**
|
|
157
176
|
* @remarks
|
|
158
|
-
*
|
|
177
|
+
* [Deprecated]
|
|
178
|
+
*
|
|
179
|
+
* The CEN instance ID bound to the enhanced edge node pool.
|
|
159
180
|
*
|
|
160
181
|
* @example
|
|
161
182
|
* cen-ey9k9nfhz0f*******
|
|
@@ -163,7 +184,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
|
|
|
163
184
|
cenId?: string;
|
|
164
185
|
/**
|
|
165
186
|
* @remarks
|
|
166
|
-
*
|
|
187
|
+
* [Deprecated]
|
|
188
|
+
*
|
|
189
|
+
* The subscription duration for the enhanced edge node pool. Unit: months.
|
|
167
190
|
*
|
|
168
191
|
* @example
|
|
169
192
|
* 1
|
|
@@ -183,10 +206,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyInterconnectConfig
|
|
|
183
206
|
export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig extends $dara.Model {
|
|
184
207
|
/**
|
|
185
208
|
* @remarks
|
|
186
|
-
* Indicates whether
|
|
209
|
+
* Indicates whether Cloud Monitor is installed on ECS nodes. After installation, you can view monitoring data for created ECS instances in the Cloud Monitor console. We recommend enabling this feature. Valid values:
|
|
187
210
|
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
211
|
+
* - `true`: Installs Cloud Monitor on ECS nodes.
|
|
212
|
+
*
|
|
213
|
+
* - `false`: Does not install Cloud Monitor on ECS nodes.
|
|
190
214
|
*
|
|
191
215
|
* @example
|
|
192
216
|
* true
|
|
@@ -194,10 +218,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
194
218
|
cmsEnabled?: boolean;
|
|
195
219
|
/**
|
|
196
220
|
* @remarks
|
|
197
|
-
* The CPU management policy
|
|
221
|
+
* The node CPU management policy. Clusters running Kubernetes 1.12.6 or later support the following policies:
|
|
222
|
+
*
|
|
223
|
+
* - `static`: Enhances CPU affinity and exclusivity for pods with specific resource characteristics.
|
|
198
224
|
*
|
|
199
|
-
*
|
|
200
|
-
* * `none`: indicates that the default CPU affinity is used.
|
|
225
|
+
* - `none`: Uses the default CPU affinity scheme.
|
|
201
226
|
*
|
|
202
227
|
* @example
|
|
203
228
|
* none
|
|
@@ -205,28 +230,28 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
205
230
|
cpuPolicy?: string;
|
|
206
231
|
/**
|
|
207
232
|
* @remarks
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
* * A label is a case-sensitive key-value pair. You can add up to 20 labels.
|
|
211
|
-
* * The key must be unique and cannot exceed 64 characters in length. The value can be empty and cannot exceed 128 characters in length. Keys and values cannot start with `aliyun`, `acs:`, `https://`, or `http://`. For more information, see [Labels and Selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
|
|
233
|
+
* Node labels.
|
|
212
234
|
*/
|
|
213
235
|
labels?: Tag[];
|
|
214
236
|
/**
|
|
215
237
|
* @remarks
|
|
216
|
-
*
|
|
238
|
+
* Custom node naming.
|
|
217
239
|
*
|
|
218
|
-
*
|
|
219
|
-
* * 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.
|
|
240
|
+
* A node name consists of three parts: prefix + IP address substring + suffix:
|
|
220
241
|
*
|
|
221
|
-
*
|
|
242
|
+
* - 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.
|
|
243
|
+
*
|
|
244
|
+
* - The IP address substring length is the number of trailing digits taken from the node\\"s IP address. Valid values: 5–12.
|
|
245
|
+
*
|
|
246
|
+
* Example: If the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP substring length is 5, and the suffix is test, the node name is aliyun.com00055test.
|
|
222
247
|
*
|
|
223
248
|
* @example
|
|
224
|
-
*
|
|
249
|
+
* aliyun.com192.XX.YY.55test
|
|
225
250
|
*/
|
|
226
251
|
nodeNameMode?: string;
|
|
227
252
|
/**
|
|
228
253
|
* @remarks
|
|
229
|
-
*
|
|
254
|
+
* Pre-custom data for the node pool, which runs before node initialization. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
|
|
230
255
|
*
|
|
231
256
|
* @example
|
|
232
257
|
* dGhpcyBpcyBhIGV4YW1wbGU
|
|
@@ -234,28 +259,38 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
234
259
|
preUserData?: string;
|
|
235
260
|
/**
|
|
236
261
|
* @remarks
|
|
237
|
-
* The
|
|
262
|
+
* The container runtime. ACK supports the following runtimes:
|
|
263
|
+
*
|
|
264
|
+
* - containerd: Recommended. Supported in all cluster versions.
|
|
265
|
+
*
|
|
266
|
+
* - Sandboxed-Container.runv: Sandboxed container runtime with enhanced isolation. Supported in clusters up to version 1.31.
|
|
267
|
+
*
|
|
268
|
+
* - docker: Deprecated. Supported in clusters up to version 1.22.
|
|
238
269
|
*
|
|
239
270
|
* @example
|
|
240
|
-
*
|
|
271
|
+
* containerd
|
|
241
272
|
*/
|
|
242
273
|
runtime?: string;
|
|
243
274
|
/**
|
|
244
275
|
* @remarks
|
|
245
|
-
* The
|
|
276
|
+
* The container runtime version.
|
|
246
277
|
*
|
|
247
278
|
* @example
|
|
248
|
-
*
|
|
279
|
+
* 1.6.38
|
|
249
280
|
*/
|
|
250
281
|
runtimeVersion?: string;
|
|
251
282
|
/**
|
|
252
283
|
* @remarks
|
|
253
|
-
*
|
|
284
|
+
* 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/).
|
|
254
285
|
*/
|
|
255
286
|
taints?: Taint[];
|
|
256
287
|
/**
|
|
257
288
|
* @remarks
|
|
258
|
-
*
|
|
289
|
+
* Indicates whether newly scaled nodes are unschedulable.
|
|
290
|
+
*
|
|
291
|
+
* - true: Unschedulable.
|
|
292
|
+
*
|
|
293
|
+
* - false: Schedulable.
|
|
259
294
|
*
|
|
260
295
|
* @example
|
|
261
296
|
* true
|
|
@@ -263,7 +298,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
263
298
|
unschedulable?: boolean;
|
|
264
299
|
/**
|
|
265
300
|
* @remarks
|
|
266
|
-
*
|
|
301
|
+
* Custom data for the node pool, which runs after node initialization. For more information, see [Generate instance user data](https://help.aliyun.com/document_detail/49121.html).
|
|
267
302
|
*
|
|
268
303
|
* @example
|
|
269
304
|
* IyEvYmluL3NoCmVjaG8gIkhlbGxvIEFDSyEi
|
|
@@ -281,15 +316,29 @@ export declare class DescribeClusterNodePoolDetailResponseBodyKubernetesConfig e
|
|
|
281
316
|
});
|
|
282
317
|
}
|
|
283
318
|
export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy extends $dara.Model {
|
|
319
|
+
/**
|
|
320
|
+
* @remarks
|
|
321
|
+
* Indicates whether manual approval is required for node repair.
|
|
322
|
+
*
|
|
323
|
+
* @example
|
|
324
|
+
* false
|
|
325
|
+
*/
|
|
284
326
|
approvalRequired?: boolean;
|
|
285
327
|
/**
|
|
328
|
+
* @remarks
|
|
329
|
+
* The automatic repair policy ID.
|
|
330
|
+
*
|
|
286
331
|
* @example
|
|
287
332
|
* r-xxxxxxxxxx
|
|
288
333
|
*/
|
|
289
334
|
autoRepairPolicyId?: string;
|
|
290
335
|
/**
|
|
291
336
|
* @remarks
|
|
292
|
-
*
|
|
337
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_repair=true`.
|
|
338
|
+
*
|
|
339
|
+
* - `true`: Allows node restart.
|
|
340
|
+
*
|
|
341
|
+
* - `false`: Disallows node restart.
|
|
293
342
|
*
|
|
294
343
|
* @example
|
|
295
344
|
* true
|
|
@@ -309,7 +358,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoRepa
|
|
|
309
358
|
export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy extends $dara.Model {
|
|
310
359
|
/**
|
|
311
360
|
* @remarks
|
|
312
|
-
*
|
|
361
|
+
* Indicates whether kubelet auto-upgrade is allowed. This parameter takes effect only when `auto_upgrade=true`. Valid values:
|
|
362
|
+
*
|
|
363
|
+
* - `true`: Allows kubelet auto-upgrade.
|
|
364
|
+
*
|
|
365
|
+
* - `false`: Disallows kubelet auto-upgrade.
|
|
313
366
|
*
|
|
314
367
|
* @example
|
|
315
368
|
* true
|
|
@@ -327,10 +380,21 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgr
|
|
|
327
380
|
});
|
|
328
381
|
}
|
|
329
382
|
export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy extends $dara.Model {
|
|
383
|
+
/**
|
|
384
|
+
* @remarks
|
|
385
|
+
* The packages excluded during vulnerability fixes.
|
|
386
|
+
*
|
|
387
|
+
* @example
|
|
388
|
+
* kernel
|
|
389
|
+
*/
|
|
330
390
|
excludePackages?: string;
|
|
331
391
|
/**
|
|
332
392
|
* @remarks
|
|
333
|
-
*
|
|
393
|
+
* Indicates whether node restart is allowed. This parameter takes effect only when `auto_vul_fix=true`. Valid values:
|
|
394
|
+
*
|
|
395
|
+
* - `true`: Allows node restart.
|
|
396
|
+
*
|
|
397
|
+
* - `false`: Disallows node restart.
|
|
334
398
|
*
|
|
335
399
|
* @example
|
|
336
400
|
* true
|
|
@@ -338,7 +402,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
|
|
|
338
402
|
restartNode?: boolean;
|
|
339
403
|
/**
|
|
340
404
|
* @remarks
|
|
341
|
-
* The vulnerability levels
|
|
405
|
+
* The vulnerability levels that can be automatically fixed, separated by commas.
|
|
406
|
+
*
|
|
407
|
+
* - `asap`: High
|
|
408
|
+
*
|
|
409
|
+
* - `later`: Medium
|
|
410
|
+
*
|
|
411
|
+
* - `nntf`: Low
|
|
342
412
|
*
|
|
343
413
|
* @example
|
|
344
414
|
* asap,nntf
|
|
@@ -358,10 +428,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementAutoVulF
|
|
|
358
428
|
export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig extends $dara.Model {
|
|
359
429
|
/**
|
|
360
430
|
* @remarks
|
|
361
|
-
* Indicates whether auto
|
|
431
|
+
* Indicates whether auto-upgrade is enabled. Valid values:
|
|
432
|
+
*
|
|
433
|
+
* - `true`: Enables auto-upgrade.
|
|
362
434
|
*
|
|
363
|
-
*
|
|
364
|
-
* * `false`: Auto update is disabled.
|
|
435
|
+
* - `false`: Disables auto-upgrade.
|
|
365
436
|
*
|
|
366
437
|
* @example
|
|
367
438
|
* true
|
|
@@ -369,7 +440,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
|
|
|
369
440
|
autoUpgrade?: boolean;
|
|
370
441
|
/**
|
|
371
442
|
* @remarks
|
|
372
|
-
* The maximum number of nodes
|
|
443
|
+
* The maximum number of unavailable nodes. Valid values: [1,1000].
|
|
373
444
|
*
|
|
374
445
|
* Default value: 1.
|
|
375
446
|
*
|
|
@@ -379,7 +450,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
|
|
|
379
450
|
maxUnavailable?: number;
|
|
380
451
|
/**
|
|
381
452
|
* @remarks
|
|
382
|
-
* The number of
|
|
453
|
+
* The number of extra nodes. Choose either this parameter or surge_percentage.
|
|
383
454
|
*
|
|
384
455
|
* @example
|
|
385
456
|
* 5
|
|
@@ -387,7 +458,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
|
|
|
387
458
|
surge?: number;
|
|
388
459
|
/**
|
|
389
460
|
* @remarks
|
|
390
|
-
* The percentage of
|
|
461
|
+
* The percentage of extra nodes. Choose either this parameter or `surge`.
|
|
462
|
+
*
|
|
463
|
+
* Number of extra nodes = surge percentage × number of nodes. For example, if you set the surge percentage to 50% and there are 6 nodes, the number of extra nodes is 50% × 6 = 3.
|
|
391
464
|
*
|
|
392
465
|
* @example
|
|
393
466
|
* 50
|
|
@@ -405,12 +478,14 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagementUpgradeC
|
|
|
405
478
|
});
|
|
406
479
|
}
|
|
407
480
|
export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends $dara.Model {
|
|
481
|
+
autoFaultDiagnosis?: boolean;
|
|
408
482
|
/**
|
|
409
483
|
* @remarks
|
|
410
|
-
*
|
|
484
|
+
* Automatic repair. This parameter takes effect only when `enable=true`.
|
|
485
|
+
*
|
|
486
|
+
* - `true`: Enables automatic repair.
|
|
411
487
|
*
|
|
412
|
-
*
|
|
413
|
-
* * `false`: Auto repair is disabled.
|
|
488
|
+
* - `false`: Disables automatic repair.
|
|
414
489
|
*
|
|
415
490
|
* @example
|
|
416
491
|
* true
|
|
@@ -418,12 +493,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
|
|
|
418
493
|
autoRepair?: boolean;
|
|
419
494
|
/**
|
|
420
495
|
* @remarks
|
|
421
|
-
* Automatic repair
|
|
496
|
+
* Automatic node repair policy.
|
|
422
497
|
*/
|
|
423
498
|
autoRepairPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoRepairPolicy;
|
|
424
499
|
/**
|
|
425
500
|
* @remarks
|
|
426
|
-
*
|
|
501
|
+
* Indicates whether node auto-upgrade is enabled. This parameter takes effect only when `enable=true`.
|
|
502
|
+
*
|
|
503
|
+
* - `true`: Enables auto-upgrade.
|
|
504
|
+
*
|
|
505
|
+
* - `false`: Disables auto-upgrade.
|
|
427
506
|
*
|
|
428
507
|
* @example
|
|
429
508
|
* true
|
|
@@ -431,12 +510,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
|
|
|
431
510
|
autoUpgrade?: boolean;
|
|
432
511
|
/**
|
|
433
512
|
* @remarks
|
|
434
|
-
*
|
|
513
|
+
* Auto-upgrade policy.
|
|
435
514
|
*/
|
|
436
515
|
autoUpgradePolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoUpgradePolicy;
|
|
437
516
|
/**
|
|
438
517
|
* @remarks
|
|
439
|
-
*
|
|
518
|
+
* Indicates whether CVEs are automatically fixed. This parameter takes effect only when `enable=true`.
|
|
519
|
+
*
|
|
520
|
+
* - `true`: Enables automatic CVE fixing.
|
|
521
|
+
*
|
|
522
|
+
* - `false`: Disables automatic CVE fixing.
|
|
440
523
|
*
|
|
441
524
|
* @example
|
|
442
525
|
* true
|
|
@@ -444,15 +527,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
|
|
|
444
527
|
autoVulFix?: boolean;
|
|
445
528
|
/**
|
|
446
529
|
* @remarks
|
|
447
|
-
*
|
|
530
|
+
* Automatic CVE fix policy.
|
|
448
531
|
*/
|
|
449
532
|
autoVulFixPolicy?: DescribeClusterNodePoolDetailResponseBodyManagementAutoVulFixPolicy;
|
|
450
533
|
/**
|
|
451
534
|
* @remarks
|
|
452
535
|
* Indicates whether the managed node pool feature is enabled. Valid values:
|
|
453
536
|
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
537
|
+
* - `true`: Enables the managed node pool.
|
|
538
|
+
*
|
|
539
|
+
* - `false`: Disables the managed node pool. Other related configurations take effect only when `enable=true`.
|
|
456
540
|
*
|
|
457
541
|
* @example
|
|
458
542
|
* true
|
|
@@ -460,7 +544,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
|
|
|
460
544
|
enable?: boolean;
|
|
461
545
|
/**
|
|
462
546
|
* @remarks
|
|
463
|
-
*
|
|
547
|
+
* Auto-upgrade configuration. This parameter takes effect only when `enable=true`.
|
|
464
548
|
*/
|
|
465
549
|
upgradeConfig?: DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig;
|
|
466
550
|
static names(): {
|
|
@@ -475,6 +559,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyManagement extends
|
|
|
475
559
|
});
|
|
476
560
|
}
|
|
477
561
|
export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig extends $dara.Model {
|
|
562
|
+
/**
|
|
563
|
+
* @remarks
|
|
564
|
+
* Custom configuration for the node component.
|
|
565
|
+
*/
|
|
478
566
|
customConfig?: {
|
|
479
567
|
[key: string]: string;
|
|
480
568
|
};
|
|
@@ -490,13 +578,23 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponentsConf
|
|
|
490
578
|
});
|
|
491
579
|
}
|
|
492
580
|
export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents extends $dara.Model {
|
|
581
|
+
/**
|
|
582
|
+
* @remarks
|
|
583
|
+
* Node component configuration.
|
|
584
|
+
*/
|
|
493
585
|
config?: DescribeClusterNodePoolDetailResponseBodyNodeComponentsConfig;
|
|
494
586
|
/**
|
|
587
|
+
* @remarks
|
|
588
|
+
* The node component name.
|
|
589
|
+
*
|
|
495
590
|
* @example
|
|
496
591
|
* kubelet
|
|
497
592
|
*/
|
|
498
593
|
name?: string;
|
|
499
594
|
/**
|
|
595
|
+
* @remarks
|
|
596
|
+
* The node component version.
|
|
597
|
+
*
|
|
500
598
|
* @example
|
|
501
599
|
* 1.33.3-aliyun.1
|
|
502
600
|
*/
|
|
@@ -513,6 +611,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeComponents ext
|
|
|
513
611
|
});
|
|
514
612
|
}
|
|
515
613
|
export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig extends $dara.Model {
|
|
614
|
+
/**
|
|
615
|
+
* @remarks
|
|
616
|
+
* Hugepage configuration.
|
|
617
|
+
*/
|
|
516
618
|
hugepage?: Hugepage;
|
|
517
619
|
static names(): {
|
|
518
620
|
[key: string]: string;
|
|
@@ -528,9 +630,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsCo
|
|
|
528
630
|
export declare class DescribeClusterNodePoolDetailResponseBodyNodeConfig extends $dara.Model {
|
|
529
631
|
/**
|
|
530
632
|
* @remarks
|
|
531
|
-
*
|
|
633
|
+
* Kubelet parameter settings.
|
|
532
634
|
*/
|
|
533
635
|
kubeletConfiguration?: KubeletConfig;
|
|
636
|
+
/**
|
|
637
|
+
* @remarks
|
|
638
|
+
* Node OS configuration.
|
|
639
|
+
*/
|
|
534
640
|
nodeOsConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfigNodeOsConfig;
|
|
535
641
|
static names(): {
|
|
536
642
|
[key: string]: string;
|
|
@@ -549,12 +655,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
549
655
|
* The time when the node pool was created.
|
|
550
656
|
*
|
|
551
657
|
* @example
|
|
552
|
-
*
|
|
658
|
+
* 2025-04-10T14:25:37.285530433+08:00
|
|
553
659
|
*/
|
|
554
660
|
created?: string;
|
|
555
661
|
/**
|
|
556
662
|
* @remarks
|
|
557
|
-
* Indicates whether
|
|
663
|
+
* Indicates whether this is the default node pool. A cluster usually has only one default node pool. Valid values:
|
|
664
|
+
*
|
|
665
|
+
* - `true`: Default node pool.
|
|
666
|
+
*
|
|
667
|
+
* - `false`: Non-default node pool.
|
|
558
668
|
*
|
|
559
669
|
* @example
|
|
560
670
|
* true
|
|
@@ -562,9 +672,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
562
672
|
isDefault?: boolean;
|
|
563
673
|
/**
|
|
564
674
|
* @remarks
|
|
565
|
-
* The
|
|
566
|
-
*
|
|
567
|
-
* The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
|
|
675
|
+
* The node pool name.
|
|
568
676
|
*
|
|
569
677
|
* @example
|
|
570
678
|
* default-nodepool
|
|
@@ -588,7 +696,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
588
696
|
regionId?: string;
|
|
589
697
|
/**
|
|
590
698
|
* @remarks
|
|
591
|
-
* The
|
|
699
|
+
* The resource group ID.
|
|
592
700
|
*
|
|
593
701
|
* @example
|
|
594
702
|
* rg-acfmyvw3wjmb****
|
|
@@ -596,7 +704,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
596
704
|
resourceGroupId?: string;
|
|
597
705
|
/**
|
|
598
706
|
* @remarks
|
|
599
|
-
* The
|
|
707
|
+
* The node pool type.
|
|
708
|
+
*
|
|
709
|
+
* - `ess`: Standard node pool (supports managed features and automatic scaling).
|
|
710
|
+
*
|
|
711
|
+
* - `edge`: Edge node pool.
|
|
712
|
+
*
|
|
713
|
+
* - `lingjun`: Lingjun node pool.
|
|
600
714
|
*
|
|
601
715
|
* @example
|
|
602
716
|
* ess
|
|
@@ -607,7 +721,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
607
721
|
* The time when the node pool was last updated.
|
|
608
722
|
*
|
|
609
723
|
* @example
|
|
610
|
-
*
|
|
724
|
+
* 2025-04-15T15:39:45.41+08:00
|
|
611
725
|
*/
|
|
612
726
|
updated?: string;
|
|
613
727
|
static names(): {
|
|
@@ -624,7 +738,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyNodepoolInfo exten
|
|
|
624
738
|
export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions extends $dara.Model {
|
|
625
739
|
/**
|
|
626
740
|
* @remarks
|
|
627
|
-
* The
|
|
741
|
+
* The private node pool ID.
|
|
628
742
|
*
|
|
629
743
|
* @example
|
|
630
744
|
* eap-bp67acfmxazb4****
|
|
@@ -632,11 +746,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
|
|
|
632
746
|
id?: string;
|
|
633
747
|
/**
|
|
634
748
|
* @remarks
|
|
635
|
-
* The
|
|
749
|
+
* The private node pool type, which determines how instance capacity is selected from private pools. Elastic provisioning or capacity reservation services generate private pool capacity after they take effect. Valid values:
|
|
750
|
+
*
|
|
751
|
+
* - `Open`: Open mode. Automatically matches open-type private pool capacity. If no matching private pool capacity is available, uses public pool resources.
|
|
636
752
|
*
|
|
637
|
-
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
753
|
+
* - `Target`: Target mode. Uses the specified private pool capacity. If the capacity is unavailable, instance creation fails.
|
|
754
|
+
*
|
|
755
|
+
* - `None`: None mode. Does not use private pool capacity.
|
|
640
756
|
*
|
|
641
757
|
* @example
|
|
642
758
|
* Open
|
|
@@ -654,8 +770,18 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivat
|
|
|
654
770
|
});
|
|
655
771
|
}
|
|
656
772
|
export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions extends $dara.Model {
|
|
773
|
+
/**
|
|
774
|
+
* @remarks
|
|
775
|
+
* The list of private pool IDs.
|
|
776
|
+
*/
|
|
657
777
|
privatePoolIds?: string[];
|
|
658
778
|
/**
|
|
779
|
+
* @remarks
|
|
780
|
+
* The resource pool strategy used when creating instances. Valid values:
|
|
781
|
+
* PrivatePoolFirst: Private pool first.
|
|
782
|
+
* PrivatePoolOnly: Private pool only.
|
|
783
|
+
* None: Do not use resource pool strategy.
|
|
784
|
+
*
|
|
659
785
|
* @example
|
|
660
786
|
* PrivatePoolFirst
|
|
661
787
|
*/
|
|
@@ -674,7 +800,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupResour
|
|
|
674
800
|
export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit extends $dara.Model {
|
|
675
801
|
/**
|
|
676
802
|
* @remarks
|
|
677
|
-
* The instance type
|
|
803
|
+
* The spot instance type.
|
|
678
804
|
*
|
|
679
805
|
* @example
|
|
680
806
|
* ecs.c6.large
|
|
@@ -682,7 +808,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
|
|
|
682
808
|
instanceType?: string;
|
|
683
809
|
/**
|
|
684
810
|
* @remarks
|
|
685
|
-
* The price
|
|
811
|
+
* The market price per instance.
|
|
812
|
+
*
|
|
813
|
+
* <props="china">
|
|
814
|
+
*
|
|
815
|
+
* Unit: CNY/hour.
|
|
816
|
+
*
|
|
817
|
+
*
|
|
818
|
+
*
|
|
819
|
+
* <props="intl">
|
|
686
820
|
*
|
|
687
821
|
* Unit: USD/hour.
|
|
688
822
|
*
|
|
@@ -704,10 +838,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPr
|
|
|
704
838
|
export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $dara.Model {
|
|
705
839
|
/**
|
|
706
840
|
* @remarks
|
|
707
|
-
* Indicates whether auto-renewal is enabled for
|
|
841
|
+
* Indicates whether auto-renewal is enabled for nodes. This parameter is valid only when `instance_charge_type` is set to `PrePaid`. Valid values:
|
|
842
|
+
*
|
|
843
|
+
* - `true`: Enables auto-renewal.
|
|
708
844
|
*
|
|
709
|
-
*
|
|
710
|
-
* * `false`: Auto-renewal is disabled.
|
|
845
|
+
* - `false`: Disables auto-renewal.
|
|
711
846
|
*
|
|
712
847
|
* @example
|
|
713
848
|
* false
|
|
@@ -715,9 +850,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
715
850
|
autoRenew?: boolean;
|
|
716
851
|
/**
|
|
717
852
|
* @remarks
|
|
718
|
-
* The
|
|
853
|
+
* The auto-renewal duration per cycle. Valid values:
|
|
719
854
|
*
|
|
720
|
-
* If
|
|
855
|
+
* - If PeriodUnit=Week: 1, 2, 3.
|
|
856
|
+
*
|
|
857
|
+
* - If PeriodUnit=Month: 1, 2, 3, 6, 12, 24, 36, 48, 60.
|
|
721
858
|
*
|
|
722
859
|
* @example
|
|
723
860
|
* 1
|
|
@@ -725,7 +862,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
725
862
|
autoRenewPeriod?: number;
|
|
726
863
|
/**
|
|
727
864
|
* @remarks
|
|
728
|
-
* [
|
|
865
|
+
* [Deprecated] Use the security_hardening_os parameter instead.
|
|
729
866
|
*
|
|
730
867
|
* @example
|
|
731
868
|
* false
|
|
@@ -735,10 +872,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
735
872
|
cisEnabled?: boolean;
|
|
736
873
|
/**
|
|
737
874
|
* @remarks
|
|
738
|
-
*
|
|
875
|
+
* When `multi_az_policy` is set to `COST_OPTIMIZED`, indicates whether to automatically try creating pay-as-you-go instances if spot instances cannot be created due to price or inventory issues. Valid values:
|
|
876
|
+
*
|
|
877
|
+
* - `true`: Allows automatic creation of pay-as-you-go instances to meet the required number of ECS instances.
|
|
739
878
|
*
|
|
740
|
-
*
|
|
741
|
-
* * `false`: Pay-as-you-go instances are not automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
|
|
879
|
+
* - `false`: Disallows automatic creation of pay-as-you-go instances.
|
|
742
880
|
*
|
|
743
881
|
* @example
|
|
744
882
|
* true
|
|
@@ -746,12 +884,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
746
884
|
compensateWithOnDemand?: boolean;
|
|
747
885
|
/**
|
|
748
886
|
* @remarks
|
|
749
|
-
*
|
|
887
|
+
* Configuration for node data disks, including type and size.
|
|
750
888
|
*/
|
|
751
889
|
dataDisks?: DataDisk[];
|
|
752
890
|
/**
|
|
753
891
|
* @remarks
|
|
754
|
-
* The
|
|
892
|
+
* The deployment set ID.
|
|
755
893
|
*
|
|
756
894
|
* @example
|
|
757
895
|
* ds-bp1d19mmbsv3jf6xxxxx
|
|
@@ -759,54 +897,87 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
759
897
|
deploymentsetId?: string;
|
|
760
898
|
/**
|
|
761
899
|
* @remarks
|
|
762
|
-
* The
|
|
900
|
+
* The desired number of nodes in the node pool.
|
|
763
901
|
*
|
|
764
902
|
* @example
|
|
765
903
|
* 2
|
|
766
904
|
*/
|
|
767
905
|
desiredSize?: number;
|
|
906
|
+
/**
|
|
907
|
+
* @remarks
|
|
908
|
+
* Block device initialization configuration.
|
|
909
|
+
*/
|
|
768
910
|
diskInit?: DiskInit[];
|
|
769
911
|
/**
|
|
770
912
|
* @remarks
|
|
771
|
-
* The
|
|
913
|
+
* The custom image ID.
|
|
772
914
|
*
|
|
773
915
|
* @example
|
|
774
|
-
*
|
|
916
|
+
* aliyun_3_x64_20G_alibase_20241218.vhd
|
|
775
917
|
*/
|
|
776
918
|
imageId?: string;
|
|
777
919
|
/**
|
|
778
920
|
* @remarks
|
|
779
|
-
*
|
|
921
|
+
* The OS image type.
|
|
922
|
+
*
|
|
923
|
+
* - `AliyunLinux`: Alinux2 image.
|
|
924
|
+
*
|
|
925
|
+
* - `AliyunLinuxSecurity`: Alinux2 UEFI image.
|
|
926
|
+
*
|
|
927
|
+
* - `AliyunLinux3`: Alinux3 image.
|
|
928
|
+
*
|
|
929
|
+
* - `AliyunLinux3Arm64`: Alinux3 ARM image.
|
|
930
|
+
*
|
|
931
|
+
* - `AliyunLinux3Security`: Alinux3 UEFI image.
|
|
932
|
+
*
|
|
933
|
+
* - `CentOS`: CentOS image.
|
|
934
|
+
*
|
|
935
|
+
* - `Windows`: Windows image.
|
|
936
|
+
*
|
|
937
|
+
* - `WindowsCore`: WindowsCore image.
|
|
938
|
+
*
|
|
939
|
+
* - `ContainerOS`: Container-optimized image.
|
|
940
|
+
*
|
|
941
|
+
* - `AliyunLinux3ContainerOptimized`: Alinux3 container-optimized image.
|
|
780
942
|
*
|
|
781
943
|
* @example
|
|
782
|
-
*
|
|
944
|
+
* AliyunLinux3
|
|
783
945
|
*/
|
|
784
946
|
imageType?: string;
|
|
785
947
|
/**
|
|
786
948
|
* @remarks
|
|
787
|
-
* The billing method
|
|
949
|
+
* The billing method for nodes in the node pool. Valid values:
|
|
950
|
+
*
|
|
951
|
+
* - `PrePaid`: Subscription.
|
|
788
952
|
*
|
|
789
|
-
*
|
|
790
|
-
* * `PostPaid`: the pay-as-you-go billing method.
|
|
953
|
+
* - `PostPaid`: Pay-as-you-go.
|
|
791
954
|
*
|
|
792
955
|
* @example
|
|
793
956
|
* PostPaid
|
|
794
957
|
*/
|
|
795
958
|
instanceChargeType?: string;
|
|
959
|
+
/**
|
|
960
|
+
* @remarks
|
|
961
|
+
* ECS instance metadata access configuration.
|
|
962
|
+
*/
|
|
796
963
|
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
797
964
|
/**
|
|
798
965
|
* @remarks
|
|
799
|
-
*
|
|
966
|
+
* Instance attribute configuration.
|
|
800
967
|
*/
|
|
801
968
|
instancePatterns?: InstancePatterns[];
|
|
802
969
|
/**
|
|
803
970
|
* @remarks
|
|
804
|
-
*
|
|
971
|
+
* The list of node instance types.
|
|
805
972
|
*/
|
|
806
973
|
instanceTypes?: string[];
|
|
807
974
|
/**
|
|
808
975
|
* @remarks
|
|
809
|
-
* The billing method
|
|
976
|
+
* The billing method for public network bandwidth of node public IP addresses.
|
|
977
|
+
*
|
|
978
|
+
* - PayByBandwidth: Pay-by-bandwidth.
|
|
979
|
+
*
|
|
980
|
+
* - PayByTraffic: Pay-by-traffic.
|
|
810
981
|
*
|
|
811
982
|
* @example
|
|
812
983
|
* PayByBandwidth
|
|
@@ -814,7 +985,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
814
985
|
internetChargeType?: string;
|
|
815
986
|
/**
|
|
816
987
|
* @remarks
|
|
817
|
-
* The maximum outbound bandwidth
|
|
988
|
+
* The maximum outbound bandwidth for node public IP addresses. Unit: Mbps. Valid values: 1–100.
|
|
818
989
|
*
|
|
819
990
|
* @example
|
|
820
991
|
* 10
|
|
@@ -822,7 +993,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
822
993
|
internetMaxBandwidthOut?: number;
|
|
823
994
|
/**
|
|
824
995
|
* @remarks
|
|
825
|
-
* The
|
|
996
|
+
* The key pair name. Choose either this parameter or `login_password`. For managed node pools, only `key_pair` is supported.
|
|
826
997
|
*
|
|
827
998
|
* @example
|
|
828
999
|
* pro-nodepool
|
|
@@ -830,7 +1001,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
830
1001
|
keyPair?: string;
|
|
831
1002
|
/**
|
|
832
1003
|
* @remarks
|
|
833
|
-
*
|
|
1004
|
+
* Indicates whether ECS instances use a non-root user for logon.
|
|
1005
|
+
*
|
|
1006
|
+
* - true: Log on as the non-root user (ecs-user).
|
|
1007
|
+
*
|
|
1008
|
+
* - false: Log on as the root user.
|
|
834
1009
|
*
|
|
835
1010
|
* @example
|
|
836
1011
|
* true
|
|
@@ -838,9 +1013,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
838
1013
|
loginAsNonRoot?: boolean;
|
|
839
1014
|
/**
|
|
840
1015
|
* @remarks
|
|
841
|
-
* The
|
|
1016
|
+
* The SSH logon password. Choose either this parameter or `key_pair`. The password must be 8–30 characters long and include at least three of the following: uppercase letters, lowercase letters, digits, and special characters.
|
|
842
1017
|
*
|
|
843
|
-
* For security
|
|
1018
|
+
* For security reasons, the returned password is encrypted.
|
|
844
1019
|
*
|
|
845
1020
|
* @example
|
|
846
1021
|
* ********
|
|
@@ -848,17 +1023,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
848
1023
|
loginPassword?: string;
|
|
849
1024
|
/**
|
|
850
1025
|
* @remarks
|
|
851
|
-
* The
|
|
852
|
-
*
|
|
853
|
-
* * `PRIORITY`: the scaling group is scaled based on the VSwitchIds.N parameter. If an ECS instance cannot be created in the zone where the vSwitch that has the highest priority resides, Auto Scaling creates the ECS instance in the zone where the vSwitch that has the next highest priority resides.
|
|
1026
|
+
* The scaling policy for multi-zone scaling groups. Valid values:
|
|
854
1027
|
*
|
|
855
|
-
*
|
|
1028
|
+
* - `PRIORITY`: Scales based on the order of virtual switches (VSwitchIds.N) you define. If ECS instances cannot be created in the zone of a higher-priority virtual switch, the system uses the next-priority virtual switch.
|
|
856
1029
|
*
|
|
857
|
-
*
|
|
1030
|
+
* - `COST_OPTIMIZED`: Tries to create instances starting with the lowest vCPU unit price. If multiple instance types or spot billing are configured, it prioritizes spot instances. You can use the `CompensateWithOnDemand` parameter to specify whether to automatically try pay-as-you-go instances if spot instances cannot be created due to inventory or other issues.
|
|
858
1031
|
*
|
|
859
|
-
*
|
|
1032
|
+
* > `COST_OPTIMIZED` takes effect only when multiple instance types or spot instances are configured.
|
|
860
1033
|
*
|
|
861
|
-
*
|
|
1034
|
+
* - `BALANCE`: Distributes ECS instances evenly across all specified zones. If inventory shortages cause imbalance, you can call the RebalanceInstances API to rebalance resources. For more information, see [RebalanceInstances](https://help.aliyun.com/document_detail/71516.html).
|
|
862
1035
|
*
|
|
863
1036
|
* Default value: `PRIORITY`.
|
|
864
1037
|
*
|
|
@@ -868,7 +1041,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
868
1041
|
multiAzPolicy?: string;
|
|
869
1042
|
/**
|
|
870
1043
|
* @remarks
|
|
871
|
-
* The minimum number of pay-as-you-go instances
|
|
1044
|
+
* The 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 falls below this value, the system prioritizes creating pay-as-you-go instances.
|
|
872
1045
|
*
|
|
873
1046
|
* @example
|
|
874
1047
|
* 0
|
|
@@ -876,7 +1049,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
876
1049
|
onDemandBaseCapacity?: number;
|
|
877
1050
|
/**
|
|
878
1051
|
* @remarks
|
|
879
|
-
* The percentage of pay-as-you-go instances among
|
|
1052
|
+
* The percentage of pay-as-you-go instances among instances exceeding the minimum pay-as-you-go count (`on_demand_base_capacity`). Valid values: [0,100].
|
|
880
1053
|
*
|
|
881
1054
|
* @example
|
|
882
1055
|
* 20
|
|
@@ -884,9 +1057,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
884
1057
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
885
1058
|
/**
|
|
886
1059
|
* @remarks
|
|
887
|
-
* The subscription duration
|
|
1060
|
+
* The subscription duration for nodes. This parameter is required and valid only when `instance_charge_type` is set to `PrePaid`.
|
|
1061
|
+
*
|
|
1062
|
+
* - If `period_unit=Week`, valid values for `period` are {1, 2, 3, 4}.
|
|
888
1063
|
*
|
|
889
|
-
* If `
|
|
1064
|
+
* - If `period_unit=Month`, valid values for `period` are {1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, 60}.
|
|
890
1065
|
*
|
|
891
1066
|
* @example
|
|
892
1067
|
* 0
|
|
@@ -894,9 +1069,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
894
1069
|
period?: number;
|
|
895
1070
|
/**
|
|
896
1071
|
* @remarks
|
|
897
|
-
* The billing cycle
|
|
1072
|
+
* The billing cycle for nodes. Specify this parameter when `instance_charge_type` is set to `PrePaid`.
|
|
898
1073
|
*
|
|
899
|
-
*
|
|
1074
|
+
* - `Month`: Billed monthly.
|
|
1075
|
+
*
|
|
1076
|
+
* - `Week`: Billed weekly.
|
|
900
1077
|
*
|
|
901
1078
|
* @example
|
|
902
1079
|
* Month
|
|
@@ -904,12 +1081,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
904
1081
|
periodUnit?: string;
|
|
905
1082
|
/**
|
|
906
1083
|
* @remarks
|
|
907
|
-
* The
|
|
1084
|
+
* The OS distribution. Valid values:
|
|
1085
|
+
*
|
|
1086
|
+
* - `CentOS`
|
|
1087
|
+
*
|
|
1088
|
+
* - `AliyunLinux`
|
|
908
1089
|
*
|
|
909
|
-
*
|
|
910
|
-
*
|
|
911
|
-
*
|
|
912
|
-
* * `WindowsCore`
|
|
1090
|
+
* - `Windows`
|
|
1091
|
+
*
|
|
1092
|
+
* - `WindowsCore`
|
|
913
1093
|
*
|
|
914
1094
|
* @example
|
|
915
1095
|
* AliyunLinux
|
|
@@ -917,12 +1097,12 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
917
1097
|
platform?: string;
|
|
918
1098
|
/**
|
|
919
1099
|
* @remarks
|
|
920
|
-
*
|
|
1100
|
+
* Private node pool configuration.
|
|
921
1101
|
*/
|
|
922
1102
|
privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
|
|
923
1103
|
/**
|
|
924
1104
|
* @remarks
|
|
925
|
-
*
|
|
1105
|
+
* [Deprecated] Use ram_role_name instead.
|
|
926
1106
|
*
|
|
927
1107
|
* @example
|
|
928
1108
|
* KubernetesWorkerRole-021dc54f-929b-437a-8ae0-34c24d3e****
|
|
@@ -930,7 +1110,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
930
1110
|
ramPolicy?: string;
|
|
931
1111
|
/**
|
|
932
1112
|
* @remarks
|
|
933
|
-
* Worker RAM role name.
|
|
1113
|
+
* The Worker RAM role name.
|
|
934
1114
|
*
|
|
935
1115
|
* @example
|
|
936
1116
|
* KubernetesWorkerRole-4a4fa089-80c1-48a5-b3c6-9349311f****
|
|
@@ -938,13 +1118,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
938
1118
|
ramRoleName?: string;
|
|
939
1119
|
/**
|
|
940
1120
|
* @remarks
|
|
941
|
-
*
|
|
1121
|
+
* If RDS instances are specified, the ECS nodes of the cluster are automatically added to the RDS whitelist.
|
|
942
1122
|
*/
|
|
943
1123
|
rdsInstances?: string[];
|
|
1124
|
+
/**
|
|
1125
|
+
* @remarks
|
|
1126
|
+
* The resource pool and strategy used when creating instances.
|
|
1127
|
+
*/
|
|
944
1128
|
resourcePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupResourcePoolOptions;
|
|
945
1129
|
/**
|
|
946
1130
|
* @remarks
|
|
947
|
-
* The
|
|
1131
|
+
* The scaling group ID.
|
|
948
1132
|
*
|
|
949
1133
|
* @example
|
|
950
1134
|
* asg-2zeieod8giqmov7z****
|
|
@@ -952,10 +1136,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
952
1136
|
scalingGroupId?: string;
|
|
953
1137
|
/**
|
|
954
1138
|
* @remarks
|
|
955
|
-
* The scaling mode
|
|
1139
|
+
* The scaling group mode. Valid values:
|
|
1140
|
+
*
|
|
1141
|
+
* - `release`: Standard mode. Scales by creating or releasing ECS instances based on resource usage.
|
|
956
1142
|
*
|
|
957
|
-
*
|
|
958
|
-
* * `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 with local disks.
|
|
1143
|
+
* - `recycle`: Fast mode. Scales by creating, stopping, or starting instances to speed up future scaling (stopped instances incur no compute charges, only storage fees, except for local-disk instances).
|
|
959
1144
|
*
|
|
960
1145
|
* @example
|
|
961
1146
|
* release
|
|
@@ -963,7 +1148,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
963
1148
|
scalingPolicy?: string;
|
|
964
1149
|
/**
|
|
965
1150
|
* @remarks
|
|
966
|
-
* The
|
|
1151
|
+
* The security group ID for the node pool. If multiple security groups are bound, this value is the first ID in `security_group_ids`.
|
|
967
1152
|
*
|
|
968
1153
|
* @example
|
|
969
1154
|
* sg-2ze60ockeekspl3d****
|
|
@@ -971,14 +1156,16 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
971
1156
|
securityGroupId?: string;
|
|
972
1157
|
/**
|
|
973
1158
|
* @remarks
|
|
974
|
-
* The
|
|
1159
|
+
* The list of security group IDs for the node pool.
|
|
975
1160
|
*/
|
|
976
1161
|
securityGroupIds?: string[];
|
|
977
1162
|
/**
|
|
978
1163
|
* @remarks
|
|
979
|
-
* Alibaba Cloud OS security hardening.
|
|
980
|
-
*
|
|
981
|
-
* - `
|
|
1164
|
+
* Alibaba Cloud OS security hardening. Valid values:
|
|
1165
|
+
*
|
|
1166
|
+
* - `true`: Enables Alibaba Cloud OS security hardening.
|
|
1167
|
+
*
|
|
1168
|
+
* - `false`: Disables Alibaba Cloud OS security hardening.
|
|
982
1169
|
*
|
|
983
1170
|
* Default value: `false`.
|
|
984
1171
|
*
|
|
@@ -988,7 +1175,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
988
1175
|
securityHardeningOs?: boolean;
|
|
989
1176
|
/**
|
|
990
1177
|
* @remarks
|
|
991
|
-
* Indicates whether
|
|
1178
|
+
* Indicates whether MLPS 2.0 security hardening is enabled. You can enable this feature only when using Alibaba Cloud Linux 2 or Alibaba Cloud Linux 3 images. Alibaba Cloud provides baseline check standards and scanning tools for MLPS 2.0 Level 3 compliance for these images.
|
|
992
1179
|
*
|
|
993
1180
|
* @example
|
|
994
1181
|
* false
|
|
@@ -996,7 +1183,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
996
1183
|
socEnabled?: boolean;
|
|
997
1184
|
/**
|
|
998
1185
|
* @remarks
|
|
999
|
-
* The number of instance types
|
|
1186
|
+
* The number of available instance types. The scaling group creates spot instances evenly across the lowest-cost instance types. Valid values: [1,10].
|
|
1000
1187
|
*
|
|
1001
1188
|
* @example
|
|
1002
1189
|
* 5
|
|
@@ -1004,10 +1191,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1004
1191
|
spotInstancePools?: number;
|
|
1005
1192
|
/**
|
|
1006
1193
|
* @remarks
|
|
1007
|
-
* Indicates whether
|
|
1194
|
+
* Indicates whether to replenish spot instances. When enabled, if the system notifies that a spot instance will be reclaimed, the scaling group attempts to create a new instance to replace it. Valid values:
|
|
1195
|
+
*
|
|
1196
|
+
* - `true`: Enables replenishment.
|
|
1008
1197
|
*
|
|
1009
|
-
*
|
|
1010
|
-
* * `false`: Supplementation of preemptible instances is disabled.
|
|
1198
|
+
* - `false`: Disables replenishment.
|
|
1011
1199
|
*
|
|
1012
1200
|
* @example
|
|
1013
1201
|
* false
|
|
@@ -1015,18 +1203,20 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1015
1203
|
spotInstanceRemedy?: boolean;
|
|
1016
1204
|
/**
|
|
1017
1205
|
* @remarks
|
|
1018
|
-
*
|
|
1206
|
+
* Spot instance price range configuration.
|
|
1019
1207
|
*/
|
|
1020
1208
|
spotPriceLimit?: DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit[];
|
|
1021
1209
|
/**
|
|
1022
1210
|
* @remarks
|
|
1023
|
-
* The
|
|
1211
|
+
* The spot instance type. Valid values:
|
|
1212
|
+
*
|
|
1213
|
+
* - NoSpot: On-demand instance.
|
|
1024
1214
|
*
|
|
1025
|
-
*
|
|
1026
|
-
* * SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
|
|
1027
|
-
* * SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
|
|
1215
|
+
* - SpotWithPriceLimit: Sets a maximum price for spot instances.
|
|
1028
1216
|
*
|
|
1029
|
-
*
|
|
1217
|
+
* - SpotAsPriceGo: Uses the current market price.
|
|
1218
|
+
*
|
|
1219
|
+
* For more information, see [Spot instances](https://help.aliyun.com/document_detail/157759.html).
|
|
1030
1220
|
*
|
|
1031
1221
|
* @example
|
|
1032
1222
|
* NoSpot
|
|
@@ -1034,12 +1224,13 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1034
1224
|
spotStrategy?: string;
|
|
1035
1225
|
/**
|
|
1036
1226
|
* @remarks
|
|
1037
|
-
* Indicates whether
|
|
1227
|
+
* Indicates whether burst performance is enabled for the system disk. Valid values:
|
|
1228
|
+
*
|
|
1229
|
+
* - true: Enabled. When facing sudden read/write pressure from variable workloads, the disk temporarily boosts performance until the workload stabilizes.
|
|
1038
1230
|
*
|
|
1039
|
-
*
|
|
1040
|
-
* * false: does not enable the burst feature for the system disk.
|
|
1231
|
+
* - false: Disabled.
|
|
1041
1232
|
*
|
|
1042
|
-
* This parameter is
|
|
1233
|
+
* This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
|
|
1043
1234
|
*
|
|
1044
1235
|
* @example
|
|
1045
1236
|
* true
|
|
@@ -1047,30 +1238,22 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1047
1238
|
systemDiskBurstingEnabled?: boolean;
|
|
1048
1239
|
/**
|
|
1049
1240
|
* @remarks
|
|
1050
|
-
*
|
|
1051
|
-
*
|
|
1052
|
-
* * `cloud`: basic disk.
|
|
1053
|
-
* * `cloud_efficiency`: ultra disk.
|
|
1054
|
-
* * `cloud_ssd`: standard SSD.
|
|
1055
|
-
* * `cloud_essd`: Enterprise SSD (ESSD).
|
|
1056
|
-
* * `cloud_auto`: ESSD AutoPL disk.
|
|
1057
|
-
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
1058
|
-
*
|
|
1059
|
-
* Default value: `cloud_efficiency`.
|
|
1241
|
+
* Multiple system disk types. If the higher-priority disk type is unavailable, the system tries the next priority disk type to create the system disk.
|
|
1060
1242
|
*/
|
|
1061
1243
|
systemDiskCategories?: string[];
|
|
1062
1244
|
/**
|
|
1063
1245
|
* @remarks
|
|
1064
|
-
* The system disk type. Valid values:
|
|
1246
|
+
* The system disk type for nodes. Valid values:
|
|
1247
|
+
*
|
|
1248
|
+
* - `cloud_efficiency`: Ultra disk.
|
|
1249
|
+
*
|
|
1250
|
+
* - `cloud_ssd`: Standard SSD.
|
|
1065
1251
|
*
|
|
1066
|
-
*
|
|
1067
|
-
* * `cloud_efficiency`: ultra disk
|
|
1068
|
-
* * `cloud_ssd`: standard SSD
|
|
1069
|
-
* * `cloud_essd`: Enterprise SSD (ESSD)
|
|
1070
|
-
* * `cloud_auto`: ESSD AutoPL disk
|
|
1071
|
-
* * `cloud_essd_entry`: ESSD Entry disk
|
|
1252
|
+
* - `cloud_essd`: ESSD.
|
|
1072
1253
|
*
|
|
1073
|
-
*
|
|
1254
|
+
* - `cloud_auto`: ESSD AutoPL.
|
|
1255
|
+
*
|
|
1256
|
+
* - `cloud_essd_entry`: ESSD Entry.
|
|
1074
1257
|
*
|
|
1075
1258
|
* @example
|
|
1076
1259
|
* cloud_efficiency
|
|
@@ -1078,7 +1261,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1078
1261
|
systemDiskCategory?: string;
|
|
1079
1262
|
/**
|
|
1080
1263
|
* @remarks
|
|
1081
|
-
* The encryption algorithm
|
|
1264
|
+
* The encryption algorithm used for the system disk. Valid value: aes-256.
|
|
1082
1265
|
*
|
|
1083
1266
|
* @example
|
|
1084
1267
|
* aes-256
|
|
@@ -1086,10 +1269,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1086
1269
|
systemDiskEncryptAlgorithm?: string;
|
|
1087
1270
|
/**
|
|
1088
1271
|
* @remarks
|
|
1089
|
-
*
|
|
1272
|
+
* Indicates whether the system disk is encrypted. Valid values:
|
|
1273
|
+
*
|
|
1274
|
+
* - `true`: Encrypted.
|
|
1090
1275
|
*
|
|
1091
|
-
*
|
|
1092
|
-
* * `false`: does not encrypt the system disk.
|
|
1276
|
+
* - `false`: Not encrypted.
|
|
1093
1277
|
*
|
|
1094
1278
|
* @example
|
|
1095
1279
|
* false
|
|
@@ -1097,7 +1281,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1097
1281
|
systemDiskEncrypted?: boolean;
|
|
1098
1282
|
/**
|
|
1099
1283
|
* @remarks
|
|
1100
|
-
*
|
|
1284
|
+
* The KMS key ID used for the system disk.
|
|
1101
1285
|
*
|
|
1102
1286
|
* @example
|
|
1103
1287
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -1105,7 +1289,15 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1105
1289
|
systemDiskKmsKeyId?: string;
|
|
1106
1290
|
/**
|
|
1107
1291
|
* @remarks
|
|
1108
|
-
* The performance level
|
|
1292
|
+
* The system disk performance level. This parameter applies only to ESSD disks. The performance level depends on the disk size. For more information, see [ESSD](https://help.aliyun.com/document_detail/122389.html).
|
|
1293
|
+
*
|
|
1294
|
+
* - PL0: Moderate I/O performance with stable read/write latency.
|
|
1295
|
+
*
|
|
1296
|
+
* - PL1: Moderate I/O performance with stable read/write latency.
|
|
1297
|
+
*
|
|
1298
|
+
* - PL2: High I/O performance with stable read/write latency.
|
|
1299
|
+
*
|
|
1300
|
+
* - PL3: Extremely high I/O performance with very stable read/write latency.
|
|
1109
1301
|
*
|
|
1110
1302
|
* @example
|
|
1111
1303
|
* PL1
|
|
@@ -1113,7 +1305,11 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1113
1305
|
systemDiskPerformanceLevel?: string;
|
|
1114
1306
|
/**
|
|
1115
1307
|
* @remarks
|
|
1116
|
-
*
|
|
1308
|
+
* The provisioned read/write IOPS for the system disk.
|
|
1309
|
+
*
|
|
1310
|
+
* Valid values: 0 to min{50,000, 1000 × capacity − baseline performance}. Baseline performance = min{1,800 + 50 × capacity, 50,000}.
|
|
1311
|
+
*
|
|
1312
|
+
* This parameter is supported only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL](https://help.aliyun.com/document_detail/368372.html).
|
|
1117
1313
|
*
|
|
1118
1314
|
* @example
|
|
1119
1315
|
* 1000
|
|
@@ -1121,27 +1317,30 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1121
1317
|
systemDiskProvisionedIops?: number;
|
|
1122
1318
|
/**
|
|
1123
1319
|
* @remarks
|
|
1124
|
-
* The system disk size
|
|
1320
|
+
* The system disk size for nodes. Unit: GiB.
|
|
1125
1321
|
*
|
|
1126
|
-
* Valid values: 20
|
|
1322
|
+
* Valid values: [20,2048].
|
|
1127
1323
|
*
|
|
1128
1324
|
* @example
|
|
1129
1325
|
* 120
|
|
1130
1326
|
*/
|
|
1131
1327
|
systemDiskSize?: number;
|
|
1132
|
-
systemDiskSnapshotPolicyId?: string;
|
|
1133
1328
|
/**
|
|
1134
1329
|
* @remarks
|
|
1135
|
-
* The
|
|
1330
|
+
* The system disk snapshot policy.
|
|
1136
1331
|
*
|
|
1137
|
-
*
|
|
1332
|
+
* @example
|
|
1333
|
+
* sp-bp11g8z59rawcud9****
|
|
1334
|
+
*/
|
|
1335
|
+
systemDiskSnapshotPolicyId?: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* @remarks
|
|
1338
|
+
* ECS instance tags.
|
|
1138
1339
|
*/
|
|
1139
1340
|
tags?: Tag[];
|
|
1140
1341
|
/**
|
|
1141
1342
|
* @remarks
|
|
1142
|
-
* The
|
|
1143
|
-
*
|
|
1144
|
-
* > We recommend that you select vSwitches in different zones to ensure high availability.
|
|
1343
|
+
* The list of virtual switch IDs.
|
|
1145
1344
|
*/
|
|
1146
1345
|
vswitchIds?: string[];
|
|
1147
1346
|
static names(): {
|
|
@@ -1156,10 +1355,45 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
1156
1355
|
});
|
|
1157
1356
|
}
|
|
1158
1357
|
export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions extends $dara.Model {
|
|
1358
|
+
/**
|
|
1359
|
+
* @remarks
|
|
1360
|
+
* The last time the condition changed.
|
|
1361
|
+
*
|
|
1362
|
+
* @example
|
|
1363
|
+
* 20**-**-30T10:39:00+08:00
|
|
1364
|
+
*/
|
|
1159
1365
|
lastTransitionTime?: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* @remarks
|
|
1368
|
+
* Detailed information.
|
|
1369
|
+
*
|
|
1370
|
+
* @example
|
|
1371
|
+
* AutoUpgradeDisabled
|
|
1372
|
+
*/
|
|
1160
1373
|
message?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* @remarks
|
|
1376
|
+
* The reason for the condition.
|
|
1377
|
+
*
|
|
1378
|
+
* @example
|
|
1379
|
+
* UpgradeDisabled
|
|
1380
|
+
*/
|
|
1161
1381
|
reason?: string;
|
|
1382
|
+
/**
|
|
1383
|
+
* @remarks
|
|
1384
|
+
* The condition status.
|
|
1385
|
+
*
|
|
1386
|
+
* @example
|
|
1387
|
+
* True
|
|
1388
|
+
*/
|
|
1162
1389
|
status?: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* @remarks
|
|
1392
|
+
* The condition type.
|
|
1393
|
+
*
|
|
1394
|
+
* @example
|
|
1395
|
+
* ImageUpgradeReady
|
|
1396
|
+
*/
|
|
1163
1397
|
type?: string;
|
|
1164
1398
|
static names(): {
|
|
1165
1399
|
[key: string]: string;
|
|
@@ -1173,6 +1407,10 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatusConditions e
|
|
|
1173
1407
|
});
|
|
1174
1408
|
}
|
|
1175
1409
|
export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $dara.Model {
|
|
1410
|
+
/**
|
|
1411
|
+
* @remarks
|
|
1412
|
+
* The current conditions of the node pool, representing its status across different dimensions.
|
|
1413
|
+
*/
|
|
1176
1414
|
conditions?: DescribeClusterNodePoolDetailResponseBodyStatusConditions[];
|
|
1177
1415
|
/**
|
|
1178
1416
|
* @remarks
|
|
@@ -1192,7 +1430,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
|
|
|
1192
1430
|
healthyNodes?: number;
|
|
1193
1431
|
/**
|
|
1194
1432
|
* @remarks
|
|
1195
|
-
* The number of nodes
|
|
1433
|
+
* The number of nodes being created.
|
|
1196
1434
|
*
|
|
1197
1435
|
* @example
|
|
1198
1436
|
* 0
|
|
@@ -1208,7 +1446,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
|
|
|
1208
1446
|
offlineNodes?: number;
|
|
1209
1447
|
/**
|
|
1210
1448
|
* @remarks
|
|
1211
|
-
* The number of nodes
|
|
1449
|
+
* The number of nodes being removed.
|
|
1212
1450
|
*
|
|
1213
1451
|
* @example
|
|
1214
1452
|
* 0
|
|
@@ -1216,7 +1454,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
|
|
|
1216
1454
|
removingNodes?: number;
|
|
1217
1455
|
/**
|
|
1218
1456
|
* @remarks
|
|
1219
|
-
* The number of
|
|
1457
|
+
* The number of working nodes.
|
|
1220
1458
|
*
|
|
1221
1459
|
* @example
|
|
1222
1460
|
* 3
|
|
@@ -1224,13 +1462,17 @@ export declare class DescribeClusterNodePoolDetailResponseBodyStatus extends $da
|
|
|
1224
1462
|
servingNodes?: number;
|
|
1225
1463
|
/**
|
|
1226
1464
|
* @remarks
|
|
1227
|
-
* The
|
|
1465
|
+
* The node pool state. Valid values:
|
|
1466
|
+
*
|
|
1467
|
+
* - `active`: Active.
|
|
1228
1468
|
*
|
|
1229
|
-
*
|
|
1230
|
-
*
|
|
1231
|
-
*
|
|
1232
|
-
*
|
|
1233
|
-
*
|
|
1469
|
+
* - `scaling`: Scaling.
|
|
1470
|
+
*
|
|
1471
|
+
* - `removing`: Removing nodes.
|
|
1472
|
+
*
|
|
1473
|
+
* - `deleting`: Deleting.
|
|
1474
|
+
*
|
|
1475
|
+
* - `updating`: Updating.
|
|
1234
1476
|
*
|
|
1235
1477
|
* @example
|
|
1236
1478
|
* active
|
|
@@ -1260,8 +1502,9 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
|
|
|
1260
1502
|
* @remarks
|
|
1261
1503
|
* Indicates whether confidential computing is enabled. Valid values:
|
|
1262
1504
|
*
|
|
1263
|
-
*
|
|
1264
|
-
*
|
|
1505
|
+
* - `true`: Enabled.
|
|
1506
|
+
*
|
|
1507
|
+
* - `false`: Disabled.
|
|
1265
1508
|
*
|
|
1266
1509
|
* @example
|
|
1267
1510
|
* false
|
|
@@ -1279,20 +1522,24 @@ export declare class DescribeClusterNodePoolDetailResponseBodyTeeConfig extends
|
|
|
1279
1522
|
});
|
|
1280
1523
|
}
|
|
1281
1524
|
export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Model {
|
|
1525
|
+
/**
|
|
1526
|
+
* @remarks
|
|
1527
|
+
* Smart managed configuration.
|
|
1528
|
+
*/
|
|
1282
1529
|
autoMode?: DescribeClusterNodePoolDetailResponseBodyAutoMode;
|
|
1283
1530
|
/**
|
|
1284
1531
|
* @remarks
|
|
1285
|
-
*
|
|
1532
|
+
* Automatic scaling configuration for the node pool.
|
|
1286
1533
|
*/
|
|
1287
1534
|
autoScaling?: DescribeClusterNodePoolDetailResponseBodyAutoScaling;
|
|
1288
1535
|
efloNodeGroup?: DescribeClusterNodePoolDetailResponseBodyEfloNodeGroup;
|
|
1289
1536
|
/**
|
|
1290
1537
|
* @remarks
|
|
1291
|
-
* Indicates whether
|
|
1538
|
+
* Indicates whether pods use the host network mode.
|
|
1292
1539
|
*
|
|
1293
|
-
* `true`:
|
|
1540
|
+
* - `true`: Host network. Pods share the host\\"s network stack, IP address, and ports.
|
|
1294
1541
|
*
|
|
1295
|
-
* `false`:
|
|
1542
|
+
* - `false`: Container network. Pods have independent network stacks and do not occupy host network ports.
|
|
1296
1543
|
*
|
|
1297
1544
|
* @example
|
|
1298
1545
|
* true
|
|
@@ -1300,28 +1547,30 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
|
|
|
1300
1547
|
hostNetwork?: boolean;
|
|
1301
1548
|
/**
|
|
1302
1549
|
* @remarks
|
|
1303
|
-
*
|
|
1550
|
+
* [Deprecated]
|
|
1551
|
+
*
|
|
1552
|
+
* Network configuration for edge node pools. This parameter applies only to edge-type node pools.
|
|
1304
1553
|
*/
|
|
1305
1554
|
interconnectConfig?: DescribeClusterNodePoolDetailResponseBodyInterconnectConfig;
|
|
1306
1555
|
/**
|
|
1307
1556
|
* @remarks
|
|
1308
|
-
* The network type
|
|
1557
|
+
* The network type for edge node pools. This parameter applies only to node pools where `type` is `edge`. Valid values:
|
|
1309
1558
|
*
|
|
1310
|
-
* `basic`:
|
|
1559
|
+
* - `basic`: Public network. Nodes in the node pool interact with cloud nodes over the public network and cannot directly access the VPC intranet.
|
|
1311
1560
|
*
|
|
1312
|
-
* `private`:
|
|
1561
|
+
* - `private`: Private network. Nodes in the node pool connect to the cloud through leased lines, VPNs, or CEN, providing higher-quality cloud-edge communication and better security.
|
|
1313
1562
|
*
|
|
1314
1563
|
* @example
|
|
1315
|
-
*
|
|
1564
|
+
* basic
|
|
1316
1565
|
*/
|
|
1317
1566
|
interconnectMode?: string;
|
|
1318
1567
|
/**
|
|
1319
1568
|
* @remarks
|
|
1320
|
-
*
|
|
1569
|
+
* Indicates whether Layer 3 networking is enabled between nodes in the edge node pool.
|
|
1321
1570
|
*
|
|
1322
|
-
* `true`:
|
|
1571
|
+
* - `true`: Enabled. All nodes in the node pool can communicate over Layer 3.
|
|
1323
1572
|
*
|
|
1324
|
-
* `false`:
|
|
1573
|
+
* - `false`: Disabled. Layer 3 communication is disabled between nodes in the node pool.
|
|
1325
1574
|
*
|
|
1326
1575
|
* @example
|
|
1327
1576
|
* true
|
|
@@ -1329,48 +1578,52 @@ export declare class DescribeClusterNodePoolDetailResponseBody extends $dara.Mod
|
|
|
1329
1578
|
intranet?: boolean;
|
|
1330
1579
|
/**
|
|
1331
1580
|
* @remarks
|
|
1332
|
-
*
|
|
1581
|
+
* Cluster-related configuration.
|
|
1333
1582
|
*/
|
|
1334
1583
|
kubernetesConfig?: DescribeClusterNodePoolDetailResponseBodyKubernetesConfig;
|
|
1335
1584
|
/**
|
|
1336
1585
|
* @remarks
|
|
1337
|
-
*
|
|
1586
|
+
* Managed node pool configuration.
|
|
1338
1587
|
*/
|
|
1339
1588
|
management?: DescribeClusterNodePoolDetailResponseBodyManagement;
|
|
1340
1589
|
/**
|
|
1341
1590
|
* @remarks
|
|
1342
|
-
*
|
|
1591
|
+
* [Deprecated]
|
|
1343
1592
|
*
|
|
1344
|
-
* The maximum number of nodes allowed in
|
|
1593
|
+
* The maximum number of nodes allowed in the edge node pool.
|
|
1345
1594
|
*
|
|
1346
1595
|
* @example
|
|
1347
1596
|
* 10
|
|
1348
1597
|
*/
|
|
1349
1598
|
maxNodes?: number;
|
|
1599
|
+
/**
|
|
1600
|
+
* @remarks
|
|
1601
|
+
* List of node components.
|
|
1602
|
+
*/
|
|
1350
1603
|
nodeComponents?: DescribeClusterNodePoolDetailResponseBodyNodeComponents[];
|
|
1351
1604
|
/**
|
|
1352
1605
|
* @remarks
|
|
1353
|
-
*
|
|
1606
|
+
* Node configuration.
|
|
1354
1607
|
*/
|
|
1355
1608
|
nodeConfig?: DescribeClusterNodePoolDetailResponseBodyNodeConfig;
|
|
1356
1609
|
/**
|
|
1357
1610
|
* @remarks
|
|
1358
|
-
*
|
|
1611
|
+
* Node pool configuration.
|
|
1359
1612
|
*/
|
|
1360
1613
|
nodepoolInfo?: DescribeClusterNodePoolDetailResponseBodyNodepoolInfo;
|
|
1361
1614
|
/**
|
|
1362
1615
|
* @remarks
|
|
1363
|
-
*
|
|
1616
|
+
* Scaling group configuration for the node pool.
|
|
1364
1617
|
*/
|
|
1365
1618
|
scalingGroup?: DescribeClusterNodePoolDetailResponseBodyScalingGroup;
|
|
1366
1619
|
/**
|
|
1367
1620
|
* @remarks
|
|
1368
|
-
* The status
|
|
1621
|
+
* The status of the node pool.
|
|
1369
1622
|
*/
|
|
1370
1623
|
status?: DescribeClusterNodePoolDetailResponseBodyStatus;
|
|
1371
1624
|
/**
|
|
1372
1625
|
* @remarks
|
|
1373
|
-
*
|
|
1626
|
+
* Confidential computing cluster configuration.
|
|
1374
1627
|
*/
|
|
1375
1628
|
teeConfig?: DescribeClusterNodePoolDetailResponseBodyTeeConfig;
|
|
1376
1629
|
static names(): {
|