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