@alicloud/cs20151215 6.6.4 → 6.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +220 -124
- package/dist/client.js +247 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +491 -284
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +464 -214
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +396 -233
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +353 -216
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +277 -183
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/RunNodeOperationRequest.d.ts +22 -0
- package/dist/models/RunNodeOperationRequest.js +63 -0
- package/dist/models/RunNodeOperationRequest.js.map +1 -0
- package/dist/models/RunNodeOperationResponse.d.ts +19 -0
- package/dist/models/RunNodeOperationResponse.js +69 -0
- package/dist/models/RunNodeOperationResponse.js.map +1 -0
- package/dist/models/RunNodeOperationResponseBody.d.ts +28 -0
- package/dist/models/RunNodeOperationResponseBody.js +62 -0
- package/dist/models/RunNodeOperationResponseBody.js.map +1 -0
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +251 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +493 -284
- package/src/models/CreateClusterNodePoolResponseBody.ts +1 -1
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +466 -214
- package/src/models/DescribeClusterNodePoolsRequest.ts +1 -1
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +398 -233
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +356 -217
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +279 -183
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/RunNodeOperationRequest.ts +40 -0
- package/src/models/RunNodeOperationResponse.ts +40 -0
- package/src/models/RunNodeOperationResponseBody.ts +45 -0
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
- package/src/models/model.ts +3 -0
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateClusterResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* Cluster ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cb95aa626a47740afbf6aa099b650****
|
|
@@ -13,18 +13,18 @@ export class CreateClusterResponseBody extends $dara.Model {
|
|
|
13
13
|
clusterId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* Request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
|
-
* 687C5BAA-D103-4993-884B-
|
|
19
|
+
* 687C5BAA-D103-4993-884B-C35E4314****
|
|
20
20
|
*/
|
|
21
21
|
requestId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
*
|
|
24
|
+
* Task ID.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
|
-
* T-
|
|
27
|
+
* T-5a54309c80282e39ea****
|
|
28
28
|
*/
|
|
29
29
|
taskId?: string;
|
|
30
30
|
static names(): { [key: string]: string } {
|
|
@@ -8,7 +8,7 @@ export class DeleteClusterNodepoolResponseBody extends $dara.Model {
|
|
|
8
8
|
* The request ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
|
-
* 7263C978-3DBD-4E06-B319-
|
|
11
|
+
* 7263C978-3DBD-4E06-B319-793B38******
|
|
12
12
|
*/
|
|
13
13
|
requestId?: string;
|
|
14
14
|
/**
|
|
@@ -16,7 +16,7 @@ export class DeleteClusterNodepoolResponseBody extends $dara.Model {
|
|
|
16
16
|
* task IDs
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
|
-
* T-
|
|
19
|
+
* T-655ace947e0e6603af******
|
|
20
20
|
*/
|
|
21
21
|
taskId?: string;
|
|
22
22
|
static names(): { [key: string]: string } {
|
|
@@ -8,7 +8,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
|
|
|
8
8
|
* The cluster ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
|
-
*
|
|
11
|
+
* c104d5d5f301c4e2a8ee578c37******
|
|
12
12
|
*/
|
|
13
13
|
clusterId?: string;
|
|
14
14
|
/**
|
|
@@ -16,7 +16,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
|
|
|
16
16
|
* The request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
|
-
* A9891419-D125-4D89-AFCA-
|
|
19
|
+
* A9891419-D125-4D89-AFCA-688466******
|
|
20
20
|
*/
|
|
21
21
|
requestId?: string;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ export class DeleteClusterNodesResponseBody extends $dara.Model {
|
|
|
24
24
|
* The ID of the task.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
|
-
* T-
|
|
27
|
+
* T-60fea8ad2e27000ae9******
|
|
28
28
|
*/
|
|
29
29
|
taskId?: string;
|
|
30
30
|
static names(): { [key: string]: string } {
|
|
@@ -5,10 +5,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteClusterRequestDeleteOptions extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The deletion policy for the specified type
|
|
8
|
+
* The deletion policy for the specified resource type. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - delete: Deletes the resources.
|
|
11
|
+
*
|
|
12
|
+
* - retain: Retains the resources.
|
|
12
13
|
*
|
|
13
14
|
* @example
|
|
14
15
|
* delete
|
|
@@ -16,13 +17,17 @@ export class DeleteClusterRequestDeleteOptions extends $dara.Model {
|
|
|
16
17
|
deleteMode?: string;
|
|
17
18
|
/**
|
|
18
19
|
* @remarks
|
|
19
|
-
* The type of
|
|
20
|
+
* The type of resource. Valid values:
|
|
21
|
+
*
|
|
22
|
+
* - SLB: the SLB resources created for Services. These resources are deleted by default, but you can choose to retain them.
|
|
23
|
+
*
|
|
24
|
+
* - ALB: the ALB resources created by the ALB Ingress controller. These resources are retained by default, but you can choose to delete them.
|
|
25
|
+
*
|
|
26
|
+
* - SLS_Data: the SLS project used for cluster logs. This resource is retained by default, but you can choose to delete it.
|
|
20
27
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* * SLS_ControlPlane: Simple Log Service projects used to store the logs of control planes in ACK managed clusters. By default, the Simple Log Service projects are retained.
|
|
25
|
-
* * PrivateZone: PrivateZone resources created by ACK Serverless clusters. By default, the PrivateZone resources are retained.
|
|
28
|
+
* - SLS_ControlPlane: the SLS project used for control plane logs in a managed cluster. This resource is retained by default, but you can choose to delete it.
|
|
29
|
+
*
|
|
30
|
+
* - PrivateZone: the PrivateZone resource created by an ACK Serverless cluster. This resource is retained by default, but you can choose to delete it.
|
|
26
31
|
*
|
|
27
32
|
* @example
|
|
28
33
|
* SLS_Data
|
|
@@ -54,17 +59,19 @@ export class DeleteClusterRequestDeleteOptions extends $dara.Model {
|
|
|
54
59
|
export class DeleteClusterRequest extends $dara.Model {
|
|
55
60
|
/**
|
|
56
61
|
* @remarks
|
|
57
|
-
* The
|
|
62
|
+
* The options for deleting the resources that are associated with the cluster.
|
|
58
63
|
*/
|
|
59
64
|
deleteOptions?: DeleteClusterRequestDeleteOptions[];
|
|
60
65
|
/**
|
|
61
66
|
* @remarks
|
|
62
|
-
*
|
|
67
|
+
* Whether to retain SLB resources. Valid values:
|
|
68
|
+
*
|
|
69
|
+
* - `true`: Retains the SLB resources that are created for the cluster.
|
|
63
70
|
*
|
|
64
|
-
*
|
|
65
|
-
* * `false`: does not retain the SLB instances that are created by the cluster.
|
|
71
|
+
* - `false`: Does not retain the SLB resources that are created for the cluster.
|
|
66
72
|
*
|
|
67
|
-
* Default value: `false`.
|
|
73
|
+
* Default value: `false`.
|
|
74
|
+
* Use the `delete_options` parameter to manage `SLB` resources instead.
|
|
68
75
|
*
|
|
69
76
|
* @example
|
|
70
77
|
* false
|
|
@@ -74,10 +81,11 @@ export class DeleteClusterRequest extends $dara.Model {
|
|
|
74
81
|
keepSlb?: boolean;
|
|
75
82
|
/**
|
|
76
83
|
* @remarks
|
|
77
|
-
*
|
|
84
|
+
* Whether to retain all associated resources. If you set this parameter to `true`, the `retain_resources` parameter is ignored, and all cloud resources that are created with the cluster and can be queried by calling `DescribeClusterResources` are retained. If you set this parameter to `false`, note that resources that are configured to be retained by default in the `delete_options` parameter are still retained. To delete these resources, you must explicitly set the `delete_mode` parameter to `delete` for them in `delete_options`.
|
|
85
|
+
*
|
|
86
|
+
* - `true`: Retains all associated cloud resources that are created with the cluster.
|
|
78
87
|
*
|
|
79
|
-
*
|
|
80
|
-
* * `false`: does not retain all resources. Resources to be retained by default in the `delete_options` parameter are retained. For example, `ALB` instances are retained when this parameter is set to `false`.
|
|
88
|
+
* - `false`: Does not retain all associated cloud resources. Resources that are configured to be retained by default in the `delete_options` parameter, such as `ALB`, are still retained when this parameter is set to `false`.
|
|
81
89
|
*
|
|
82
90
|
* Default value: `false`.
|
|
83
91
|
*
|
|
@@ -87,7 +95,7 @@ export class DeleteClusterRequest extends $dara.Model {
|
|
|
87
95
|
retainAllResources?: boolean;
|
|
88
96
|
/**
|
|
89
97
|
* @remarks
|
|
90
|
-
* The
|
|
98
|
+
* The IDs of resources to retain when the cluster is deleted.
|
|
91
99
|
*/
|
|
92
100
|
retainResources?: string[];
|
|
93
101
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteClusterResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The cluster ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cb95aa626a47740afbf6aa099b650****
|
|
@@ -21,7 +21,7 @@ export class DeleteClusterResponseBody extends $dara.Model {
|
|
|
21
21
|
requestId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The ID
|
|
24
|
+
* The task ID.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* T-5a54309c80282e39ea****
|
|
@@ -5,17 +5,19 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteClusterShrinkRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The options for deleting the resources that are associated with the cluster.
|
|
9
9
|
*/
|
|
10
10
|
deleteOptionsShrink?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Whether to retain SLB resources. Valid values:
|
|
14
14
|
*
|
|
15
|
-
*
|
|
16
|
-
* * `false`: does not retain the SLB instances that are created by the cluster.
|
|
15
|
+
* - `true`: Retains the SLB resources that are created for the cluster.
|
|
17
16
|
*
|
|
18
|
-
*
|
|
17
|
+
* - `false`: Does not retain the SLB resources that are created for the cluster.
|
|
18
|
+
*
|
|
19
|
+
* Default value: `false`.
|
|
20
|
+
* Use the `delete_options` parameter to manage `SLB` resources instead.
|
|
19
21
|
*
|
|
20
22
|
* @example
|
|
21
23
|
* false
|
|
@@ -25,10 +27,11 @@ export class DeleteClusterShrinkRequest extends $dara.Model {
|
|
|
25
27
|
keepSlb?: boolean;
|
|
26
28
|
/**
|
|
27
29
|
* @remarks
|
|
28
|
-
*
|
|
30
|
+
* Whether to retain all associated resources. If you set this parameter to `true`, the `retain_resources` parameter is ignored, and all cloud resources that are created with the cluster and can be queried by calling `DescribeClusterResources` are retained. If you set this parameter to `false`, note that resources that are configured to be retained by default in the `delete_options` parameter are still retained. To delete these resources, you must explicitly set the `delete_mode` parameter to `delete` for them in `delete_options`.
|
|
31
|
+
*
|
|
32
|
+
* - `true`: Retains all associated cloud resources that are created with the cluster.
|
|
29
33
|
*
|
|
30
|
-
*
|
|
31
|
-
* * `false`: does not retain all resources. Resources to be retained by default in the `delete_options` parameter are retained. For example, `ALB` instances are retained when this parameter is set to `false`.
|
|
34
|
+
* - `false`: Does not retain all associated cloud resources. Resources that are configured to be retained by default in the `delete_options` parameter, such as `ALB`, are still retained when this parameter is set to `false`.
|
|
32
35
|
*
|
|
33
36
|
* Default value: `false`.
|
|
34
37
|
*
|
|
@@ -38,7 +41,7 @@ export class DeleteClusterShrinkRequest extends $dara.Model {
|
|
|
38
41
|
retainAllResources?: boolean;
|
|
39
42
|
/**
|
|
40
43
|
* @remarks
|
|
41
|
-
* The
|
|
44
|
+
* The IDs of resources to retain when the cluster is deleted.
|
|
42
45
|
*/
|
|
43
46
|
retainResourcesShrink?: string;
|
|
44
47
|
static names(): { [key: string]: string } {
|
|
@@ -5,10 +5,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeployPolicyInstanceRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The action
|
|
8
|
+
* The governance action. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - `deny`: Denies deployments that violate the rule.
|
|
11
|
+
*
|
|
12
|
+
* - `warn`: Generates an alert for deployments that violate the rule.
|
|
12
13
|
*
|
|
13
14
|
* @example
|
|
14
15
|
* deny
|
|
@@ -16,15 +17,15 @@ export class DeployPolicyInstanceRequest extends $dara.Model {
|
|
|
16
17
|
action?: string;
|
|
17
18
|
/**
|
|
18
19
|
* @remarks
|
|
19
|
-
* The namespaces
|
|
20
|
+
* The namespaces where the policy applies. If you omit this parameter, the policy applies to all namespaces.
|
|
20
21
|
*/
|
|
21
22
|
namespaces?: string[];
|
|
22
23
|
/**
|
|
23
24
|
* @remarks
|
|
24
|
-
*
|
|
25
|
+
* For details on the parameters supported by each policy governance rule, see [Container security policy rules](https://www.alibabacloud.com/help/doc-detail/359819.html).
|
|
25
26
|
*
|
|
26
27
|
* @example
|
|
27
|
-
* {"
|
|
28
|
+
* { "repos": [ "registry-vpc.cn-hangzhou.aliyuncs.com/acs/", "registry.cn-hangzhou.aliyuncs.com/acs/" ] }
|
|
28
29
|
*/
|
|
29
30
|
parameters?: { [key: string]: any };
|
|
30
31
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeployPolicyInstanceResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The names of the deployed policy instances.
|
|
9
9
|
*/
|
|
10
10
|
instances?: string[];
|
|
11
11
|
static names(): { [key: string]: string } {
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DescribeAutoRepairPolicyResponseBodyRulesIncidents extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The incident name.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* Node.FaultNeedReboot.HOST
|
|
9
12
|
*/
|
|
10
13
|
name?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The incident type.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* system
|
|
14
20
|
*/
|
|
@@ -38,11 +44,17 @@ export class DescribeAutoRepairPolicyResponseBodyRulesIncidents extends $dara.Mo
|
|
|
38
44
|
|
|
39
45
|
export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionApprovedLabel extends $dara.Model {
|
|
40
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* The label\\"s `key`.
|
|
49
|
+
*
|
|
41
50
|
* @example
|
|
42
51
|
* k8s.aliyun.com/incident
|
|
43
52
|
*/
|
|
44
53
|
key?: string;
|
|
45
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* The label\\"s value.
|
|
57
|
+
*
|
|
46
58
|
* @example
|
|
47
59
|
* approved
|
|
48
60
|
*/
|
|
@@ -72,11 +84,17 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
|
|
|
72
84
|
|
|
73
85
|
export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionInquiringLabel extends $dara.Model {
|
|
74
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The label key.
|
|
89
|
+
*
|
|
75
90
|
* @example
|
|
76
91
|
* k8s.aliyun.com/incident
|
|
77
92
|
*/
|
|
78
93
|
key?: string;
|
|
79
94
|
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* The label value.
|
|
97
|
+
*
|
|
80
98
|
* @example
|
|
81
99
|
* inquiring
|
|
82
100
|
*/
|
|
@@ -105,14 +123,28 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
|
|
|
105
123
|
}
|
|
106
124
|
|
|
107
125
|
export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureIntervention extends $dara.Model {
|
|
126
|
+
/**
|
|
127
|
+
* @remarks
|
|
128
|
+
* The label you add to a node to approve a repair action. When ACK detects this label, it proceeds with the current repair step. After the action is complete, ACK automatically removes both the inquiring and approved labels. If you do not add this label promptly, the repair procedure is paused, and the node may remain unhealthy.
|
|
129
|
+
*/
|
|
108
130
|
approvedLabel?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionApprovedLabel;
|
|
109
131
|
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* Specifies whether to enable manual approval.
|
|
134
|
+
*
|
|
110
135
|
* @example
|
|
111
136
|
* true
|
|
112
137
|
*/
|
|
113
138
|
enable?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* When a repair procedure reaches this step, ACK applies this label to the affected node and pauses until you grant approval.
|
|
142
|
+
*/
|
|
114
143
|
inquiringLabel?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventionInquiringLabel;
|
|
115
144
|
/**
|
|
145
|
+
* @remarks
|
|
146
|
+
* The manual approval type.
|
|
147
|
+
*
|
|
116
148
|
* @example
|
|
117
149
|
* label
|
|
118
150
|
*/
|
|
@@ -151,9 +183,20 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureInterventio
|
|
|
151
183
|
}
|
|
152
184
|
|
|
153
185
|
export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure extends $dara.Model {
|
|
186
|
+
/**
|
|
187
|
+
* @remarks
|
|
188
|
+
* The configuration parameters for the repair action.
|
|
189
|
+
*/
|
|
154
190
|
config?: { [key: string]: any };
|
|
191
|
+
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* The manual approval configuration.
|
|
194
|
+
*/
|
|
155
195
|
intervention?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedureIntervention;
|
|
156
196
|
/**
|
|
197
|
+
* @remarks
|
|
198
|
+
* The name of the repair action.
|
|
199
|
+
*
|
|
157
200
|
* @example
|
|
158
201
|
* QuarantineGPU
|
|
159
202
|
*/
|
|
@@ -190,7 +233,15 @@ export class DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure extends $d
|
|
|
190
233
|
}
|
|
191
234
|
|
|
192
235
|
export class DescribeAutoRepairPolicyResponseBodyRules extends $dara.Model {
|
|
236
|
+
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* The detected incidents that trigger the rule.
|
|
239
|
+
*/
|
|
193
240
|
incidents?: DescribeAutoRepairPolicyResponseBodyRulesIncidents[];
|
|
241
|
+
/**
|
|
242
|
+
* @remarks
|
|
243
|
+
* The repair procedure, which contains a list of repair actions.
|
|
244
|
+
*/
|
|
194
245
|
repairProcedure?: DescribeAutoRepairPolicyResponseBodyRulesRepairProcedure[];
|
|
195
246
|
static names(): { [key: string]: string } {
|
|
196
247
|
return {
|
|
@@ -223,26 +274,46 @@ export class DescribeAutoRepairPolicyResponseBodyRules extends $dara.Model {
|
|
|
223
274
|
|
|
224
275
|
export class DescribeAutoRepairPolicyResponseBody extends $dara.Model {
|
|
225
276
|
/**
|
|
277
|
+
* @remarks
|
|
278
|
+
* The ID of the auto-repair rule.
|
|
279
|
+
*
|
|
226
280
|
* @example
|
|
227
281
|
* r-xxx
|
|
228
282
|
*/
|
|
229
283
|
id?: string;
|
|
230
284
|
/**
|
|
285
|
+
* @remarks
|
|
286
|
+
* The name of the auto-repair rule.
|
|
287
|
+
*
|
|
231
288
|
* @example
|
|
232
289
|
* test
|
|
233
290
|
*/
|
|
234
291
|
name?: string;
|
|
292
|
+
/**
|
|
293
|
+
* @remarks
|
|
294
|
+
* The IDs of resources affected by the auto-repair rule.
|
|
295
|
+
*/
|
|
235
296
|
resourceIds?: string[];
|
|
236
297
|
/**
|
|
298
|
+
* @remarks
|
|
299
|
+
* The subtype of the resource affected by the auto-repair rule.
|
|
300
|
+
*
|
|
237
301
|
* @example
|
|
238
302
|
* ess
|
|
239
303
|
*/
|
|
240
304
|
resourceSubType?: string;
|
|
241
305
|
/**
|
|
306
|
+
* @remarks
|
|
307
|
+
* The resource type affected by the auto-repair rule.
|
|
308
|
+
*
|
|
242
309
|
* @example
|
|
243
310
|
* nodepool
|
|
244
311
|
*/
|
|
245
312
|
resourceType?: string;
|
|
313
|
+
/**
|
|
314
|
+
* @remarks
|
|
315
|
+
* The list of rules.
|
|
316
|
+
*/
|
|
246
317
|
rules?: DescribeAutoRepairPolicyResponseBodyRules[];
|
|
247
318
|
static names(): { [key: string]: string } {
|
|
248
319
|
return {
|
|
@@ -5,11 +5,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The CPU architecture of the node.
|
|
8
|
+
* The CPU architecture of the node. Supported CPU architectures include `amd64`, `arm`, and `arm64`.
|
|
9
9
|
*
|
|
10
10
|
* Default value: `amd64`.
|
|
11
11
|
*
|
|
12
|
-
* >
|
|
12
|
+
* > This parameter is required if the cluster is a managed edge cluster.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* amd64
|
|
@@ -17,7 +17,7 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
|
17
17
|
arch?: string;
|
|
18
18
|
/**
|
|
19
19
|
* @remarks
|
|
20
|
-
* The
|
|
20
|
+
* The Unix timestamp that indicates when the generated token expires. For example, the timestamp 1739980800 corresponds to 00:00:00 on February 20, 2025 (UTC).
|
|
21
21
|
*
|
|
22
22
|
* @example
|
|
23
23
|
* 1740037333
|
|
@@ -25,17 +25,19 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
|
25
25
|
expired?: number;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* Specifies whether to mount data
|
|
28
|
+
* Specifies whether to mount a data disk to the instance and store containers and images on the data disk when you manually add an existing instance to the cluster. Valid values:
|
|
29
29
|
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* - `true`: Mounts the data disk to the instance. The original data on the data disk will be erased. Back up your data before you proceed.
|
|
31
|
+
*
|
|
32
|
+
* - `false`: Does not mount the data disk to the instance.
|
|
32
33
|
*
|
|
33
34
|
* Default value: `false`.
|
|
34
35
|
*
|
|
35
|
-
*
|
|
36
|
+
* Data disk mounting rules:
|
|
37
|
+
*
|
|
38
|
+
* - If an ECS instance has data disks attached and the last data disk is uninitialized, the system automatically formats that disk to ext4 and uses it to store content for `/var/lib/docker` and `/var/lib/kubelet`.
|
|
36
39
|
*
|
|
37
|
-
*
|
|
38
|
-
* * If no data disk is mounted to the ECS instance, the system does not purchase a new data disk.
|
|
40
|
+
* - If no data disk is attached to the ECS instance, the system does not mount a new data disk.
|
|
39
41
|
*
|
|
40
42
|
* @example
|
|
41
43
|
* false
|
|
@@ -43,10 +45,11 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
|
43
45
|
formatDisk?: boolean;
|
|
44
46
|
/**
|
|
45
47
|
* @remarks
|
|
46
|
-
* Specifies whether to retain the name
|
|
48
|
+
* Specifies whether to retain the instance name when the instance is added to the cluster. If you do not retain the instance name, the system renames the instance to use the `worker-k8s-for-cs-<clusterid>` format. Valid values:
|
|
49
|
+
*
|
|
50
|
+
* - `true`: Retains the instance name.
|
|
47
51
|
*
|
|
48
|
-
*
|
|
49
|
-
* * `false`: does not retain the instance name.
|
|
52
|
+
* - `false`: Does not retain the instance name. The system renames the instance based on a system rule.
|
|
50
53
|
*
|
|
51
54
|
* Default value: `true`.
|
|
52
55
|
*
|
|
@@ -56,9 +59,9 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
|
56
59
|
keepInstanceName?: boolean;
|
|
57
60
|
/**
|
|
58
61
|
* @remarks
|
|
59
|
-
* The
|
|
62
|
+
* The node pool ID. You can add the node to a specific node pool.
|
|
60
63
|
*
|
|
61
|
-
* >
|
|
64
|
+
* > If you do not specify a node pool ID, the node is added to the default node pool.
|
|
62
65
|
*
|
|
63
66
|
* @example
|
|
64
67
|
* np1c9229d9be2d432c93f77a88fca0****
|
|
@@ -67,17 +70,17 @@ export class DescribeClusterAttachScriptsRequest extends $dara.Model {
|
|
|
67
70
|
oneTimeToken?: boolean;
|
|
68
71
|
/**
|
|
69
72
|
* @remarks
|
|
70
|
-
* The
|
|
73
|
+
* The configuration parameters for node attachment.
|
|
71
74
|
*
|
|
72
|
-
* >
|
|
75
|
+
* > This parameter is required if the cluster is a managed edge cluster.
|
|
73
76
|
*
|
|
74
77
|
* @example
|
|
75
|
-
* {
|
|
78
|
+
* {"enableIptables": true,"manageRuntime": true,"quiet": true,"allowedClusterAddons": ["kube-proxy","flannel","coredns"]}
|
|
76
79
|
*/
|
|
77
80
|
options?: string;
|
|
78
81
|
/**
|
|
79
82
|
* @remarks
|
|
80
|
-
*
|
|
83
|
+
* If you specify a list of RDS instances, the system automatically adds the ECS instances of the cluster nodes to the access whitelists of the specified RDS instances.
|
|
81
84
|
*/
|
|
82
85
|
rdsInstances?: string[];
|
|
83
86
|
static names(): { [key: string]: string } {
|