@alicloud/cs20151215 4.9.0 → 4.9.1
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 +40 -34
- package/dist/client.js +43 -34
- package/dist/client.js.map +1 -1
- package/dist/models/CreateClusterInspectConfigRequest.d.ts +8 -0
- package/dist/models/CreateClusterInspectConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterInspectConfigResponseBody.d.ts +3 -0
- package/dist/models/CreateClusterInspectConfigResponseBody.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +2 -0
- package/dist/models/CreateClusterRequest.js +6 -0
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterRequestAuditLogConfig.d.ts +15 -0
- package/dist/models/CreateClusterRequestAuditLogConfig.js +60 -0
- package/dist/models/CreateClusterRequestAuditLogConfig.js.map +1 -0
- package/dist/models/CreateTemplateRequest.d.ts +2 -4
- package/dist/models/CreateTemplateRequest.js.map +1 -1
- package/dist/models/CreateTriggerResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterInspectConfigResponseBody.d.ts +3 -0
- package/dist/models/DeleteClusterInspectConfigResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodesRequest.d.ts +11 -9
- package/dist/models/DeleteClusterNodesRequest.js.map +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonResponseBody.d.ts +3 -11
- package/dist/models/DescribeAddonResponseBody.js.map +1 -1
- package/dist/models/DescribeAddonResponseBodyNewerVersions.d.ts +4 -1
- package/dist/models/DescribeAddonResponseBodyNewerVersions.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +17 -23
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBodyControlPlaneConfig.d.ts +2 -2
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBodyAutoMode.d.ts +4 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBodyAutoMode.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBodyScalingGroup.d.ts +6 -1
- package/dist/models/DescribeClusterNodePoolDetailResponseBodyScalingGroup.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepools.d.ts +9 -6
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepools.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.d.ts +9 -5
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.d.ts +14 -8
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagement.d.ts +8 -2
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagement.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.d.ts +4 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.d.ts +4 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.d.ts +8 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.d.ts +6 -7
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.d.ts +65 -30
- package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.js.map +1 -1
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +6 -4
- package/dist/models/DescribeClusterUserKubeconfigRequest.js.map +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +4 -4
- package/dist/models/DescribeClustersV1responseBodyClusters.d.ts +14 -36
- package/dist/models/DescribeClustersV1responseBodyClusters.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +6 -3
- package/dist/models/DescribeKubernetesVersionMetadataRequest.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataResponseBody.d.ts +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataResponseBodyImages.d.ts +3 -3
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +5 -2
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribeNodePoolVulsResponseBodyVulRecords.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponseBody.d.ts +1 -1
- package/dist/models/GetClusterCheckResponseBody.d.ts +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +1 -1
- package/dist/models/InstallClusterAddonsRequestBody.d.ts +6 -8
- package/dist/models/InstallClusterAddonsRequestBody.js.map +1 -1
- package/dist/models/InstallClusterAddonsResponseBody.d.ts +5 -5
- package/dist/models/ListClusterInspectReportsRequest.d.ts +6 -0
- package/dist/models/ListClusterInspectReportsRequest.js.map +1 -1
- package/dist/models/ListClusterInspectReportsResponseBody.d.ts +10 -0
- package/dist/models/ListClusterInspectReportsResponseBody.js.map +1 -1
- package/dist/models/ListClusterInspectReportsResponseBodyReports.d.ts +16 -0
- package/dist/models/ListClusterInspectReportsResponseBodyReports.js.map +1 -1
- package/dist/models/ListClusterInspectReportsResponseBodyReportsSummary.d.ts +15 -0
- package/dist/models/ListClusterInspectReportsResponseBodyReportsSummary.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +5 -5
- package/dist/models/ModifyClusterNodePoolRequestAutoScaling.d.ts +30 -14
- package/dist/models/ModifyClusterNodePoolRequestAutoScaling.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestKubernetesConfig.d.ts +16 -7
- package/dist/models/ModifyClusterNodePoolRequestKubernetesConfig.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestManagement.d.ts +10 -8
- package/dist/models/ModifyClusterNodePoolRequestManagement.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestManagementAutoRepairPolicy.d.ts +2 -2
- package/dist/models/ModifyClusterNodePoolRequestManagementAutoUpgradePolicy.d.ts +7 -7
- package/dist/models/ModifyClusterNodePoolRequestManagementAutoVulFixPolicy.d.ts +9 -3
- package/dist/models/ModifyClusterNodePoolRequestManagementAutoVulFixPolicy.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestManagementUpgradeConfig.d.ts +12 -6
- package/dist/models/ModifyClusterNodePoolRequestManagementUpgradeConfig.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestNodepoolInfo.d.ts +4 -2
- package/dist/models/ModifyClusterNodePoolRequestNodepoolInfo.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestScalingGroup.d.ts +77 -43
- package/dist/models/ModifyClusterNodePoolRequestScalingGroup.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions.d.ts +4 -4
- package/dist/models/ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit.d.ts +2 -2
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +6 -2
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequestOsConfig.d.ts +1 -1
- package/dist/models/RunClusterCheckRequest.d.ts +12 -3
- package/dist/models/RunClusterCheckRequest.js.map +1 -1
- package/dist/models/RunClusterInspectRequest.d.ts +3 -0
- package/dist/models/RunClusterInspectRequest.js.map +1 -1
- package/dist/models/RunClusterInspectResponseBody.d.ts +9 -0
- package/dist/models/RunClusterInspectResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsRequest.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsRequestAddons.d.ts +4 -4
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterInspectConfigRequest.d.ts +10 -0
- package/dist/models/UpdateClusterInspectConfigRequest.js.map +1 -1
- package/dist/models/UpdateClusterInspectConfigResponseBody.d.ts +3 -0
- package/dist/models/UpdateClusterInspectConfigResponseBody.js.map +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +3 -3
- package/dist/models/model.d.ts +1 -0
- package/dist/models/model.js +13 -11
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +44 -34
- package/src/models/CreateClusterInspectConfigRequest.ts +8 -0
- package/src/models/CreateClusterInspectConfigResponseBody.ts +3 -0
- package/src/models/CreateClusterRequest.ts +7 -0
- package/src/models/CreateClusterRequestAuditLogConfig.ts +30 -0
- package/src/models/CreateTemplateRequest.ts +2 -4
- package/src/models/CreateTriggerResponseBody.ts +3 -3
- package/src/models/DeleteClusterInspectConfigResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodesRequest.ts +11 -9
- package/src/models/DeleteClusterNodesResponseBody.ts +1 -1
- package/src/models/DescribeAddonResponseBody.ts +3 -11
- package/src/models/DescribeAddonResponseBodyNewerVersions.ts +4 -1
- package/src/models/DescribeClusterDetailResponseBody.ts +17 -23
- package/src/models/DescribeClusterDetailResponseBodyControlPlaneConfig.ts +2 -2
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +1 -1
- package/src/models/DescribeClusterNodePoolDetailResponseBodyAutoMode.ts +4 -0
- package/src/models/DescribeClusterNodePoolDetailResponseBodyScalingGroup.ts +6 -1
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepools.ts +9 -6
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.ts +9 -5
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.ts +14 -8
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagement.ts +8 -2
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.ts +4 -1
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.ts +4 -1
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.ts +8 -1
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig.ts +1 -1
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.ts +6 -7
- package/src/models/DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.ts +65 -30
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +6 -4
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +2 -2
- package/src/models/DescribeClusterVulsResponseBody.ts +1 -1
- package/src/models/DescribeClustersV1request.ts +4 -4
- package/src/models/DescribeClustersV1responseBodyClusters.ts +14 -36
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +6 -3
- package/src/models/DescribeKubernetesVersionMetadataResponseBody.ts +1 -1
- package/src/models/DescribeKubernetesVersionMetadataResponseBodyImages.ts +3 -3
- package/src/models/DescribeNodePoolVulsResponseBody.ts +5 -2
- package/src/models/DescribeNodePoolVulsResponseBodyVulRecords.ts +1 -1
- package/src/models/DescribeUserPermissionResponseBody.ts +1 -1
- package/src/models/GetClusterCheckResponseBody.ts +1 -1
- package/src/models/InstallClusterAddonsRequest.ts +1 -1
- package/src/models/InstallClusterAddonsRequestBody.ts +6 -8
- package/src/models/InstallClusterAddonsResponseBody.ts +5 -5
- package/src/models/ListClusterInspectReportsRequest.ts +6 -0
- package/src/models/ListClusterInspectReportsResponseBody.ts +10 -0
- package/src/models/ListClusterInspectReportsResponseBodyReports.ts +16 -0
- package/src/models/ListClusterInspectReportsResponseBodyReportsSummary.ts +15 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +5 -5
- package/src/models/ModifyClusterNodePoolRequestAutoScaling.ts +30 -14
- package/src/models/ModifyClusterNodePoolRequestKubernetesConfig.ts +16 -7
- package/src/models/ModifyClusterNodePoolRequestManagement.ts +10 -8
- package/src/models/ModifyClusterNodePoolRequestManagementAutoRepairPolicy.ts +2 -2
- package/src/models/ModifyClusterNodePoolRequestManagementAutoUpgradePolicy.ts +7 -7
- package/src/models/ModifyClusterNodePoolRequestManagementAutoVulFixPolicy.ts +9 -3
- package/src/models/ModifyClusterNodePoolRequestManagementUpgradeConfig.ts +12 -6
- package/src/models/ModifyClusterNodePoolRequestNodepoolInfo.ts +4 -2
- package/src/models/ModifyClusterNodePoolRequestScalingGroup.ts +77 -43
- package/src/models/ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions.ts +4 -4
- package/src/models/ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit.ts +2 -2
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +6 -2
- package/src/models/ModifyNodePoolNodeConfigRequestOsConfig.ts +1 -1
- package/src/models/RunClusterCheckRequest.ts +12 -3
- package/src/models/RunClusterInspectRequest.ts +3 -0
- package/src/models/RunClusterInspectResponseBody.ts +9 -0
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsRequest.ts +1 -1
- package/src/models/UnInstallClusterAddonsRequestAddons.ts +4 -4
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterInspectConfigRequest.ts +10 -0
- package/src/models/UpdateClusterInspectConfigResponseBody.ts +3 -0
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +3 -3
- package/src/models/model.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolDetailResponseBodyScalingGroup.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolDetailResponseBodyScalingGroup.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yCAAsC;AACtC,yDAAsD;AACtD,uKAAoK;AACpK,+JAA4J;AAC5J,+BAA4B;AAG5B,MAAa,qDAAsD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolDetailResponseBodyScalingGroup.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolDetailResponseBodyScalingGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
13
13
|
autoMode?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoMode;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The configurations
|
|
16
|
+
* The configurations about auto scaling.
|
|
17
17
|
*/
|
|
18
18
|
autoScaling?: DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling;
|
|
19
19
|
/**
|
|
@@ -25,7 +25,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
25
25
|
interconnectConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The network type of the edge node pool.
|
|
28
|
+
* The network type of the edge node pool. This parameter takes effect only if you set `type` of the node pool to `edge`. Valid values:
|
|
29
|
+
*
|
|
30
|
+
* * `basic`: Internet. Nodes in the node pool communicate with nodes in the cloud over the Internet. Applications deployed on the edge nodes cannot directly access virtual private clouds (VPCs) over the Internet.
|
|
31
|
+
* * `private`: private network. You can connect nodes in the node pool to the cloud by using Express Connect, VPN, or Cloud Enterprise Network (CEN). This greatly improves the quality and security of cloud-edge communication.
|
|
29
32
|
*
|
|
30
33
|
* @example
|
|
31
34
|
* improved
|
|
@@ -33,12 +36,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
33
36
|
interconnectMode?: string;
|
|
34
37
|
/**
|
|
35
38
|
* @remarks
|
|
36
|
-
* The configurations of the cluster
|
|
39
|
+
* The configurations of the cluster.
|
|
37
40
|
*/
|
|
38
41
|
kubernetesConfig?: DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig;
|
|
39
42
|
/**
|
|
40
43
|
* @remarks
|
|
41
|
-
* The
|
|
44
|
+
* The configuration of the managed node pool feature. The configuration takes effect only for ACK Pro managed clusters.
|
|
42
45
|
*/
|
|
43
46
|
management?: DescribeClusterNodePoolsResponseBodyNodepoolsManagement;
|
|
44
47
|
/**
|
|
@@ -61,12 +64,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepools extends $dara
|
|
|
61
64
|
nodepoolInfo?: DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo;
|
|
62
65
|
/**
|
|
63
66
|
* @remarks
|
|
64
|
-
* The configurations of the scaling group.
|
|
67
|
+
* The configurations of the scaling group that is used by the node pool.
|
|
65
68
|
*/
|
|
66
69
|
scalingGroup?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup;
|
|
67
70
|
/**
|
|
68
71
|
* @remarks
|
|
69
|
-
* The status
|
|
72
|
+
* The status of the node pool.
|
|
70
73
|
*/
|
|
71
74
|
status?: DescribeClusterNodePoolsResponseBodyNodepoolsStatus;
|
|
72
75
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepools.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepools.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mIAAgI;AAChI,yIAAsI;AACtI,uJAAoJ;AACpJ,mJAAgJ;AAChJ,uIAAoI;AACpI,uIAAoI;AACpI,2IAAwI;AACxI,2IAAwI;AACxI,+HAA4H;AAC5H,qIAAkI;AAGlI,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepools.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepools.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,6 +4,8 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The maximum bandwidth of the elastic IP address (EIP).
|
|
6
6
|
*
|
|
7
|
+
* Valid values: 1 to 100. Unit: Mbit/s.
|
|
8
|
+
*
|
|
7
9
|
* @example
|
|
8
10
|
* 5
|
|
9
11
|
*/
|
|
@@ -21,10 +23,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
21
23
|
eipInternetChargeType?: string;
|
|
22
24
|
/**
|
|
23
25
|
* @remarks
|
|
24
|
-
*
|
|
26
|
+
* Indicates whether auto scaling is enabled. Valid values:
|
|
25
27
|
*
|
|
26
|
-
* * `true
|
|
27
|
-
* * `false`:
|
|
28
|
+
* * `true`: Auto scaling is enabled for the node pool. When the capacity planning of the cluster cannot meet the requirements of pod scheduling, ACK automatically scales out nodes based on the configured minimum and maximum number of instances. Node instant scaling is enabled by default for clusters that run Kubernetes 1.24 or later. Node auto scaling is enabled for clusters that run Kubernetes 1.24 and earlier. For more information, see [Node auto scaling](https://help.aliyun.com/document_detail/2746785.html).
|
|
29
|
+
* * `false`: does not enable auto scaling. ACK adjusts the number of nodes in the node pool based on the value of the Expected Nodes parameter. The number of nodes is always the same as the value of the Expected Nodes parameter.
|
|
30
|
+
*
|
|
31
|
+
* If you set this parameter to false, other parameters of `auto_scaling` do not take effect.
|
|
28
32
|
*
|
|
29
33
|
* @example
|
|
30
34
|
* true
|
|
@@ -43,7 +47,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
43
47
|
isBondEip?: boolean;
|
|
44
48
|
/**
|
|
45
49
|
* @remarks
|
|
46
|
-
* The maximum number of
|
|
50
|
+
* The maximum number of scalable instances in the node pool. Your existing instances are not included.
|
|
47
51
|
*
|
|
48
52
|
* @example
|
|
49
53
|
* 10
|
|
@@ -51,7 +55,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling ex
|
|
|
51
55
|
maxInstances?: number;
|
|
52
56
|
/**
|
|
53
57
|
* @remarks
|
|
54
|
-
* The minimum number of
|
|
58
|
+
* The minimum number of scalable instances in the node pool, excluding your existing instances.
|
|
55
59
|
*
|
|
56
60
|
* @example
|
|
57
61
|
* 2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;IA2EvF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,eAAe;YAC7B,qBAAqB,EAAE,0BAA0B;YACjD,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,aAAa;YACxB,YAAY,EAAE,eAAe;YAC7B,YAAY,EAAE,eAAe;YAC7B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,qBAAqB,EAAE,QAAQ;YAC/B,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,SAAS;YACpB,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,QAAQ;YACtB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1GD,4HA0GC"}
|
|
@@ -26,20 +26,19 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
26
26
|
cpuPolicy?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The labels
|
|
30
|
-
*
|
|
31
|
-
* * A label is a case-sensitive key-value pair. You can add up to 20 labels.
|
|
32
|
-
* * The key must be unique and can be up to 64 characters in length. The value can be empty and can be up to 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).
|
|
29
|
+
* The node labels.
|
|
33
30
|
*/
|
|
34
31
|
labels?: Tag[];
|
|
35
32
|
/**
|
|
36
33
|
* @remarks
|
|
34
|
+
* The name of the custom node.
|
|
35
|
+
*
|
|
37
36
|
* The custom node name. A custom node name consists of a prefix, an IP substring, and a suffix.
|
|
38
37
|
*
|
|
39
38
|
* * The prefix and suffix can contain multiple parts that are separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). A custom node name must start and end with a digit or lowercase letter.
|
|
40
39
|
* * 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.
|
|
41
40
|
*
|
|
42
|
-
* For 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
|
|
41
|
+
* For 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 will aliyun.com00055test.
|
|
43
42
|
*
|
|
44
43
|
* @example
|
|
45
44
|
* customized,test.,5,.com
|
|
@@ -55,7 +54,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
55
54
|
preUserData?: string;
|
|
56
55
|
/**
|
|
57
56
|
* @remarks
|
|
58
|
-
* The name of the container runtime.
|
|
57
|
+
* The name of the container runtime. The following types of runtime are supported by ACK:
|
|
58
|
+
*
|
|
59
|
+
* * containerd: containerd is the recommended runtime and supports all Kubernetes versions.
|
|
60
|
+
* * Sandboxed-Container.runv: The Sandbox-Container runtime provides improved isolation and supports Kubernetes 1.31 and earlier.
|
|
61
|
+
* * Docker (deprecated): supports Kubernetes 1.22 and earlier.
|
|
59
62
|
*
|
|
60
63
|
* @example
|
|
61
64
|
* docker
|
|
@@ -71,12 +74,15 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConf
|
|
|
71
74
|
runtimeVersion?: string;
|
|
72
75
|
/**
|
|
73
76
|
* @remarks
|
|
74
|
-
* The
|
|
77
|
+
* The taint. Taints can be used together with tolerations to avoid scheduling pods to specified nodes. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
|
|
75
78
|
*/
|
|
76
79
|
taints?: Taint[];
|
|
77
80
|
/**
|
|
78
81
|
* @remarks
|
|
79
|
-
* Specifies whether the nodes are
|
|
82
|
+
* Specifies whether the nodes are unschedulable after a scale-out activity is performed.
|
|
83
|
+
*
|
|
84
|
+
* * true: The node cannot be scheduled.
|
|
85
|
+
* * false: The node can be scheduled.
|
|
80
86
|
*
|
|
81
87
|
* @example
|
|
82
88
|
* true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+BAA4B;AAC5B,mCAAgC;AAGhC,MAAa,6DAA8D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+BAA4B;AAC5B,mCAAgC;AAGhC,MAAa,6DAA8D,SAAQ,KAAK,CAAC,KAAK;IA+F5F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,aAAa;YACzB,SAAS,EAAE,YAAY;YACvB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,gBAAgB;YAC9B,WAAW,EAAE,eAAe;YAC5B,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,iBAAiB;YACjC,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,QAAQ,EAAE,WAAW;SACtB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,SAAS;YACrB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,SAAG,EAAE;YAC5C,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,aAAK,EAAE;YAC9C,aAAa,EAAE,SAAS;YACxB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1ID,sIA0IC"}
|
|
@@ -22,7 +22,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
22
22
|
autoRepairPolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* Specifies whether to enable auto
|
|
25
|
+
* Specifies whether to enable auto node upgrade. This parameter takes effect only if `enable` is set to true.
|
|
26
|
+
*
|
|
27
|
+
* * `true`: Auto update is enabled.
|
|
28
|
+
* * `false`: Auto update is disabled.
|
|
26
29
|
*
|
|
27
30
|
* @example
|
|
28
31
|
* true
|
|
@@ -35,7 +38,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagement ext
|
|
|
35
38
|
autoUpgradePolicy?: DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy;
|
|
36
39
|
/**
|
|
37
40
|
* @remarks
|
|
38
|
-
*
|
|
41
|
+
* Indicates whether auto Common Vulnerabilities and Exposures (CVE) patching is enabled. This parameter takes effect only when `enable=true` is specified.
|
|
42
|
+
*
|
|
43
|
+
* * `true`: enables auto CVE patching.
|
|
44
|
+
* * `true`: disables auto CVE patching.
|
|
39
45
|
*
|
|
40
46
|
* @example
|
|
41
47
|
* true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagement.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagement.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uKAAoK;AACpK,yKAAsK;AACtK,uKAAoK;AACpK,iKAA8J;AAG9J,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagement.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagement.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uKAAoK;AACpK,yKAAsK;AACtK,uKAAoK;AACpK,iKAA8J;AAG9J,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAiEtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,aAAa;YACzB,gBAAgB,EAAE,oBAAoB;YACtC,WAAW,EAAE,cAAc;YAC3B,iBAAiB,EAAE,qBAAqB;YACxC,UAAU,EAAE,cAAc;YAC1B,gBAAgB,EAAE,qBAAqB;YACvC,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,gBAAgB;SAChC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,SAAS;YACrB,gBAAgB,EAAE,iJAAuE;YACzF,WAAW,EAAE,SAAS;YACtB,iBAAiB,EAAE,mJAAwE;YAC3F,UAAU,EAAE,SAAS;YACrB,gBAAgB,EAAE,iJAAuE;YACzF,MAAM,EAAE,SAAS;YACjB,aAAa,EAAE,2IAAoE;SACpF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,gBAAgB,IAAI,OAAQ,IAAI,CAAC,gBAAwB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzF,IAAI,CAAC,gBAAwB,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,iBAAiB,IAAI,OAAQ,IAAI,CAAC,iBAAyB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3F,IAAI,CAAC,iBAAyB,CAAC,QAAQ,EAAE,CAAC;QAC7C,CAAC;QACD,IAAG,IAAI,CAAC,gBAAgB,IAAI,OAAQ,IAAI,CAAC,gBAAwB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzF,IAAI,CAAC,gBAAwB,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9GD,0HA8GC"}
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.d.ts
CHANGED
|
@@ -2,7 +2,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Specifies whether to allow node restart.
|
|
5
|
+
* Specifies whether to allow node restart. This parameter takes effect only when `auto_repair=true` is specified.
|
|
6
|
+
*
|
|
7
|
+
* * `true`: allows node restart.
|
|
8
|
+
* * `false`: does not allow node restart.
|
|
6
9
|
*
|
|
7
10
|
* @example
|
|
8
11
|
* true
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uEAAwE,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoRepairPolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uEAAwE,SAAQ,KAAK,CAAC,KAAK;IAYtG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,cAAc;SAC5B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,SAAS;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,0JA+BC"}
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.d.ts
CHANGED
|
@@ -2,7 +2,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Specifies whether to allow auto
|
|
5
|
+
* Specifies whether to allow the auto upgrade of the kubelet. This parameter takes effect only if `auto_upgrade` is set to true. Valid values:
|
|
6
|
+
*
|
|
7
|
+
* * `true`: allows the auto upgrade of the kubelet.
|
|
8
|
+
* * `false`: no.
|
|
6
9
|
*
|
|
7
10
|
* @example
|
|
8
11
|
* true
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wEAAyE,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoUpgradePolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wEAAyE,SAAQ,KAAK,CAAC,KAAK;IAYvG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,sBAAsB;SAC3C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,SAAS;SAC9B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,4JA+BC"}
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.d.ts
CHANGED
|
@@ -2,7 +2,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Specifies whether to allow node restart.
|
|
5
|
+
* Specifies whether to allow node restart. This parameter takes effect only if `auto_vul_fix` is set to true. Valid values:
|
|
6
|
+
*
|
|
7
|
+
* * `true`: allows node restart.
|
|
8
|
+
* * `false`: does not allow node restart.
|
|
6
9
|
*
|
|
7
10
|
* @example
|
|
8
11
|
* true
|
|
@@ -12,6 +15,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementAuto
|
|
|
12
15
|
* @remarks
|
|
13
16
|
* The severity level of CVEs that can be automatically patched. Multiple severity levels are separated by commas (,).
|
|
14
17
|
*
|
|
18
|
+
* * `asap`: high.
|
|
19
|
+
* * `later`: medium.
|
|
20
|
+
* * `nntf`: low.
|
|
21
|
+
*
|
|
15
22
|
* @example
|
|
16
23
|
* asap,nntf
|
|
17
24
|
*/
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uEAAwE,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementAutoVulFixPolicy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uEAAwE,SAAQ,KAAK,CAAC,KAAK;IAwBtG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,WAAW;SACtB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,0JA6CC"}
|
package/dist/models/DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgr
|
|
|
23
23
|
maxUnavailable?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The number of
|
|
26
|
+
* The number of nodes that are temporarily added to the node pool during an auto update. You must specify this parameter or `surge_percentage`.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* 5
|
|
@@ -10,10 +10,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
10
10
|
created?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Indicates whether the node pool is a default node pool. An Container Service for Kubernetes (ACK) cluster usually has only one default node pool. Valid values:
|
|
14
14
|
*
|
|
15
|
-
* * `true
|
|
16
|
-
* * `false`:
|
|
15
|
+
* * `true`: The node pool is a default node pool.
|
|
16
|
+
* * `false`: The node pool is a non-default node pool.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* true
|
|
@@ -23,8 +23,6 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
23
23
|
* @remarks
|
|
24
24
|
* The name of the node pool.
|
|
25
25
|
*
|
|
26
|
-
* The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
|
|
27
|
-
*
|
|
28
26
|
* @example
|
|
29
27
|
* default-nodepool
|
|
30
28
|
*/
|
|
@@ -57,8 +55,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo e
|
|
|
57
55
|
* @remarks
|
|
58
56
|
* The type of node pool. Valid values:
|
|
59
57
|
*
|
|
60
|
-
* * `
|
|
61
|
-
* * `
|
|
58
|
+
* * `ess`: regular node pool, which supports the managed node pool feature and the auto scaling feature.
|
|
59
|
+
* * `edge`: edge node pool
|
|
60
|
+
* * `lingjun`: Lingjun node pool.
|
|
62
61
|
*
|
|
63
62
|
* @example
|
|
64
63
|
* ess
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;IAwExF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,YAAY;YACvB,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,aAAa;YACzB,QAAQ,EAAE,WAAW;YACrB,eAAe,EAAE,mBAAmB;YACpC,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,SAAS;YACpB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzGD,8HAyGC"}
|
|
@@ -18,20 +18,20 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
18
18
|
autoRenew?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The auto-renewal period. Valid
|
|
21
|
+
* The auto-renewal period. Valid value:
|
|
22
22
|
*
|
|
23
|
-
* * Valid values when PeriodUnit is set to Week: 1, 2, and 3
|
|
23
|
+
* * Valid values when PeriodUnit is set to Week: 1, 2, and 3.
|
|
24
24
|
* * Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60
|
|
25
25
|
*
|
|
26
|
-
* Default value: 1.
|
|
27
|
-
*
|
|
28
26
|
* @example
|
|
29
27
|
* 0
|
|
30
28
|
*/
|
|
31
29
|
autoRenewPeriod?: number;
|
|
32
30
|
/**
|
|
33
31
|
* @remarks
|
|
34
|
-
*
|
|
32
|
+
* This parameter is deprecated.
|
|
33
|
+
*
|
|
34
|
+
* Use security_hardening_os instead.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* false
|
|
@@ -73,7 +73,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
73
73
|
desiredSize?: number;
|
|
74
74
|
/**
|
|
75
75
|
* @remarks
|
|
76
|
-
* The custom image
|
|
76
|
+
* The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
|
|
77
77
|
*
|
|
78
78
|
* @example
|
|
79
79
|
* aliyun_2_1903_x64_20G_alibase_20200529.vhd
|
|
@@ -81,7 +81,18 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
81
81
|
imageId?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The type of the
|
|
84
|
+
* The type of the OS image.
|
|
85
|
+
*
|
|
86
|
+
* * `AliyunLinux`: Alibaba Cloud Linux 2.
|
|
87
|
+
* * `AliyunLinuxSecurity`: Alibaba Cloud Linux 2 (UEFI).
|
|
88
|
+
* * `AliyunLinux3`: Alibaba Cloud Linux 3
|
|
89
|
+
* * `AliyunLinux3Arm64`: Alibaba Cloud Linux 3 (ARM).
|
|
90
|
+
* * `AliyunLinux3Security`: Alibaba Cloud Linux 3 (UEFI).
|
|
91
|
+
* * `CentOS`: CentOS.
|
|
92
|
+
* * `Windows`: Windows.
|
|
93
|
+
* * `WindowsCore`: Windows Core.
|
|
94
|
+
* * `ContainerOS`: ContainerOS.
|
|
95
|
+
* * `AliyunLinux3ContainerOptimized`: Alibaba Cloud Linux 3 Container-optimized.
|
|
85
96
|
*
|
|
86
97
|
* @example
|
|
87
98
|
* AliyunLinux
|
|
@@ -100,7 +111,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
100
111
|
instanceChargeType?: string;
|
|
101
112
|
/**
|
|
102
113
|
* @remarks
|
|
103
|
-
* The
|
|
114
|
+
* The attribute configurations of the instance.
|
|
104
115
|
*/
|
|
105
116
|
instancePatterns?: InstancePatterns[];
|
|
106
117
|
/**
|
|
@@ -113,7 +124,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
113
124
|
instanceTypes?: string[];
|
|
114
125
|
/**
|
|
115
126
|
* @remarks
|
|
116
|
-
* The
|
|
127
|
+
* The metering method of the public IP address.
|
|
128
|
+
*
|
|
129
|
+
* * PayByBandwidth: pay-by-data-transfer.
|
|
130
|
+
* * PayByTraffic: pay-by-data-transfer.
|
|
117
131
|
*
|
|
118
132
|
* @example
|
|
119
133
|
* PayByBandwidth
|
|
@@ -139,7 +153,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
139
153
|
keyPair?: string;
|
|
140
154
|
/**
|
|
141
155
|
* @remarks
|
|
142
|
-
*
|
|
156
|
+
* Indicates whether a non-root user can log on to an Elastic Compute Service (ECS) instance added to the node pool.
|
|
157
|
+
*
|
|
158
|
+
* * true: Logs in as a non-root user (ecs-user).
|
|
159
|
+
* * false: Logs in as the root user.
|
|
143
160
|
*
|
|
144
161
|
* @example
|
|
145
162
|
* true
|
|
@@ -191,9 +208,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
191
208
|
onDemandPercentageAboveBaseCapacity?: number;
|
|
192
209
|
/**
|
|
193
210
|
* @remarks
|
|
194
|
-
* The subscription duration of the nodes in the node pool. This parameter
|
|
211
|
+
* The subscription duration of the nodes in the node pool. This parameter is available and required only when `instance_charge_type` is set to `PrePaid`.
|
|
195
212
|
*
|
|
196
|
-
* If `period_unit` is set to
|
|
213
|
+
* * If `period_unit` is set to Week, the valid values of `period` are 1, 2, 3, and 4.
|
|
214
|
+
* * If `period_unit` is set to Month, the valid values of `period` are 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.
|
|
197
215
|
*
|
|
198
216
|
* @example
|
|
199
217
|
* 1
|
|
@@ -201,9 +219,10 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
201
219
|
period?: number;
|
|
202
220
|
/**
|
|
203
221
|
* @remarks
|
|
204
|
-
* The billing cycle of the nodes in the node pool. This parameter
|
|
222
|
+
* The billing cycle of the nodes in the node pool. This parameter is required if you set `instance_charge_type` to `PrePaid`. Valid values:
|
|
205
223
|
*
|
|
206
|
-
*
|
|
224
|
+
* * `Month`: The subscription duration is measured in months.
|
|
225
|
+
* * `Week`: The subscription duration is measured in weeks.
|
|
207
226
|
*
|
|
208
227
|
* @example
|
|
209
228
|
* Month
|
|
@@ -211,7 +230,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
211
230
|
periodUnit?: string;
|
|
212
231
|
/**
|
|
213
232
|
* @remarks
|
|
214
|
-
*
|
|
233
|
+
* This parameter is deprecated.
|
|
234
|
+
*
|
|
235
|
+
* The OS distribution that is used. Valid values:
|
|
215
236
|
*
|
|
216
237
|
* * `CentOS`
|
|
217
238
|
* * `AliyunLinux`
|
|
@@ -269,7 +290,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
269
290
|
scalingPolicy?: string;
|
|
270
291
|
/**
|
|
271
292
|
* @remarks
|
|
272
|
-
*
|
|
293
|
+
* This parameter is deprecated.
|
|
294
|
+
*
|
|
295
|
+
* The ID of the security group to which the node pool is added. If the node pool is added to multiple security groups, the first ID in the value of `security_group_ids` is returned.
|
|
273
296
|
*
|
|
274
297
|
* @example
|
|
275
298
|
* sg-2ze1iuk12m2sb4c4****
|
|
@@ -282,8 +305,11 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
282
305
|
securityGroupIds?: string[];
|
|
283
306
|
/**
|
|
284
307
|
* @remarks
|
|
285
|
-
* Alibaba Cloud
|
|
286
|
-
*
|
|
308
|
+
* Indicates whether Alibaba Cloud Linux Security Hardening is enabled. Valid values:
|
|
309
|
+
*
|
|
310
|
+
* * `true`: Alibaba Cloud Linux Security Hardening is enabled.
|
|
311
|
+
* * `false`: Alibaba Cloud Linux Security Hardening is disabled.
|
|
312
|
+
*
|
|
287
313
|
* Default value: `false`.
|
|
288
314
|
*
|
|
289
315
|
* @example
|
|
@@ -338,7 +364,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
338
364
|
spotStrategy?: string;
|
|
339
365
|
/**
|
|
340
366
|
* @remarks
|
|
341
|
-
* Specifies whether to enable
|
|
367
|
+
* Specifies whether to enable the burst feature for the system disk. Valid values:
|
|
368
|
+
*
|
|
369
|
+
* * true: enables the burst feature.
|
|
370
|
+
* * false: disables the burst feature.
|
|
371
|
+
*
|
|
372
|
+
* This parameter is effective only when `system_disk_category` is set to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
342
373
|
*
|
|
343
374
|
* @example
|
|
344
375
|
* true
|
|
@@ -346,7 +377,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
346
377
|
systemDiskBurstingEnabled?: boolean;
|
|
347
378
|
/**
|
|
348
379
|
* @remarks
|
|
349
|
-
* The categories of system disks. The system creates system disks of a disk category with a lower priority if the disk category with a higher priority is unavailable.
|
|
380
|
+
* The categories of system disks. The system creates system disks of a disk category with a lower priority if the disk category with a higher priority is unavailable.
|
|
350
381
|
*/
|
|
351
382
|
systemDiskCategories?: string[];
|
|
352
383
|
/**
|
|
@@ -355,6 +386,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
355
386
|
*
|
|
356
387
|
* * `cloud_efficiency`: ultra disk
|
|
357
388
|
* * `cloud_ssd`: SSD
|
|
389
|
+
* * `cloud_essd`: Enterprise ESSD (ESSD).
|
|
390
|
+
* * `cloud_auto`: ESSD AutoPL disk.
|
|
391
|
+
* * `cloud_essd_entry`: ESSD Entry disk.
|
|
358
392
|
*
|
|
359
393
|
* @example
|
|
360
394
|
* cloud_efficiency
|
|
@@ -362,7 +396,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
362
396
|
systemDiskCategory?: string;
|
|
363
397
|
/**
|
|
364
398
|
* @remarks
|
|
365
|
-
* The encryption algorithm that is used to encrypt the system disk.
|
|
399
|
+
* The encryption algorithm that is used to encrypt the system disk. The value is aes-256.
|
|
366
400
|
*
|
|
367
401
|
* @example
|
|
368
402
|
* aes-256
|
|
@@ -389,7 +423,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
389
423
|
systemDiskKmsKeyId?: string;
|
|
390
424
|
/**
|
|
391
425
|
* @remarks
|
|
392
|
-
* The performance level (PL) of the system disk. This parameter takes effect only for an ESSD.
|
|
426
|
+
* The performance level (PL) of the system disk. This parameter takes effect only for an ESSD. You can specify a higher PL if you increase the size of a data disk. For more information, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
|
|
427
|
+
*
|
|
428
|
+
* * PL0: moderate maximum concurrent I/O performance and low I/O latency.
|
|
429
|
+
* * PL1: moderate maximum concurrent I/O performance and low I/O latency.
|
|
430
|
+
* * PL2: high maximum concurrent I/O performance and low I/O latency.
|
|
431
|
+
* * PL3: ultra-high maximum concurrent I/O performance and ultra-low I/O latency.
|
|
393
432
|
*
|
|
394
433
|
* @example
|
|
395
434
|
* PL1
|
|
@@ -405,9 +444,9 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
405
444
|
systemDiskProvisionedIops?: number;
|
|
406
445
|
/**
|
|
407
446
|
* @remarks
|
|
408
|
-
* The size of the system disk
|
|
447
|
+
* The size of the system disk in GiB.
|
|
409
448
|
*
|
|
410
|
-
* Valid values: 20 to
|
|
449
|
+
* Valid values: 20 to 2048.
|
|
411
450
|
*
|
|
412
451
|
* @example
|
|
413
452
|
* 120
|
|
@@ -415,16 +454,12 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
415
454
|
systemDiskSize?: number;
|
|
416
455
|
/**
|
|
417
456
|
* @remarks
|
|
418
|
-
* The
|
|
419
|
-
*
|
|
420
|
-
* The key must be unique and cannot exceed 128 characters in length. The key and value must not start with aliyun or acs: or contain https:// or http://.
|
|
457
|
+
* The label to be added to the ECS instances.
|
|
421
458
|
*/
|
|
422
459
|
tags?: Tag[];
|
|
423
460
|
/**
|
|
424
461
|
* @remarks
|
|
425
|
-
* The vSwitch IDs.
|
|
426
|
-
*
|
|
427
|
-
* > To ensure high availability, we recommend that you select vSwitches in different zones.
|
|
462
|
+
* The vSwitch IDs.
|
|
428
463
|
*/
|
|
429
464
|
vswitchIds?: string[];
|
|
430
465
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yCAAsC;AACtC,yDAAsD;AACtD,+KAA4K;AAC5K,uKAAoK;AACpK,+BAA4B;AAG5B,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.js","sourceRoot":"","sources":["../../src/models/DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup.ts"],"names":[],"mappings":"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"}
|