@alicloud/cs20151215 6.5.2 → 6.6.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 +48 -30
- package/dist/client.js +99 -30
- package/dist/client.js.map +1 -1
- package/dist/models/Addon.d.ts +16 -1
- package/dist/models/Addon.js.map +1 -1
- package/dist/models/ContainerdConfig.d.ts +8 -0
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +0 -51
- package/dist/models/CreateAutoRepairPolicyRequest.js +1 -55
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateTemplateResponseBody.d.ts +1 -1
- package/dist/models/DataDisk.d.ts +71 -0
- package/dist/models/DataDisk.js.map +1 -1
- package/dist/models/DeleteAlertContactResponse.d.ts +0 -24
- package/dist/models/DeleteAlertContactResponse.js.map +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +1 -52
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js +2 -56
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAddonMetadataRequest.d.ts +7 -0
- package/dist/models/DescribeClusterAddonMetadataRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +2 -0
- package/dist/models/DescribeClusterEventsRequest.js +4 -0
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +1 -0
- package/dist/models/DescribeClusterEventsResponseBody.js +2 -0
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterTasksRequest.d.ts +2 -0
- package/dist/models/DescribeClusterTasksRequest.js +4 -0
- package/dist/models/DescribeClusterTasksRequest.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +1 -0
- package/dist/models/DescribeClusterTasksResponseBody.js +2 -0
- package/dist/models/DescribeClusterTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +2 -0
- package/dist/models/DescribeEventsForRegionRequest.js +4 -0
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +1 -0
- package/dist/models/DescribeEventsForRegionResponseBody.js +2 -0
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +2 -0
- package/dist/models/DescribeEventsRequest.js +4 -0
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +8 -4
- package/dist/models/DescribeEventsResponseBody.js +2 -0
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsRequest.d.ts +27 -0
- package/dist/models/DescribeRegionsRequest.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +17 -0
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/InstallNodePoolComponentsRequest.d.ts +34 -0
- package/dist/models/InstallNodePoolComponentsRequest.js.map +1 -1
- package/dist/models/InstallNodePoolComponentsResponseBody.d.ts +9 -0
- package/dist/models/InstallNodePoolComponentsResponseBody.js.map +1 -1
- package/dist/models/InstancePatterns.d.ts +77 -0
- package/dist/models/InstancePatterns.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +127 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +1 -52
- package/dist/models/ListAutoRepairPoliciesResponseBody.js +2 -56
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterAddonInstanceResourcesResponseBody.d.ts +35 -0
- package/dist/models/ListClusterAddonInstanceResourcesResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +3 -3
- package/dist/models/MaintenanceWindow.d.ts +31 -1
- package/dist/models/MaintenanceWindow.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +0 -51
- package/dist/models/ModifyAutoRepairPolicyRequest.js +1 -55
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/Nodepool.d.ts +508 -10
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/Runtime.d.ts +14 -0
- package/dist/models/Runtime.js.map +1 -1
- package/dist/models/Tag.d.ts +6 -0
- package/dist/models/Tag.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +1 -1
- package/dist/models/Taint.d.ts +15 -0
- package/dist/models/Taint.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +1 -1
- package/dist/models/UpdateKmsencryptionRequest.d.ts +39 -0
- package/dist/models/UpdateKmsencryptionRequest.js +60 -0
- package/dist/models/UpdateKmsencryptionRequest.js.map +1 -0
- package/dist/models/UpdateKmsencryptionResponse.d.ts +17 -0
- package/dist/models/UpdateKmsencryptionResponse.js +63 -0
- package/dist/models/UpdateKmsencryptionResponse.js.map +1 -0
- package/dist/models/UpdateNodePoolComponentRequest.d.ts +35 -0
- package/dist/models/UpdateNodePoolComponentRequest.js.map +1 -1
- package/dist/models/UpdateNodePoolComponentResponseBody.d.ts +6 -0
- package/dist/models/UpdateNodePoolComponentResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +2 -8
- package/dist/models/model.js +50 -62
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +111 -30
- package/src/models/Addon.ts +16 -1
- package/src/models/ContainerdConfig.ts +8 -0
- package/src/models/CreateAutoRepairPolicyRequest.ts +0 -87
- package/src/models/CreateTemplateResponseBody.ts +1 -1
- package/src/models/DataDisk.ts +71 -0
- package/src/models/DeleteAlertContactResponse.ts +0 -24
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +2 -89
- package/src/models/DescribeClusterAddonMetadataRequest.ts +7 -0
- package/src/models/DescribeClusterEventsRequest.ts +6 -0
- package/src/models/DescribeClusterEventsResponseBody.ts +3 -0
- package/src/models/DescribeClusterTasksRequest.ts +6 -0
- package/src/models/DescribeClusterTasksResponseBody.ts +3 -0
- package/src/models/DescribeEventsForRegionRequest.ts +6 -0
- package/src/models/DescribeEventsForRegionResponseBody.ts +3 -0
- package/src/models/DescribeEventsRequest.ts +6 -0
- package/src/models/DescribeEventsResponseBody.ts +10 -4
- package/src/models/DescribeRegionsRequest.ts +27 -0
- package/src/models/DescribeRegionsResponseBody.ts +17 -0
- package/src/models/InstallNodePoolComponentsRequest.ts +34 -0
- package/src/models/InstallNodePoolComponentsResponseBody.ts +9 -0
- package/src/models/InstancePatterns.ts +77 -0
- package/src/models/KubeletConfig.ts +127 -0
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +2 -89
- package/src/models/ListClusterAddonInstanceResourcesResponseBody.ts +35 -0
- package/src/models/ListTagResourcesResponseBody.ts +3 -3
- package/src/models/MaintenanceWindow.ts +31 -1
- package/src/models/ModifyAutoRepairPolicyRequest.ts +0 -87
- package/src/models/Nodepool.ts +508 -10
- package/src/models/Runtime.ts +14 -0
- package/src/models/Tag.ts +6 -0
- package/src/models/TagResourcesResponseBody.ts +1 -1
- package/src/models/Taint.ts +15 -0
- package/src/models/UntagResourcesResponseBody.ts +1 -1
- package/src/models/UpdateKmsencryptionRequest.ts +54 -0
- package/src/models/UpdateKmsencryptionResponse.ts +33 -0
- package/src/models/UpdateNodePoolComponentRequest.ts +35 -0
- package/src/models/UpdateNodePoolComponentResponseBody.ts +6 -0
- package/src/models/model.ts +2 -8
package/dist/client.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
}, endpoint: string): string;
|
|
11
11
|
/**
|
|
12
|
-
* Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster.
|
|
12
|
+
* Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
|
|
13
13
|
*
|
|
14
14
|
* @param request - AttachInstancesRequest
|
|
15
15
|
* @param headers - map
|
|
@@ -20,7 +20,7 @@ export default class Client extends OpenApi {
|
|
|
20
20
|
[key: string]: string;
|
|
21
21
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.AttachInstancesResponse>;
|
|
22
22
|
/**
|
|
23
|
-
* Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster.
|
|
23
|
+
* Adds existing Elastic Compute Service (ECS) instances to a Container Service for Kubernetes (ACK) cluster. When you need to add an ECS instance as a worker node to an ACK cluster or re-add a worker node to the cluster, you can call this operation.
|
|
24
24
|
*
|
|
25
25
|
* @param request - AttachInstancesRequest
|
|
26
26
|
* @returns AttachInstancesResponse
|
|
@@ -83,7 +83,7 @@ export default class Client extends OpenApi {
|
|
|
83
83
|
*/
|
|
84
84
|
cancelComponentUpgrade(clusterId: string, componentId: string): Promise<$_model.CancelComponentUpgradeResponse>;
|
|
85
85
|
/**
|
|
86
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
86
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\\\\\\\\\&M plan.
|
|
87
87
|
*
|
|
88
88
|
* @param headers - map
|
|
89
89
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -93,7 +93,7 @@ export default class Client extends OpenApi {
|
|
|
93
93
|
[key: string]: string;
|
|
94
94
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CancelOperationPlanResponse>;
|
|
95
95
|
/**
|
|
96
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
96
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\\\\\\\\\&M plan.
|
|
97
97
|
* @returns CancelOperationPlanResponse
|
|
98
98
|
*/
|
|
99
99
|
cancelOperationPlan(planId: string): Promise<$_model.CancelOperationPlanResponse>;
|
|
@@ -204,7 +204,7 @@ export default class Client extends OpenApi {
|
|
|
204
204
|
*/
|
|
205
205
|
cleanUserPermissions(Uid: string, request: $_model.CleanUserPermissionsRequest): Promise<$_model.CleanUserPermissionsResponse>;
|
|
206
206
|
/**
|
|
207
|
-
*
|
|
207
|
+
* Creates an auto-repair policy.
|
|
208
208
|
*
|
|
209
209
|
* @param request - CreateAutoRepairPolicyRequest
|
|
210
210
|
* @param headers - map
|
|
@@ -215,7 +215,7 @@ export default class Client extends OpenApi {
|
|
|
215
215
|
[key: string]: string;
|
|
216
216
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAutoRepairPolicyResponse>;
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
* Creates an auto-repair policy.
|
|
219
219
|
*
|
|
220
220
|
* @param request - CreateAutoRepairPolicyRequest
|
|
221
221
|
* @returns CreateAutoRepairPolicyResponse
|
|
@@ -312,7 +312,7 @@ export default class Client extends OpenApi {
|
|
|
312
312
|
*/
|
|
313
313
|
createClusterInspectConfig(clusterId: string, request: $_model.CreateClusterInspectConfigRequest): Promise<$_model.CreateClusterInspectConfigResponse>;
|
|
314
314
|
/**
|
|
315
|
-
* Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O
|
|
315
|
+
* Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
|
|
316
316
|
*
|
|
317
317
|
* @param request - CreateClusterNodePoolRequest
|
|
318
318
|
* @param headers - map
|
|
@@ -323,7 +323,7 @@ export default class Client extends OpenApi {
|
|
|
323
323
|
[key: string]: string;
|
|
324
324
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateClusterNodePoolResponse>;
|
|
325
325
|
/**
|
|
326
|
-
* Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O
|
|
326
|
+
* Creates a node pool for a Container Service for Kubernetes (ACK) cluster. You can use node pools to facilitate node management. For example, you can schedule, configure, or maintain nodes by node pool, and enable auto scaling for a node pool. We recommend that you use a managed node pool, which can help automate specific O\\\\\\\\\\\\&M tasks for nodes, such as Common Vulnerabilities and Exposures (CVE) patching and node repair. This reduces your O\\\\\\\\\\\\&M workload.
|
|
327
327
|
*
|
|
328
328
|
* @param request - CreateClusterNodePoolRequest
|
|
329
329
|
* @returns CreateClusterNodePoolResponse
|
|
@@ -488,7 +488,7 @@ export default class Client extends OpenApi {
|
|
|
488
488
|
*/
|
|
489
489
|
deleteClusterInspectConfig(clusterId: string): Promise<$_model.DeleteClusterInspectConfigResponse>;
|
|
490
490
|
/**
|
|
491
|
-
*
|
|
491
|
+
* Deletes unused node pools. Deleting a node pool terminates all pods on its nodes, which triggers pod rescheduling. Insufficient cluster resources may cause scheduling failures and business impact.
|
|
492
492
|
*
|
|
493
493
|
* @param request - DeleteClusterNodepoolRequest
|
|
494
494
|
* @param headers - map
|
|
@@ -499,7 +499,7 @@ export default class Client extends OpenApi {
|
|
|
499
499
|
[key: string]: string;
|
|
500
500
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteClusterNodepoolResponse>;
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* Deletes unused node pools. Deleting a node pool terminates all pods on its nodes, which triggers pod rescheduling. Insufficient cluster resources may cause scheduling failures and business impact.
|
|
503
503
|
*
|
|
504
504
|
* @param request - DeleteClusterNodepoolRequest
|
|
505
505
|
* @returns DeleteClusterNodepoolResponse
|
|
@@ -997,7 +997,7 @@ export default class Client extends OpenApi {
|
|
|
997
997
|
*/
|
|
998
998
|
describeClusterVuls(clusterId: string): Promise<$_model.DescribeClusterVulsResponse>;
|
|
999
999
|
/**
|
|
1000
|
-
* Queries all
|
|
1000
|
+
* Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
|
|
1001
1001
|
*
|
|
1002
1002
|
* @deprecated OpenAPI DescribeClusters is deprecated
|
|
1003
1003
|
*
|
|
@@ -1010,7 +1010,7 @@ export default class Client extends OpenApi {
|
|
|
1010
1010
|
[key: string]: string;
|
|
1011
1011
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeClustersResponse>;
|
|
1012
1012
|
/**
|
|
1013
|
-
* Queries all
|
|
1013
|
+
* Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
|
|
1014
1014
|
*
|
|
1015
1015
|
* @deprecated OpenAPI DescribeClusters is deprecated
|
|
1016
1016
|
*
|
|
@@ -1233,7 +1233,7 @@ export default class Client extends OpenApi {
|
|
|
1233
1233
|
*/
|
|
1234
1234
|
describePolicyInstancesStatus(clusterId: string): Promise<$_model.DescribePolicyInstancesStatusResponse>;
|
|
1235
1235
|
/**
|
|
1236
|
-
*
|
|
1236
|
+
* Queries the list of available regions.
|
|
1237
1237
|
*
|
|
1238
1238
|
* @param request - DescribeRegionsRequest
|
|
1239
1239
|
* @param headers - map
|
|
@@ -1244,7 +1244,7 @@ export default class Client extends OpenApi {
|
|
|
1244
1244
|
[key: string]: string;
|
|
1245
1245
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
|
|
1246
1246
|
/**
|
|
1247
|
-
*
|
|
1247
|
+
* Queries the list of available regions.
|
|
1248
1248
|
*
|
|
1249
1249
|
* @param request - DescribeRegionsRequest
|
|
1250
1250
|
* @returns DescribeRegionsResponse
|
|
@@ -1600,7 +1600,7 @@ export default class Client extends OpenApi {
|
|
|
1600
1600
|
*/
|
|
1601
1601
|
getUpgradeStatus(ClusterId: string): Promise<$_model.GetUpgradeStatusResponse>;
|
|
1602
1602
|
/**
|
|
1603
|
-
*
|
|
1603
|
+
* By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
|
|
1604
1604
|
*
|
|
1605
1605
|
* @remarks
|
|
1606
1606
|
* If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](https://help.aliyun.com/document_detail/119035.html).
|
|
@@ -1615,7 +1615,7 @@ export default class Client extends OpenApi {
|
|
|
1615
1615
|
[key: string]: string;
|
|
1616
1616
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GrantPermissionsResponse>;
|
|
1617
1617
|
/**
|
|
1618
|
-
*
|
|
1618
|
+
* By default, RAM users or roles who aren\\"t cluster creators and haven\\"t been granted full cluster permissions have no RBAC permissions in the cluster. You can call this interface to update RBAC access permissions for RAM users/roles, including accessible resources, permission scopes, and preset roles, for enhanced security control on resources in Container Service for Kubernetes (ACK) clusters.
|
|
1619
1619
|
*
|
|
1620
1620
|
* @remarks
|
|
1621
1621
|
* If you use a Resource Access Management (RAM) account to call this operation, make sure it has permissions to modify cluster authorization information for other RAM users or RAM roles. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` error code is returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](https://help.aliyun.com/document_detail/119035.html).
|
|
@@ -1626,7 +1626,7 @@ export default class Client extends OpenApi {
|
|
|
1626
1626
|
*/
|
|
1627
1627
|
grantPermissions(uid: string, request: $_model.GrantPermissionsRequest): Promise<$_model.GrantPermissionsResponse>;
|
|
1628
1628
|
/**
|
|
1629
|
-
*
|
|
1629
|
+
* Installs a component by specifying the name and version of the component. To enhance Kubernetes capabilities, you can install a variety of components in Container Service for Kubernetes (ACK) clusters, such as fully-managed core components and application, logging and monitoring, network, storage, and security group components.
|
|
1630
1630
|
*
|
|
1631
1631
|
* @param request - InstallClusterAddonsRequest
|
|
1632
1632
|
* @param headers - map
|
|
@@ -1637,14 +1637,14 @@ export default class Client extends OpenApi {
|
|
|
1637
1637
|
[key: string]: string;
|
|
1638
1638
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.InstallClusterAddonsResponse>;
|
|
1639
1639
|
/**
|
|
1640
|
-
*
|
|
1640
|
+
* Installs a component by specifying the name and version of the component. To enhance Kubernetes capabilities, you can install a variety of components in Container Service for Kubernetes (ACK) clusters, such as fully-managed core components and application, logging and monitoring, network, storage, and security group components.
|
|
1641
1641
|
*
|
|
1642
1642
|
* @param request - InstallClusterAddonsRequest
|
|
1643
1643
|
* @returns InstallClusterAddonsResponse
|
|
1644
1644
|
*/
|
|
1645
1645
|
installClusterAddons(ClusterId: string, request: $_model.InstallClusterAddonsRequest): Promise<$_model.InstallClusterAddonsResponse>;
|
|
1646
1646
|
/**
|
|
1647
|
-
*
|
|
1647
|
+
* Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
|
|
1648
1648
|
*
|
|
1649
1649
|
* @param request - InstallNodePoolComponentsRequest
|
|
1650
1650
|
* @param headers - map
|
|
@@ -1655,7 +1655,7 @@ export default class Client extends OpenApi {
|
|
|
1655
1655
|
[key: string]: string;
|
|
1656
1656
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.InstallNodePoolComponentsResponse>;
|
|
1657
1657
|
/**
|
|
1658
|
-
*
|
|
1658
|
+
* Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
|
|
1659
1659
|
*
|
|
1660
1660
|
* @param request - InstallNodePoolComponentsRequest
|
|
1661
1661
|
* @returns InstallNodePoolComponentsResponse
|
|
@@ -1680,7 +1680,7 @@ export default class Client extends OpenApi {
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
listAddons(request: $_model.ListAddonsRequest): Promise<$_model.ListAddonsResponse>;
|
|
1682
1682
|
/**
|
|
1683
|
-
*
|
|
1683
|
+
* List auto-repair policies.
|
|
1684
1684
|
*
|
|
1685
1685
|
* @param headers - map
|
|
1686
1686
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1690,12 +1690,12 @@ export default class Client extends OpenApi {
|
|
|
1690
1690
|
[key: string]: string;
|
|
1691
1691
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAutoRepairPoliciesResponse>;
|
|
1692
1692
|
/**
|
|
1693
|
-
*
|
|
1693
|
+
* List auto-repair policies.
|
|
1694
1694
|
* @returns ListAutoRepairPoliciesResponse
|
|
1695
1695
|
*/
|
|
1696
1696
|
listAutoRepairPolicies(clusterId: string): Promise<$_model.ListAutoRepairPoliciesResponse>;
|
|
1697
1697
|
/**
|
|
1698
|
-
*
|
|
1698
|
+
* Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
|
|
1699
1699
|
*
|
|
1700
1700
|
* @param headers - map
|
|
1701
1701
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1705,7 +1705,7 @@ export default class Client extends OpenApi {
|
|
|
1705
1705
|
[key: string]: string;
|
|
1706
1706
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListClusterAddonInstanceResourcesResponse>;
|
|
1707
1707
|
/**
|
|
1708
|
-
*
|
|
1708
|
+
* Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
|
|
1709
1709
|
* @returns ListClusterAddonInstanceResourcesResponse
|
|
1710
1710
|
*/
|
|
1711
1711
|
listClusterAddonInstanceResources(clusterId: string, instanceName: string): Promise<$_model.ListClusterAddonInstanceResourcesResponse>;
|
|
@@ -2406,7 +2406,7 @@ export default class Client extends OpenApi {
|
|
|
2406
2406
|
*/
|
|
2407
2407
|
syncClusterNodePool(ClusterId: string): Promise<$_model.SyncClusterNodePoolResponse>;
|
|
2408
2408
|
/**
|
|
2409
|
-
* You can add labels in key-value pairs to clusters. This allows cluster developers or O
|
|
2409
|
+
* You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
|
|
2410
2410
|
*
|
|
2411
2411
|
* @param request - TagResourcesRequest
|
|
2412
2412
|
* @param headers - map
|
|
@@ -2417,7 +2417,7 @@ export default class Client extends OpenApi {
|
|
|
2417
2417
|
[key: string]: string;
|
|
2418
2418
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
|
|
2419
2419
|
/**
|
|
2420
|
-
* You can add labels in key-value pairs to clusters. This allows cluster developers or O
|
|
2420
|
+
* You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
|
|
2421
2421
|
*
|
|
2422
2422
|
* @param request - TagResourcesRequest
|
|
2423
2423
|
* @returns TagResourcesResponse
|
|
@@ -2564,7 +2564,25 @@ export default class Client extends OpenApi {
|
|
|
2564
2564
|
*/
|
|
2565
2565
|
updateK8sClusterUserConfigExpire(ClusterId: string, request: $_model.UpdateK8sClusterUserConfigExpireRequest): Promise<$_model.UpdateK8sClusterUserConfigExpireResponse>;
|
|
2566
2566
|
/**
|
|
2567
|
-
*
|
|
2567
|
+
* Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
|
|
2568
|
+
*
|
|
2569
|
+
* @param request - UpdateKMSEncryptionRequest
|
|
2570
|
+
* @param headers - map
|
|
2571
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2572
|
+
* @returns UpdateKMSEncryptionResponse
|
|
2573
|
+
*/
|
|
2574
|
+
updateKMSEncryptionWithOptions(ClusterId: string, request: $_model.UpdateKMSEncryptionRequest, headers: {
|
|
2575
|
+
[key: string]: string;
|
|
2576
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKMSEncryptionResponse>;
|
|
2577
|
+
/**
|
|
2578
|
+
* Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
|
|
2579
|
+
*
|
|
2580
|
+
* @param request - UpdateKMSEncryptionRequest
|
|
2581
|
+
* @returns UpdateKMSEncryptionResponse
|
|
2582
|
+
*/
|
|
2583
|
+
updateKMSEncryption(ClusterId: string, request: $_model.UpdateKMSEncryptionRequest): Promise<$_model.UpdateKMSEncryptionResponse>;
|
|
2584
|
+
/**
|
|
2585
|
+
* Updates a specific component within a node pool, such as the kubelet.
|
|
2568
2586
|
*
|
|
2569
2587
|
* @param request - UpdateNodePoolComponentRequest
|
|
2570
2588
|
* @param headers - map
|
|
@@ -2575,7 +2593,7 @@ export default class Client extends OpenApi {
|
|
|
2575
2593
|
[key: string]: string;
|
|
2576
2594
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateNodePoolComponentResponse>;
|
|
2577
2595
|
/**
|
|
2578
|
-
*
|
|
2596
|
+
* Updates a specific component within a node pool, such as the kubelet.
|
|
2579
2597
|
*
|
|
2580
2598
|
* @param request - UpdateNodePoolComponentRequest
|
|
2581
2599
|
* @returns UpdateNodePoolComponentResponse
|
|
@@ -2618,7 +2636,7 @@ export default class Client extends OpenApi {
|
|
|
2618
2636
|
*/
|
|
2619
2637
|
updateTemplate(TemplateId: string, request: $_model.UpdateTemplateRequest): Promise<$_model.UpdateTemplateResponse>;
|
|
2620
2638
|
/**
|
|
2621
|
-
*
|
|
2639
|
+
* In a Container Service for Kubernetes (ACK) cluster, non-cluster creators, Resource Access Management (RAM) users, and RAM roles do not have any Role-Based Access Control (RBAC) permissions in the cluster by default. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
|
|
2622
2640
|
*
|
|
2623
2641
|
* @remarks
|
|
2624
2642
|
* *Precautions**:
|
|
@@ -2633,7 +2651,7 @@ export default class Client extends OpenApi {
|
|
|
2633
2651
|
[key: string]: string;
|
|
2634
2652
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUserPermissionsResponse>;
|
|
2635
2653
|
/**
|
|
2636
|
-
*
|
|
2654
|
+
* In a Container Service for Kubernetes (ACK) cluster, non-cluster creators, Resource Access Management (RAM) users, and RAM roles do not have any Role-Based Access Control (RBAC) permissions in the cluster by default. You can call this operation to specify the resources that can be accessed, permission scope, and predefined roles. This helps you better manage the access control on resources in ACK clusters.
|
|
2637
2655
|
*
|
|
2638
2656
|
* @remarks
|
|
2639
2657
|
* *Precautions**:
|