@alicloud/cs20151215 4.0.7 → 4.0.9

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 CHANGED
@@ -2260,6 +2260,7 @@ export declare class DescribeKubernetesVersionMetadataRequest extends $tea.Model
2260
2260
  kubernetesVersion?: string;
2261
2261
  mode?: string;
2262
2262
  profile?: string;
2263
+ queryUpgradableVersion?: boolean;
2263
2264
  region?: string;
2264
2265
  runtime?: string;
2265
2266
  static names(): {
@@ -6312,6 +6313,7 @@ export declare class DescribeKubernetesVersionMetadataResponseBody extends $tea.
6312
6313
  releaseDate?: string;
6313
6314
  expirationDate?: string;
6314
6315
  creatable?: boolean;
6316
+ upgradableVersions?: string[];
6315
6317
  static names(): {
6316
6318
  [key: string]: string;
6317
6319
  };
@@ -7326,916 +7328,2268 @@ export default class Client extends OpenApi {
7326
7328
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
7327
7329
  [key: string]: string;
7328
7330
  }, endpoint: string): string;
7331
+ /**
7332
+ * @summary You can call the AttachInstances operation to add existing Elastic Compute Service (ECS) instances to a cluster.
7333
+ *
7334
+ * @param request AttachInstancesRequest
7335
+ * @param headers map
7336
+ * @param runtime runtime options for this request RuntimeOptions
7337
+ * @return AttachInstancesResponse
7338
+ */
7329
7339
  attachInstancesWithOptions(ClusterId: string, request: AttachInstancesRequest, headers: {
7330
7340
  [key: string]: string;
7331
7341
  }, runtime: $Util.RuntimeOptions): Promise<AttachInstancesResponse>;
7342
+ /**
7343
+ * @summary You can call the AttachInstances operation to add existing Elastic Compute Service (ECS) instances to a cluster.
7344
+ *
7345
+ * @param request AttachInstancesRequest
7346
+ * @return AttachInstancesResponse
7347
+ */
7332
7348
  attachInstances(ClusterId: string, request: AttachInstancesRequest): Promise<AttachInstancesResponse>;
7349
+ /**
7350
+ * @summary You can call the AttachInstancesToNodePool operation to add existing nodes to a node pool.
7351
+ *
7352
+ * @param request AttachInstancesToNodePoolRequest
7353
+ * @param headers map
7354
+ * @param runtime runtime options for this request RuntimeOptions
7355
+ * @return AttachInstancesToNodePoolResponse
7356
+ */
7333
7357
  attachInstancesToNodePoolWithOptions(ClusterId: string, NodepoolId: string, request: AttachInstancesToNodePoolRequest, headers: {
7334
7358
  [key: string]: string;
7335
7359
  }, runtime: $Util.RuntimeOptions): Promise<AttachInstancesToNodePoolResponse>;
7360
+ /**
7361
+ * @summary You can call the AttachInstancesToNodePool operation to add existing nodes to a node pool.
7362
+ *
7363
+ * @param request AttachInstancesToNodePoolRequest
7364
+ * @return AttachInstancesToNodePoolResponse
7365
+ */
7336
7366
  attachInstancesToNodePool(ClusterId: string, NodepoolId: string, request: AttachInstancesToNodePoolRequest): Promise<AttachInstancesToNodePoolResponse>;
7337
7367
  /**
7338
- * @deprecated
7339
- *
7340
- * @param headers map
7341
- * @param runtime runtime options for this request RuntimeOptions
7342
- * @return CancelClusterUpgradeResponse
7368
+ * @deprecated OpenAPI CancelClusterUpgrade is deprecated
7369
+ *
7370
+ * @summary You can call the CancelClusterUpgrade operation to cancel the update of a cluster.
7371
+ *
7372
+ * @param headers map
7373
+ * @param runtime runtime options for this request RuntimeOptions
7374
+ * @return CancelClusterUpgradeResponse
7343
7375
  */
7344
7376
  cancelClusterUpgradeWithOptions(ClusterId: string, headers: {
7345
7377
  [key: string]: string;
7346
7378
  }, runtime: $Util.RuntimeOptions): Promise<CancelClusterUpgradeResponse>;
7347
7379
  /**
7348
- * @deprecated
7349
- *
7350
- * @return CancelClusterUpgradeResponse
7380
+ * @deprecated OpenAPI CancelClusterUpgrade is deprecated
7381
+ *
7382
+ * @summary You can call the CancelClusterUpgrade operation to cancel the update of a cluster.
7383
+ *
7384
+ * @return CancelClusterUpgradeResponse
7351
7385
  */
7352
7386
  cancelClusterUpgrade(ClusterId: string): Promise<CancelClusterUpgradeResponse>;
7387
+ /**
7388
+ * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
7389
+ *
7390
+ * @param headers map
7391
+ * @param runtime runtime options for this request RuntimeOptions
7392
+ * @return CancelComponentUpgradeResponse
7393
+ */
7353
7394
  cancelComponentUpgradeWithOptions(clusterId: string, componentId: string, headers: {
7354
7395
  [key: string]: string;
7355
7396
  }, runtime: $Util.RuntimeOptions): Promise<CancelComponentUpgradeResponse>;
7397
+ /**
7398
+ * @summary You can call the CancelComponentUpgrade operation to cancel the update of a component.
7399
+ *
7400
+ * @return CancelComponentUpgradeResponse
7401
+ */
7356
7402
  cancelComponentUpgrade(clusterId: string, componentId: string): Promise<CancelComponentUpgradeResponse>;
7403
+ /**
7404
+ * @summary 取消自动运维执行计划
7405
+ *
7406
+ * @param headers map
7407
+ * @param runtime runtime options for this request RuntimeOptions
7408
+ * @return CancelOperationPlanResponse
7409
+ */
7357
7410
  cancelOperationPlanWithOptions(planId: string, headers: {
7358
7411
  [key: string]: string;
7359
7412
  }, runtime: $Util.RuntimeOptions): Promise<CancelOperationPlanResponse>;
7413
+ /**
7414
+ * @summary 取消自动运维执行计划
7415
+ *
7416
+ * @return CancelOperationPlanResponse
7417
+ */
7360
7418
  cancelOperationPlan(planId: string): Promise<CancelOperationPlanResponse>;
7419
+ /**
7420
+ * @summary You can call the CancelTask operation to cancel a task.
7421
+ *
7422
+ * @param headers map
7423
+ * @param runtime runtime options for this request RuntimeOptions
7424
+ * @return CancelTaskResponse
7425
+ */
7361
7426
  cancelTaskWithOptions(taskId: string, headers: {
7362
7427
  [key: string]: string;
7363
7428
  }, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse>;
7429
+ /**
7430
+ * @summary You can call the CancelTask operation to cancel a task.
7431
+ *
7432
+ * @return CancelTaskResponse
7433
+ */
7364
7434
  cancelTask(taskId: string): Promise<CancelTaskResponse>;
7435
+ /**
7436
+ * @summary You can call the CancelWorkflow operation to cancel an ongoing workflow.
7437
+ *
7438
+ * @param request CancelWorkflowRequest
7439
+ * @param headers map
7440
+ * @param runtime runtime options for this request RuntimeOptions
7441
+ * @return CancelWorkflowResponse
7442
+ */
7365
7443
  cancelWorkflowWithOptions(workflowName: string, request: CancelWorkflowRequest, headers: {
7366
7444
  [key: string]: string;
7367
7445
  }, runtime: $Util.RuntimeOptions): Promise<CancelWorkflowResponse>;
7446
+ /**
7447
+ * @summary You can call the CancelWorkflow operation to cancel an ongoing workflow.
7448
+ *
7449
+ * @param request CancelWorkflowRequest
7450
+ * @return CancelWorkflowResponse
7451
+ */
7368
7452
  cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse>;
7453
+ /**
7454
+ * @summary Queries the current log configuration of control plane components, including the log retention period and the log collection component. Container Service for Kubernetes (ACK) managed clusters can collect the logs of control plane components and deliver the logs to projects in Simple Log Service. These control plane components include Kube API Server, Kube Scheduler, Kube Controller Manager, and Cloud Controller Manager.
7455
+ *
7456
+ * @param headers map
7457
+ * @param runtime runtime options for this request RuntimeOptions
7458
+ * @return CheckControlPlaneLogEnableResponse
7459
+ */
7369
7460
  checkControlPlaneLogEnableWithOptions(ClusterId: string, headers: {
7370
7461
  [key: string]: string;
7371
7462
  }, runtime: $Util.RuntimeOptions): Promise<CheckControlPlaneLogEnableResponse>;
7463
+ /**
7464
+ * @summary Queries the current log configuration of control plane components, including the log retention period and the log collection component. Container Service for Kubernetes (ACK) managed clusters can collect the logs of control plane components and deliver the logs to projects in Simple Log Service. These control plane components include Kube API Server, Kube Scheduler, Kube Controller Manager, and Cloud Controller Manager.
7465
+ *
7466
+ * @return CheckControlPlaneLogEnableResponse
7467
+ */
7372
7468
  checkControlPlaneLogEnable(ClusterId: string): Promise<CheckControlPlaneLogEnableResponse>;
7469
+ /**
7470
+ * @summary Creates a scaling configuration to allow the system to scale resources based on the given scaling rules. When you create a scaling configuration, you can specify the scaling metrics, thresholds, scaling order, and scaling interval.
7471
+ *
7472
+ * @param request CreateAutoscalingConfigRequest
7473
+ * @param headers map
7474
+ * @param runtime runtime options for this request RuntimeOptions
7475
+ * @return CreateAutoscalingConfigResponse
7476
+ */
7373
7477
  createAutoscalingConfigWithOptions(ClusterId: string, request: CreateAutoscalingConfigRequest, headers: {
7374
7478
  [key: string]: string;
7375
7479
  }, runtime: $Util.RuntimeOptions): Promise<CreateAutoscalingConfigResponse>;
7480
+ /**
7481
+ * @summary Creates a scaling configuration to allow the system to scale resources based on the given scaling rules. When you create a scaling configuration, you can specify the scaling metrics, thresholds, scaling order, and scaling interval.
7482
+ *
7483
+ * @param request CreateAutoscalingConfigRequest
7484
+ * @return CreateAutoscalingConfigResponse
7485
+ */
7376
7486
  createAutoscalingConfig(ClusterId: string, request: CreateAutoscalingConfigRequest): Promise<CreateAutoscalingConfigResponse>;
7377
7487
  /**
7378
- * This topic describes all parameters for creating an ACK cluster. You can create the following types of ACK clusters.
7379
- * * [Create an ACK managed cluster](~~90776~~)
7380
- * * [Create an ACK dedicated cluster](~~197620~~)
7381
- * * [Create an ACK Serverless cluster](~~144246~~)
7382
- * * [Create an ACK Edge cluster](~~128204~~)
7383
- * * [Create an ACK Basic cluster that supports sandboxed containers](~~196321~~)
7384
- * * [Create an ACK Pro cluster that supports sandboxed containers](~~140623~~)
7385
- *
7386
- * @param request CreateClusterRequest
7387
- * @param headers map
7388
- * @param runtime runtime options for this request RuntimeOptions
7389
- * @return CreateClusterResponse
7488
+ * @summary You can call the CreateCluster operation to create a Container Service for Kubernetes (ACK) cluster. ACK clusters include ACK managed clusters, ACK dedicated clusters, ACK Serverless clusters, ACK Edge clusters, ACK clusters that support sandboxed containers, and registered clusters. For more information about how to create different types of ACK clusters, see the following usage notes.
7489
+ *
7490
+ * @description This topic describes all parameters for creating an ACK cluster. You can create the following types of ACK clusters.
7491
+ * * [Create an ACK managed cluster](https://help.aliyun.com/document_detail/90776.html)
7492
+ * * [Create an ACK dedicated cluster](https://help.aliyun.com/document_detail/197620.html)
7493
+ * * [Create an ACK Serverless cluster](https://help.aliyun.com/document_detail/144246.html)
7494
+ * * [Create an ACK Edge cluster](https://help.aliyun.com/document_detail/128204.html)
7495
+ * * [Create an ACK Basic cluster that supports sandboxed containers](https://help.aliyun.com/document_detail/196321.html)
7496
+ * * [Create an ACK Pro cluster that supports sandboxed containers](https://help.aliyun.com/document_detail/140623.html)
7497
+ *
7498
+ * @param request CreateClusterRequest
7499
+ * @param headers map
7500
+ * @param runtime runtime options for this request RuntimeOptions
7501
+ * @return CreateClusterResponse
7390
7502
  */
7391
7503
  createClusterWithOptions(request: CreateClusterRequest, headers: {
7392
7504
  [key: string]: string;
7393
7505
  }, runtime: $Util.RuntimeOptions): Promise<CreateClusterResponse>;
7394
7506
  /**
7395
- * This topic describes all parameters for creating an ACK cluster. You can create the following types of ACK clusters.
7396
- * * [Create an ACK managed cluster](~~90776~~)
7397
- * * [Create an ACK dedicated cluster](~~197620~~)
7398
- * * [Create an ACK Serverless cluster](~~144246~~)
7399
- * * [Create an ACK Edge cluster](~~128204~~)
7400
- * * [Create an ACK Basic cluster that supports sandboxed containers](~~196321~~)
7401
- * * [Create an ACK Pro cluster that supports sandboxed containers](~~140623~~)
7402
- *
7403
- * @param request CreateClusterRequest
7404
- * @return CreateClusterResponse
7507
+ * @summary You can call the CreateCluster operation to create a Container Service for Kubernetes (ACK) cluster. ACK clusters include ACK managed clusters, ACK dedicated clusters, ACK Serverless clusters, ACK Edge clusters, ACK clusters that support sandboxed containers, and registered clusters. For more information about how to create different types of ACK clusters, see the following usage notes.
7508
+ *
7509
+ * @description This topic describes all parameters for creating an ACK cluster. You can create the following types of ACK clusters.
7510
+ * * [Create an ACK managed cluster](https://help.aliyun.com/document_detail/90776.html)
7511
+ * * [Create an ACK dedicated cluster](https://help.aliyun.com/document_detail/197620.html)
7512
+ * * [Create an ACK Serverless cluster](https://help.aliyun.com/document_detail/144246.html)
7513
+ * * [Create an ACK Edge cluster](https://help.aliyun.com/document_detail/128204.html)
7514
+ * * [Create an ACK Basic cluster that supports sandboxed containers](https://help.aliyun.com/document_detail/196321.html)
7515
+ * * [Create an ACK Pro cluster that supports sandboxed containers](https://help.aliyun.com/document_detail/140623.html)
7516
+ *
7517
+ * @param request CreateClusterRequest
7518
+ * @return CreateClusterResponse
7405
7519
  */
7406
7520
  createCluster(request: CreateClusterRequest): Promise<CreateClusterResponse>;
7521
+ /**
7522
+ * @summary You can call the CreateClusterNodePool operation to create a node pool for a Container Service for Kubernetes (ACK) cluster.
7523
+ *
7524
+ * @param request CreateClusterNodePoolRequest
7525
+ * @param headers map
7526
+ * @param runtime runtime options for this request RuntimeOptions
7527
+ * @return CreateClusterNodePoolResponse
7528
+ */
7407
7529
  createClusterNodePoolWithOptions(ClusterId: string, request: CreateClusterNodePoolRequest, headers: {
7408
7530
  [key: string]: string;
7409
7531
  }, runtime: $Util.RuntimeOptions): Promise<CreateClusterNodePoolResponse>;
7532
+ /**
7533
+ * @summary You can call the CreateClusterNodePool operation to create a node pool for a Container Service for Kubernetes (ACK) cluster.
7534
+ *
7535
+ * @param request CreateClusterNodePoolRequest
7536
+ * @return CreateClusterNodePoolResponse
7537
+ */
7410
7538
  createClusterNodePool(ClusterId: string, request: CreateClusterNodePoolRequest): Promise<CreateClusterNodePoolResponse>;
7539
+ /**
7540
+ * @summary You can call the CreateEdgeMachine operation to activate a cloud-native box.
7541
+ *
7542
+ * @param request CreateEdgeMachineRequest
7543
+ * @param headers map
7544
+ * @param runtime runtime options for this request RuntimeOptions
7545
+ * @return CreateEdgeMachineResponse
7546
+ */
7411
7547
  createEdgeMachineWithOptions(request: CreateEdgeMachineRequest, headers: {
7412
7548
  [key: string]: string;
7413
7549
  }, runtime: $Util.RuntimeOptions): Promise<CreateEdgeMachineResponse>;
7550
+ /**
7551
+ * @summary You can call the CreateEdgeMachine operation to activate a cloud-native box.
7552
+ *
7553
+ * @param request CreateEdgeMachineRequest
7554
+ * @return CreateEdgeMachineResponse
7555
+ */
7414
7556
  createEdgeMachine(request: CreateEdgeMachineRequest): Promise<CreateEdgeMachineResponse>;
7557
+ /**
7558
+ * @summary You can call the CreateKubernetesTrigger operation to create a trigger for an application.
7559
+ *
7560
+ * @param request CreateKubernetesTriggerRequest
7561
+ * @param headers map
7562
+ * @param runtime runtime options for this request RuntimeOptions
7563
+ * @return CreateKubernetesTriggerResponse
7564
+ */
7415
7565
  createKubernetesTriggerWithOptions(request: CreateKubernetesTriggerRequest, headers: {
7416
7566
  [key: string]: string;
7417
7567
  }, runtime: $Util.RuntimeOptions): Promise<CreateKubernetesTriggerResponse>;
7568
+ /**
7569
+ * @summary You can call the CreateKubernetesTrigger operation to create a trigger for an application.
7570
+ *
7571
+ * @param request CreateKubernetesTriggerRequest
7572
+ * @return CreateKubernetesTriggerResponse
7573
+ */
7418
7574
  createKubernetesTrigger(request: CreateKubernetesTriggerRequest): Promise<CreateKubernetesTriggerResponse>;
7575
+ /**
7576
+ * @summary Creates an orchestration template. An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can use orchestration templates to manage resources in Kubernetes clusters and automate resource deployment, such as pods, Services, Deployments, ConfigMaps, and persistent volumes (PVs).
7577
+ *
7578
+ * @param request CreateTemplateRequest
7579
+ * @param headers map
7580
+ * @param runtime runtime options for this request RuntimeOptions
7581
+ * @return CreateTemplateResponse
7582
+ */
7419
7583
  createTemplateWithOptions(request: CreateTemplateRequest, headers: {
7420
7584
  [key: string]: string;
7421
7585
  }, runtime: $Util.RuntimeOptions): Promise<CreateTemplateResponse>;
7586
+ /**
7587
+ * @summary Creates an orchestration template. An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can use orchestration templates to manage resources in Kubernetes clusters and automate resource deployment, such as pods, Services, Deployments, ConfigMaps, and persistent volumes (PVs).
7588
+ *
7589
+ * @param request CreateTemplateRequest
7590
+ * @return CreateTemplateResponse
7591
+ */
7422
7592
  createTemplate(request: CreateTemplateRequest): Promise<CreateTemplateResponse>;
7593
+ /**
7594
+ * @summary You can call the CreateTrigger operation to create a trigger for an application.
7595
+ *
7596
+ * @param request CreateTriggerRequest
7597
+ * @param headers map
7598
+ * @param runtime runtime options for this request RuntimeOptions
7599
+ * @return CreateTriggerResponse
7600
+ */
7423
7601
  createTriggerWithOptions(clusterId: string, request: CreateTriggerRequest, headers: {
7424
7602
  [key: string]: string;
7425
7603
  }, runtime: $Util.RuntimeOptions): Promise<CreateTriggerResponse>;
7604
+ /**
7605
+ * @summary You can call the CreateTrigger operation to create a trigger for an application.
7606
+ *
7607
+ * @param request CreateTriggerRequest
7608
+ * @return CreateTriggerResponse
7609
+ */
7426
7610
  createTrigger(clusterId: string, request: CreateTriggerRequest): Promise<CreateTriggerResponse>;
7611
+ /**
7612
+ * @param tmpReq DeleteAlertContactRequest
7613
+ * @param headers map
7614
+ * @param runtime runtime options for this request RuntimeOptions
7615
+ * @return DeleteAlertContactResponse
7616
+ */
7427
7617
  deleteAlertContactWithOptions(tmpReq: DeleteAlertContactRequest, headers: {
7428
7618
  [key: string]: string;
7429
7619
  }, runtime: $Util.RuntimeOptions): Promise<DeleteAlertContactResponse>;
7620
+ /**
7621
+ * @param request DeleteAlertContactRequest
7622
+ * @return DeleteAlertContactResponse
7623
+ */
7430
7624
  deleteAlertContact(request: DeleteAlertContactRequest): Promise<DeleteAlertContactResponse>;
7625
+ /**
7626
+ * @param tmpReq DeleteAlertContactGroupRequest
7627
+ * @param headers map
7628
+ * @param runtime runtime options for this request RuntimeOptions
7629
+ * @return DeleteAlertContactGroupResponse
7630
+ */
7431
7631
  deleteAlertContactGroupWithOptions(tmpReq: DeleteAlertContactGroupRequest, headers: {
7432
7632
  [key: string]: string;
7433
7633
  }, runtime: $Util.RuntimeOptions): Promise<DeleteAlertContactGroupResponse>;
7634
+ /**
7635
+ * @param request DeleteAlertContactGroupRequest
7636
+ * @return DeleteAlertContactGroupResponse
7637
+ */
7434
7638
  deleteAlertContactGroup(request: DeleteAlertContactGroupRequest): Promise<DeleteAlertContactGroupResponse>;
7639
+ /**
7640
+ * @summary You can call the DeleteCluster operation to delete a cluster by cluster ID and release all nodes in the cluster.
7641
+ *
7642
+ * @param tmpReq DeleteClusterRequest
7643
+ * @param headers map
7644
+ * @param runtime runtime options for this request RuntimeOptions
7645
+ * @return DeleteClusterResponse
7646
+ */
7435
7647
  deleteClusterWithOptions(ClusterId: string, tmpReq: DeleteClusterRequest, headers: {
7436
7648
  [key: string]: string;
7437
7649
  }, runtime: $Util.RuntimeOptions): Promise<DeleteClusterResponse>;
7650
+ /**
7651
+ * @summary You can call the DeleteCluster operation to delete a cluster by cluster ID and release all nodes in the cluster.
7652
+ *
7653
+ * @param request DeleteClusterRequest
7654
+ * @return DeleteClusterResponse
7655
+ */
7438
7656
  deleteCluster(ClusterId: string, request: DeleteClusterRequest): Promise<DeleteClusterResponse>;
7657
+ /**
7658
+ * @summary You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
7659
+ *
7660
+ * @param request DeleteClusterNodepoolRequest
7661
+ * @param headers map
7662
+ * @param runtime runtime options for this request RuntimeOptions
7663
+ * @return DeleteClusterNodepoolResponse
7664
+ */
7439
7665
  deleteClusterNodepoolWithOptions(ClusterId: string, NodepoolId: string, request: DeleteClusterNodepoolRequest, headers: {
7440
7666
  [key: string]: string;
7441
7667
  }, runtime: $Util.RuntimeOptions): Promise<DeleteClusterNodepoolResponse>;
7668
+ /**
7669
+ * @summary You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
7670
+ *
7671
+ * @param request DeleteClusterNodepoolRequest
7672
+ * @return DeleteClusterNodepoolResponse
7673
+ */
7442
7674
  deleteClusterNodepool(ClusterId: string, NodepoolId: string, request: DeleteClusterNodepoolRequest): Promise<DeleteClusterNodepoolResponse>;
7443
7675
  /**
7444
- * >
7445
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
7446
- *
7447
- * @param request DeleteClusterNodesRequest
7448
- * @param headers map
7449
- * @param runtime runtime options for this request RuntimeOptions
7450
- * @return DeleteClusterNodesResponse
7676
+ * @summary Removes nodes from a Container Service for Kubernetes (ACK) cluster. When you remove nodes, you can specify whether to release the Elastic Compute Service (ECS) instances and drain the nodes. When you remove nodes, pods on the nodes are migrated. This may adversely affect your businesses. We recommend that you back up data and perform this operation during off-peak hours.
7677
+ *
7678
+ * @description >
7679
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
7680
+ *
7681
+ * @param request DeleteClusterNodesRequest
7682
+ * @param headers map
7683
+ * @param runtime runtime options for this request RuntimeOptions
7684
+ * @return DeleteClusterNodesResponse
7451
7685
  */
7452
7686
  deleteClusterNodesWithOptions(ClusterId: string, request: DeleteClusterNodesRequest, headers: {
7453
7687
  [key: string]: string;
7454
7688
  }, runtime: $Util.RuntimeOptions): Promise<DeleteClusterNodesResponse>;
7455
7689
  /**
7456
- * >
7457
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
7458
- *
7459
- * @param request DeleteClusterNodesRequest
7460
- * @return DeleteClusterNodesResponse
7690
+ * @summary Removes nodes from a Container Service for Kubernetes (ACK) cluster. When you remove nodes, you can specify whether to release the Elastic Compute Service (ECS) instances and drain the nodes. When you remove nodes, pods on the nodes are migrated. This may adversely affect your businesses. We recommend that you back up data and perform this operation during off-peak hours.
7691
+ *
7692
+ * @description >
7693
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
7694
+ *
7695
+ * @param request DeleteClusterNodesRequest
7696
+ * @return DeleteClusterNodesResponse
7461
7697
  */
7462
7698
  deleteClusterNodes(ClusterId: string, request: DeleteClusterNodesRequest): Promise<DeleteClusterNodesResponse>;
7699
+ /**
7700
+ * @summary You can call the DeleteEdgeMachine operation to delete a cloud-native box.
7701
+ *
7702
+ * @param request DeleteEdgeMachineRequest
7703
+ * @param headers map
7704
+ * @param runtime runtime options for this request RuntimeOptions
7705
+ * @return DeleteEdgeMachineResponse
7706
+ */
7463
7707
  deleteEdgeMachineWithOptions(edgeMachineid: string, request: DeleteEdgeMachineRequest, headers: {
7464
7708
  [key: string]: string;
7465
7709
  }, runtime: $Util.RuntimeOptions): Promise<DeleteEdgeMachineResponse>;
7710
+ /**
7711
+ * @summary You can call the DeleteEdgeMachine operation to delete a cloud-native box.
7712
+ *
7713
+ * @param request DeleteEdgeMachineRequest
7714
+ * @return DeleteEdgeMachineResponse
7715
+ */
7466
7716
  deleteEdgeMachine(edgeMachineid: string, request: DeleteEdgeMachineRequest): Promise<DeleteEdgeMachineResponse>;
7717
+ /**
7718
+ * @summary You can call the DeleteKubernetesTrigger operation to delete an application trigger by trigger ID
7719
+ *
7720
+ * @param headers map
7721
+ * @param runtime runtime options for this request RuntimeOptions
7722
+ * @return DeleteKubernetesTriggerResponse
7723
+ */
7467
7724
  deleteKubernetesTriggerWithOptions(Id: string, headers: {
7468
7725
  [key: string]: string;
7469
7726
  }, runtime: $Util.RuntimeOptions): Promise<DeleteKubernetesTriggerResponse>;
7727
+ /**
7728
+ * @summary You can call the DeleteKubernetesTrigger operation to delete an application trigger by trigger ID
7729
+ *
7730
+ * @return DeleteKubernetesTriggerResponse
7731
+ */
7470
7732
  deleteKubernetesTrigger(Id: string): Promise<DeleteKubernetesTriggerResponse>;
7733
+ /**
7734
+ * @summary Deletes policy instances in a Container Service for Kubernetes (ACK) cluster.
7735
+ *
7736
+ * @param request DeletePolicyInstanceRequest
7737
+ * @param headers map
7738
+ * @param runtime runtime options for this request RuntimeOptions
7739
+ * @return DeletePolicyInstanceResponse
7740
+ */
7471
7741
  deletePolicyInstanceWithOptions(clusterId: string, policyName: string, request: DeletePolicyInstanceRequest, headers: {
7472
7742
  [key: string]: string;
7473
7743
  }, runtime: $Util.RuntimeOptions): Promise<DeletePolicyInstanceResponse>;
7744
+ /**
7745
+ * @summary Deletes policy instances in a Container Service for Kubernetes (ACK) cluster.
7746
+ *
7747
+ * @param request DeletePolicyInstanceRequest
7748
+ * @return DeletePolicyInstanceResponse
7749
+ */
7474
7750
  deletePolicyInstance(clusterId: string, policyName: string, request: DeletePolicyInstanceRequest): Promise<DeletePolicyInstanceResponse>;
7751
+ /**
7752
+ * @summary You can call the DeleteTemplate operation to delete an orchestration template by template ID.
7753
+ *
7754
+ * @param headers map
7755
+ * @param runtime runtime options for this request RuntimeOptions
7756
+ * @return DeleteTemplateResponse
7757
+ */
7475
7758
  deleteTemplateWithOptions(TemplateId: string, headers: {
7476
7759
  [key: string]: string;
7477
7760
  }, runtime: $Util.RuntimeOptions): Promise<DeleteTemplateResponse>;
7761
+ /**
7762
+ * @summary You can call the DeleteTemplate operation to delete an orchestration template by template ID.
7763
+ *
7764
+ * @return DeleteTemplateResponse
7765
+ */
7478
7766
  deleteTemplate(TemplateId: string): Promise<DeleteTemplateResponse>;
7767
+ /**
7768
+ * @summary You can call the DeleteTrigger operation to delete an application trigger.
7769
+ *
7770
+ * @param headers map
7771
+ * @param runtime runtime options for this request RuntimeOptions
7772
+ * @return DeleteTriggerResponse
7773
+ */
7479
7774
  deleteTriggerWithOptions(clusterId: string, Id: string, headers: {
7480
7775
  [key: string]: string;
7481
7776
  }, runtime: $Util.RuntimeOptions): Promise<DeleteTriggerResponse>;
7777
+ /**
7778
+ * @summary You can call the DeleteTrigger operation to delete an application trigger.
7779
+ *
7780
+ * @return DeleteTriggerResponse
7781
+ */
7482
7782
  deleteTrigger(clusterId: string, Id: string): Promise<DeleteTriggerResponse>;
7783
+ /**
7784
+ * @summary You can call the DeployPolicyInstance operation to deploy a policy instance in a cluster.
7785
+ *
7786
+ * @param request DeployPolicyInstanceRequest
7787
+ * @param headers map
7788
+ * @param runtime runtime options for this request RuntimeOptions
7789
+ * @return DeployPolicyInstanceResponse
7790
+ */
7483
7791
  deployPolicyInstanceWithOptions(clusterId: string, policyName: string, request: DeployPolicyInstanceRequest, headers: {
7484
7792
  [key: string]: string;
7485
7793
  }, runtime: $Util.RuntimeOptions): Promise<DeployPolicyInstanceResponse>;
7794
+ /**
7795
+ * @summary You can call the DeployPolicyInstance operation to deploy a policy instance in a cluster.
7796
+ *
7797
+ * @param request DeployPolicyInstanceRequest
7798
+ * @return DeployPolicyInstanceResponse
7799
+ */
7486
7800
  deployPolicyInstance(clusterId: string, policyName: string, request: DeployPolicyInstanceRequest): Promise<DeployPolicyInstanceResponse>;
7801
+ /**
7802
+ * @summary You can call the DescirbeWorkflow operation to query detailed information about a workflow.
7803
+ *
7804
+ * @param headers map
7805
+ * @param runtime runtime options for this request RuntimeOptions
7806
+ * @return DescirbeWorkflowResponse
7807
+ */
7487
7808
  descirbeWorkflowWithOptions(workflowName: string, headers: {
7488
7809
  [key: string]: string;
7489
7810
  }, runtime: $Util.RuntimeOptions): Promise<DescirbeWorkflowResponse>;
7811
+ /**
7812
+ * @summary You can call the DescirbeWorkflow operation to query detailed information about a workflow.
7813
+ *
7814
+ * @return DescirbeWorkflowResponse
7815
+ */
7490
7816
  descirbeWorkflow(workflowName: string): Promise<DescirbeWorkflowResponse>;
7817
+ /**
7818
+ * @summary 查询指定集群组件
7819
+ *
7820
+ * @param request DescribeAddonRequest
7821
+ * @param headers map
7822
+ * @param runtime runtime options for this request RuntimeOptions
7823
+ * @return DescribeAddonResponse
7824
+ */
7491
7825
  describeAddonWithOptions(addonName: string, request: DescribeAddonRequest, headers: {
7492
7826
  [key: string]: string;
7493
7827
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAddonResponse>;
7828
+ /**
7829
+ * @summary 查询指定集群组件
7830
+ *
7831
+ * @param request DescribeAddonRequest
7832
+ * @return DescribeAddonResponse
7833
+ */
7494
7834
  describeAddon(addonName: string, request: DescribeAddonRequest): Promise<DescribeAddonResponse>;
7495
7835
  /**
7496
- * @deprecated
7497
- *
7498
- * @param request DescribeAddonsRequest
7499
- * @param headers map
7500
- * @param runtime runtime options for this request RuntimeOptions
7501
- * @return DescribeAddonsResponse
7836
+ * @deprecated OpenAPI DescribeAddons is deprecated
7837
+ *
7838
+ * @summary You can call the DescribeAddons operation to query the details about all components that are supported by Container Service for Kubernetes (ACK).
7839
+ *
7840
+ * @param request DescribeAddonsRequest
7841
+ * @param headers map
7842
+ * @param runtime runtime options for this request RuntimeOptions
7843
+ * @return DescribeAddonsResponse
7502
7844
  */
7503
7845
  describeAddonsWithOptions(request: DescribeAddonsRequest, headers: {
7504
7846
  [key: string]: string;
7505
7847
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAddonsResponse>;
7506
7848
  /**
7507
- * @deprecated
7508
- *
7509
- * @param request DescribeAddonsRequest
7510
- * @return DescribeAddonsResponse
7849
+ * @deprecated OpenAPI DescribeAddons is deprecated
7850
+ *
7851
+ * @summary You can call the DescribeAddons operation to query the details about all components that are supported by Container Service for Kubernetes (ACK).
7852
+ *
7853
+ * @param request DescribeAddonsRequest
7854
+ * @return DescribeAddonsResponse
7511
7855
  */
7512
7856
  describeAddons(request: DescribeAddonsRequest): Promise<DescribeAddonsResponse>;
7513
7857
  /**
7514
- * @deprecated
7515
- *
7516
- * @param headers map
7517
- * @param runtime runtime options for this request RuntimeOptions
7518
- * @return DescribeClusterAddonInstanceResponse
7858
+ * @deprecated OpenAPI DescribeClusterAddonInstance is deprecated
7859
+ *
7860
+ * @summary You can call the DescribeClusterAddonInstance operation to query the information about a cluster component, including the version, status, and configuration of the component.
7861
+ *
7862
+ * @param headers map
7863
+ * @param runtime runtime options for this request RuntimeOptions
7864
+ * @return DescribeClusterAddonInstanceResponse
7519
7865
  */
7520
7866
  describeClusterAddonInstanceWithOptions(ClusterID: string, AddonName: string, headers: {
7521
7867
  [key: string]: string;
7522
7868
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonInstanceResponse>;
7523
7869
  /**
7524
- * @deprecated
7525
- *
7526
- * @return DescribeClusterAddonInstanceResponse
7870
+ * @deprecated OpenAPI DescribeClusterAddonInstance is deprecated
7871
+ *
7872
+ * @summary You can call the DescribeClusterAddonInstance operation to query the information about a cluster component, including the version, status, and configuration of the component.
7873
+ *
7874
+ * @return DescribeClusterAddonInstanceResponse
7527
7875
  */
7528
7876
  describeClusterAddonInstance(ClusterID: string, AddonName: string): Promise<DescribeClusterAddonInstanceResponse>;
7529
7877
  /**
7530
- * @deprecated
7531
- *
7532
- * @param request DescribeClusterAddonMetadataRequest
7533
- * @param headers map
7534
- * @param runtime runtime options for this request RuntimeOptions
7535
- * @return DescribeClusterAddonMetadataResponse
7878
+ * @deprecated OpenAPI DescribeClusterAddonMetadata is deprecated
7879
+ *
7880
+ * @summary You can call the DescribeClusterAddonMetadata operation to query the metadata of a component version. The metadata includes the component version and available parameters.
7881
+ *
7882
+ * @param request DescribeClusterAddonMetadataRequest
7883
+ * @param headers map
7884
+ * @param runtime runtime options for this request RuntimeOptions
7885
+ * @return DescribeClusterAddonMetadataResponse
7536
7886
  */
7537
7887
  describeClusterAddonMetadataWithOptions(clusterId: string, componentId: string, request: DescribeClusterAddonMetadataRequest, headers: {
7538
7888
  [key: string]: string;
7539
7889
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonMetadataResponse>;
7540
7890
  /**
7541
- * @deprecated
7542
- *
7543
- * @param request DescribeClusterAddonMetadataRequest
7544
- * @return DescribeClusterAddonMetadataResponse
7891
+ * @deprecated OpenAPI DescribeClusterAddonMetadata is deprecated
7892
+ *
7893
+ * @summary You can call the DescribeClusterAddonMetadata operation to query the metadata of a component version. The metadata includes the component version and available parameters.
7894
+ *
7895
+ * @param request DescribeClusterAddonMetadataRequest
7896
+ * @return DescribeClusterAddonMetadataResponse
7545
7897
  */
7546
7898
  describeClusterAddonMetadata(clusterId: string, componentId: string, request: DescribeClusterAddonMetadataRequest): Promise<DescribeClusterAddonMetadataResponse>;
7547
7899
  /**
7548
- * @deprecated
7549
- *
7550
- * @param headers map
7551
- * @param runtime runtime options for this request RuntimeOptions
7552
- * @return DescribeClusterAddonUpgradeStatusResponse
7900
+ * @deprecated OpenAPI DescribeClusterAddonUpgradeStatus is deprecated
7901
+ *
7902
+ * @summary You can call the DescribeClusterAddonUpgradeStatus operation to query the update progress of a cluster component.
7903
+ *
7904
+ * @param headers map
7905
+ * @param runtime runtime options for this request RuntimeOptions
7906
+ * @return DescribeClusterAddonUpgradeStatusResponse
7553
7907
  */
7554
7908
  describeClusterAddonUpgradeStatusWithOptions(ClusterId: string, ComponentId: string, headers: {
7555
7909
  [key: string]: string;
7556
7910
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonUpgradeStatusResponse>;
7557
7911
  /**
7558
- * @deprecated
7559
- *
7560
- * @return DescribeClusterAddonUpgradeStatusResponse
7912
+ * @deprecated OpenAPI DescribeClusterAddonUpgradeStatus is deprecated
7913
+ *
7914
+ * @summary You can call the DescribeClusterAddonUpgradeStatus operation to query the update progress of a cluster component.
7915
+ *
7916
+ * @return DescribeClusterAddonUpgradeStatusResponse
7561
7917
  */
7562
7918
  describeClusterAddonUpgradeStatus(ClusterId: string, ComponentId: string): Promise<DescribeClusterAddonUpgradeStatusResponse>;
7563
7919
  /**
7564
- * @deprecated
7565
- *
7566
- * @param tmpReq DescribeClusterAddonsUpgradeStatusRequest
7567
- * @param headers map
7568
- * @param runtime runtime options for this request RuntimeOptions
7569
- * @return DescribeClusterAddonsUpgradeStatusResponse
7920
+ * @deprecated OpenAPI DescribeClusterAddonsUpgradeStatus is deprecated
7921
+ *
7922
+ * @summary You can call the DescribeClusterAddonsUpgradeStatus operation to query the update progress of a component by component name.
7923
+ *
7924
+ * @param tmpReq DescribeClusterAddonsUpgradeStatusRequest
7925
+ * @param headers map
7926
+ * @param runtime runtime options for this request RuntimeOptions
7927
+ * @return DescribeClusterAddonsUpgradeStatusResponse
7570
7928
  */
7571
7929
  describeClusterAddonsUpgradeStatusWithOptions(ClusterId: string, tmpReq: DescribeClusterAddonsUpgradeStatusRequest, headers: {
7572
7930
  [key: string]: string;
7573
7931
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonsUpgradeStatusResponse>;
7574
7932
  /**
7575
- * @deprecated
7576
- *
7577
- * @param request DescribeClusterAddonsUpgradeStatusRequest
7578
- * @return DescribeClusterAddonsUpgradeStatusResponse
7933
+ * @deprecated OpenAPI DescribeClusterAddonsUpgradeStatus is deprecated
7934
+ *
7935
+ * @summary You can call the DescribeClusterAddonsUpgradeStatus operation to query the update progress of a component by component name.
7936
+ *
7937
+ * @param request DescribeClusterAddonsUpgradeStatusRequest
7938
+ * @return DescribeClusterAddonsUpgradeStatusResponse
7579
7939
  */
7580
7940
  describeClusterAddonsUpgradeStatus(ClusterId: string, request: DescribeClusterAddonsUpgradeStatusRequest): Promise<DescribeClusterAddonsUpgradeStatusResponse>;
7581
7941
  /**
7582
- * @deprecated
7583
- *
7584
- * @param headers map
7585
- * @param runtime runtime options for this request RuntimeOptions
7586
- * @return DescribeClusterAddonsVersionResponse
7942
+ * @deprecated OpenAPI DescribeClusterAddonsVersion is deprecated
7943
+ *
7944
+ * @summary You can call the DescribeClusterAddonsVersion operation to query the details about all components in a cluster by cluster ID.
7945
+ *
7946
+ * @param headers map
7947
+ * @param runtime runtime options for this request RuntimeOptions
7948
+ * @return DescribeClusterAddonsVersionResponse
7587
7949
  */
7588
7950
  describeClusterAddonsVersionWithOptions(ClusterId: string, headers: {
7589
7951
  [key: string]: string;
7590
7952
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAddonsVersionResponse>;
7591
7953
  /**
7592
- * @deprecated
7593
- *
7594
- * @return DescribeClusterAddonsVersionResponse
7954
+ * @deprecated OpenAPI DescribeClusterAddonsVersion is deprecated
7955
+ *
7956
+ * @summary You can call the DescribeClusterAddonsVersion operation to query the details about all components in a cluster by cluster ID.
7957
+ *
7958
+ * @return DescribeClusterAddonsVersionResponse
7595
7959
  */
7596
7960
  describeClusterAddonsVersion(ClusterId: string): Promise<DescribeClusterAddonsVersionResponse>;
7961
+ /**
7962
+ * @summary Queries the script that is used to add existing nodes to a Container Service for Kubernetes (ACK) cluster. You can manually add existing Elastic Compute Service (ECS) instances to an ACK cluster as worker nodes or re-add the worker nodes that you have removed to a node pool.
7963
+ *
7964
+ * @param request DescribeClusterAttachScriptsRequest
7965
+ * @param headers map
7966
+ * @param runtime runtime options for this request RuntimeOptions
7967
+ * @return DescribeClusterAttachScriptsResponse
7968
+ */
7597
7969
  describeClusterAttachScriptsWithOptions(ClusterId: string, request: DescribeClusterAttachScriptsRequest, headers: {
7598
7970
  [key: string]: string;
7599
7971
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterAttachScriptsResponse>;
7972
+ /**
7973
+ * @summary Queries the script that is used to add existing nodes to a Container Service for Kubernetes (ACK) cluster. You can manually add existing Elastic Compute Service (ECS) instances to an ACK cluster as worker nodes or re-add the worker nodes that you have removed to a node pool.
7974
+ *
7975
+ * @param request DescribeClusterAttachScriptsRequest
7976
+ * @return DescribeClusterAttachScriptsResponse
7977
+ */
7600
7978
  describeClusterAttachScripts(ClusterId: string, request: DescribeClusterAttachScriptsRequest): Promise<DescribeClusterAttachScriptsResponse>;
7979
+ /**
7980
+ * @summary You can call the DescribeClusterDetail operation to query the details of a Container Service for Kubernetes (ACK) cluster by cluster ID.
7981
+ *
7982
+ * @param headers map
7983
+ * @param runtime runtime options for this request RuntimeOptions
7984
+ * @return DescribeClusterDetailResponse
7985
+ */
7601
7986
  describeClusterDetailWithOptions(ClusterId: string, headers: {
7602
7987
  [key: string]: string;
7603
7988
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterDetailResponse>;
7989
+ /**
7990
+ * @summary You can call the DescribeClusterDetail operation to query the details of a Container Service for Kubernetes (ACK) cluster by cluster ID.
7991
+ *
7992
+ * @return DescribeClusterDetailResponse
7993
+ */
7604
7994
  describeClusterDetail(ClusterId: string): Promise<DescribeClusterDetailResponse>;
7995
+ /**
7996
+ * @summary Queries events and event details in a Container Service for Kubernetes (ACK) cluster, including the severity level, status, and start time of each event. Events are generated when clusters created, modified, and updated, node pools are created and scaled out, and components are installed.
7997
+ *
7998
+ * @param request DescribeClusterEventsRequest
7999
+ * @param headers map
8000
+ * @param runtime runtime options for this request RuntimeOptions
8001
+ * @return DescribeClusterEventsResponse
8002
+ */
7605
8003
  describeClusterEventsWithOptions(ClusterId: string, request: DescribeClusterEventsRequest, headers: {
7606
8004
  [key: string]: string;
7607
8005
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterEventsResponse>;
8006
+ /**
8007
+ * @summary Queries events and event details in a Container Service for Kubernetes (ACK) cluster, including the severity level, status, and start time of each event. Events are generated when clusters created, modified, and updated, node pools are created and scaled out, and components are installed.
8008
+ *
8009
+ * @param request DescribeClusterEventsRequest
8010
+ * @return DescribeClusterEventsResponse
8011
+ */
7608
8012
  describeClusterEvents(ClusterId: string, request: DescribeClusterEventsRequest): Promise<DescribeClusterEventsResponse>;
8013
+ /**
8014
+ * @summary Queries the cluster log to help analyze cluster issues and locate the cause.
8015
+ *
8016
+ * @param headers map
8017
+ * @param runtime runtime options for this request RuntimeOptions
8018
+ * @return DescribeClusterLogsResponse
8019
+ */
7609
8020
  describeClusterLogsWithOptions(ClusterId: string, headers: {
7610
8021
  [key: string]: string;
7611
8022
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterLogsResponse>;
8023
+ /**
8024
+ * @summary Queries the cluster log to help analyze cluster issues and locate the cause.
8025
+ *
8026
+ * @return DescribeClusterLogsResponse
8027
+ */
7612
8028
  describeClusterLogs(ClusterId: string): Promise<DescribeClusterLogsResponse>;
8029
+ /**
8030
+ * @summary You can call the DescribeClusterNodePoolDetail.html operation to query the details about a node pool in a cluster by node pool ID.
8031
+ *
8032
+ * @param headers map
8033
+ * @param runtime runtime options for this request RuntimeOptions
8034
+ * @return DescribeClusterNodePoolDetailResponse
8035
+ */
7613
8036
  describeClusterNodePoolDetailWithOptions(ClusterId: string, NodepoolId: string, headers: {
7614
8037
  [key: string]: string;
7615
8038
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNodePoolDetailResponse>;
8039
+ /**
8040
+ * @summary You can call the DescribeClusterNodePoolDetail.html operation to query the details about a node pool in a cluster by node pool ID.
8041
+ *
8042
+ * @return DescribeClusterNodePoolDetailResponse
8043
+ */
7616
8044
  describeClusterNodePoolDetail(ClusterId: string, NodepoolId: string): Promise<DescribeClusterNodePoolDetailResponse>;
8045
+ /**
8046
+ * @summary You can call the DescribeClusterNodePools operation to query node pools in a Container Service for Kubernetes (ACK) cluster.
8047
+ *
8048
+ * @param request DescribeClusterNodePoolsRequest
8049
+ * @param headers map
8050
+ * @param runtime runtime options for this request RuntimeOptions
8051
+ * @return DescribeClusterNodePoolsResponse
8052
+ */
7617
8053
  describeClusterNodePoolsWithOptions(ClusterId: string, request: DescribeClusterNodePoolsRequest, headers: {
7618
8054
  [key: string]: string;
7619
8055
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNodePoolsResponse>;
8056
+ /**
8057
+ * @summary You can call the DescribeClusterNodePools operation to query node pools in a Container Service for Kubernetes (ACK) cluster.
8058
+ *
8059
+ * @param request DescribeClusterNodePoolsRequest
8060
+ * @return DescribeClusterNodePoolsResponse
8061
+ */
7620
8062
  describeClusterNodePools(ClusterId: string, request: DescribeClusterNodePoolsRequest): Promise<DescribeClusterNodePoolsResponse>;
8063
+ /**
8064
+ * @summary You can call the DescribeClusterNodes operation to query the details about all nodes in a cluster by cluster ID.
8065
+ *
8066
+ * @param request DescribeClusterNodesRequest
8067
+ * @param headers map
8068
+ * @param runtime runtime options for this request RuntimeOptions
8069
+ * @return DescribeClusterNodesResponse
8070
+ */
7621
8071
  describeClusterNodesWithOptions(ClusterId: string, request: DescribeClusterNodesRequest, headers: {
7622
8072
  [key: string]: string;
7623
8073
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterNodesResponse>;
8074
+ /**
8075
+ * @summary You can call the DescribeClusterNodes operation to query the details about all nodes in a cluster by cluster ID.
8076
+ *
8077
+ * @param request DescribeClusterNodesRequest
8078
+ * @return DescribeClusterNodesResponse
8079
+ */
7624
8080
  describeClusterNodes(ClusterId: string, request: DescribeClusterNodesRequest): Promise<DescribeClusterNodesResponse>;
8081
+ /**
8082
+ * @summary You can call the DescribeClusterResources operation to query all resources in a cluster by cluster ID.
8083
+ *
8084
+ * @param request DescribeClusterResourcesRequest
8085
+ * @param headers map
8086
+ * @param runtime runtime options for this request RuntimeOptions
8087
+ * @return DescribeClusterResourcesResponse
8088
+ */
7625
8089
  describeClusterResourcesWithOptions(ClusterId: string, request: DescribeClusterResourcesRequest, headers: {
7626
8090
  [key: string]: string;
7627
8091
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourcesResponse>;
8092
+ /**
8093
+ * @summary You can call the DescribeClusterResources operation to query all resources in a cluster by cluster ID.
8094
+ *
8095
+ * @param request DescribeClusterResourcesRequest
8096
+ * @return DescribeClusterResourcesResponse
8097
+ */
7628
8098
  describeClusterResources(ClusterId: string, request: DescribeClusterResourcesRequest): Promise<DescribeClusterResourcesResponse>;
8099
+ /**
8100
+ * @summary Queries tasks in a Container Service for Kubernetes (ACK) cluster.
8101
+ *
8102
+ * @param request DescribeClusterTasksRequest
8103
+ * @param headers map
8104
+ * @param runtime runtime options for this request RuntimeOptions
8105
+ * @return DescribeClusterTasksResponse
8106
+ */
7629
8107
  describeClusterTasksWithOptions(clusterId: string, request: DescribeClusterTasksRequest, headers: {
7630
8108
  [key: string]: string;
7631
8109
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterTasksResponse>;
8110
+ /**
8111
+ * @summary Queries tasks in a Container Service for Kubernetes (ACK) cluster.
8112
+ *
8113
+ * @param request DescribeClusterTasksRequest
8114
+ * @return DescribeClusterTasksResponse
8115
+ */
7632
8116
  describeClusterTasks(clusterId: string, request: DescribeClusterTasksRequest): Promise<DescribeClusterTasksResponse>;
7633
8117
  /**
7634
- * **
7635
- * ****The default validity period of a kubeconfig file is 3 years. Two months before a kubeconfig file expires, you can renew it in the Container Service for Kubernetes (ACK) console or by calling API operations. After a kubeconfig file is renewed, the secret is valid for 3 years. The previous kubeconfig secret remains valid until expiration. We recommend that you renew your kubeconfig file at the earliest opportunity.
7636
- *
7637
- * @param request DescribeClusterUserKubeconfigRequest
7638
- * @param headers map
7639
- * @param runtime runtime options for this request RuntimeOptions
7640
- * @return DescribeClusterUserKubeconfigResponse
8118
+ * @summary Kubeconfig files store identity and authentication information that is used by clients to access Container Service for Kubernetes (ACK) clusters. To use a kubectl client to manage an ACK cluster, you need to use the corresponding kubeconfig file to connect to the ACK cluster. We recommend that you keep kubeconfig files confidential and revoke kubeconfig files that are not in use. This helps prevent data leaks caused by the disclosure of kubeconfig files.
8119
+ *
8120
+ * @description **
8121
+ * ****The default validity period of a kubeconfig file is 3 years. Two months before a kubeconfig file expires, you can renew it in the Container Service for Kubernetes (ACK) console or by calling API operations. After a kubeconfig file is renewed, the secret is valid for 3 years. The previous kubeconfig secret remains valid until expiration. We recommend that you renew your kubeconfig file at the earliest opportunity.
8122
+ *
8123
+ * @param request DescribeClusterUserKubeconfigRequest
8124
+ * @param headers map
8125
+ * @param runtime runtime options for this request RuntimeOptions
8126
+ * @return DescribeClusterUserKubeconfigResponse
7641
8127
  */
7642
8128
  describeClusterUserKubeconfigWithOptions(ClusterId: string, request: DescribeClusterUserKubeconfigRequest, headers: {
7643
8129
  [key: string]: string;
7644
8130
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterUserKubeconfigResponse>;
7645
8131
  /**
7646
- * **
7647
- * ****The default validity period of a kubeconfig file is 3 years. Two months before a kubeconfig file expires, you can renew it in the Container Service for Kubernetes (ACK) console or by calling API operations. After a kubeconfig file is renewed, the secret is valid for 3 years. The previous kubeconfig secret remains valid until expiration. We recommend that you renew your kubeconfig file at the earliest opportunity.
7648
- *
7649
- * @param request DescribeClusterUserKubeconfigRequest
7650
- * @return DescribeClusterUserKubeconfigResponse
8132
+ * @summary Kubeconfig files store identity and authentication information that is used by clients to access Container Service for Kubernetes (ACK) clusters. To use a kubectl client to manage an ACK cluster, you need to use the corresponding kubeconfig file to connect to the ACK cluster. We recommend that you keep kubeconfig files confidential and revoke kubeconfig files that are not in use. This helps prevent data leaks caused by the disclosure of kubeconfig files.
8133
+ *
8134
+ * @description **
8135
+ * ****The default validity period of a kubeconfig file is 3 years. Two months before a kubeconfig file expires, you can renew it in the Container Service for Kubernetes (ACK) console or by calling API operations. After a kubeconfig file is renewed, the secret is valid for 3 years. The previous kubeconfig secret remains valid until expiration. We recommend that you renew your kubeconfig file at the earliest opportunity.
8136
+ *
8137
+ * @param request DescribeClusterUserKubeconfigRequest
8138
+ * @return DescribeClusterUserKubeconfigResponse
7651
8139
  */
7652
8140
  describeClusterUserKubeconfig(ClusterId: string, request: DescribeClusterUserKubeconfigRequest): Promise<DescribeClusterUserKubeconfigResponse>;
7653
8141
  /**
7654
- * @deprecated
7655
- *
7656
- * @param request DescribeClusterV2UserKubeconfigRequest
7657
- * @param headers map
7658
- * @param runtime runtime options for this request RuntimeOptions
7659
- * @return DescribeClusterV2UserKubeconfigResponse
8142
+ * @deprecated OpenAPI DescribeClusterV2UserKubeconfig is deprecated
8143
+ *
8144
+ * @summary 获取集群kubeconfig接口
8145
+ *
8146
+ * @param request DescribeClusterV2UserKubeconfigRequest
8147
+ * @param headers map
8148
+ * @param runtime runtime options for this request RuntimeOptions
8149
+ * @return DescribeClusterV2UserKubeconfigResponse
7660
8150
  */
7661
8151
  describeClusterV2UserKubeconfigWithOptions(ClusterId: string, request: DescribeClusterV2UserKubeconfigRequest, headers: {
7662
8152
  [key: string]: string;
7663
8153
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterV2UserKubeconfigResponse>;
7664
8154
  /**
7665
- * @deprecated
7666
- *
7667
- * @param request DescribeClusterV2UserKubeconfigRequest
7668
- * @return DescribeClusterV2UserKubeconfigResponse
8155
+ * @deprecated OpenAPI DescribeClusterV2UserKubeconfig is deprecated
8156
+ *
8157
+ * @summary 获取集群kubeconfig接口
8158
+ *
8159
+ * @param request DescribeClusterV2UserKubeconfigRequest
8160
+ * @return DescribeClusterV2UserKubeconfigResponse
7669
8161
  */
7670
8162
  describeClusterV2UserKubeconfig(ClusterId: string, request: DescribeClusterV2UserKubeconfigRequest): Promise<DescribeClusterV2UserKubeconfigResponse>;
8163
+ /**
8164
+ * @summary You can call the DescribeClusterVuls operation to query the vulnerability information of a cluster.
8165
+ *
8166
+ * @param headers map
8167
+ * @param runtime runtime options for this request RuntimeOptions
8168
+ * @return DescribeClusterVulsResponse
8169
+ */
7671
8170
  describeClusterVulsWithOptions(clusterId: string, headers: {
7672
8171
  [key: string]: string;
7673
8172
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClusterVulsResponse>;
8173
+ /**
8174
+ * @summary You can call the DescribeClusterVuls operation to query the vulnerability information of a cluster.
8175
+ *
8176
+ * @return DescribeClusterVulsResponse
8177
+ */
7674
8178
  describeClusterVuls(clusterId: string): Promise<DescribeClusterVulsResponse>;
7675
8179
  /**
7676
- * @deprecated
7677
- *
7678
- * @param request DescribeClustersRequest
7679
- * @param headers map
7680
- * @param runtime runtime options for this request RuntimeOptions
7681
- * @return DescribeClustersResponse
8180
+ * @deprecated OpenAPI DescribeClusters is deprecated
8181
+ *
8182
+ * @summary You can call the DescribeClusters operation to query all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
8183
+ *
8184
+ * @param request DescribeClustersRequest
8185
+ * @param headers map
8186
+ * @param runtime runtime options for this request RuntimeOptions
8187
+ * @return DescribeClustersResponse
7682
8188
  */
7683
8189
  describeClustersWithOptions(request: DescribeClustersRequest, headers: {
7684
8190
  [key: string]: string;
7685
8191
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClustersResponse>;
7686
8192
  /**
7687
- * @deprecated
7688
- *
7689
- * @param request DescribeClustersRequest
7690
- * @return DescribeClustersResponse
8193
+ * @deprecated OpenAPI DescribeClusters is deprecated
8194
+ *
8195
+ * @summary You can call the DescribeClusters operation to query all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
8196
+ *
8197
+ * @param request DescribeClustersRequest
8198
+ * @return DescribeClustersResponse
7691
8199
  */
7692
8200
  describeClusters(request: DescribeClustersRequest): Promise<DescribeClustersResponse>;
8201
+ /**
8202
+ * @summary You can call the DescribeClustersV1 operation to query the details about all Container Service for Kubernetes (ACK) clusters.
8203
+ *
8204
+ * @param request DescribeClustersV1Request
8205
+ * @param headers map
8206
+ * @param runtime runtime options for this request RuntimeOptions
8207
+ * @return DescribeClustersV1Response
8208
+ */
7693
8209
  describeClustersV1WithOptions(request: DescribeClustersV1Request, headers: {
7694
8210
  [key: string]: string;
7695
8211
  }, runtime: $Util.RuntimeOptions): Promise<DescribeClustersV1Response>;
8212
+ /**
8213
+ * @summary You can call the DescribeClustersV1 operation to query the details about all Container Service for Kubernetes (ACK) clusters.
8214
+ *
8215
+ * @param request DescribeClustersV1Request
8216
+ * @return DescribeClustersV1Response
8217
+ */
7696
8218
  describeClustersV1(request: DescribeClustersV1Request): Promise<DescribeClustersV1Response>;
8219
+ /**
8220
+ * @summary You can call the DescribeEdgeMachineActiveProcess operation to query the activation progress of a cloud-native box.
8221
+ *
8222
+ * @param headers map
8223
+ * @param runtime runtime options for this request RuntimeOptions
8224
+ * @return DescribeEdgeMachineActiveProcessResponse
8225
+ */
7697
8226
  describeEdgeMachineActiveProcessWithOptions(edgeMachineid: string, headers: {
7698
8227
  [key: string]: string;
7699
8228
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdgeMachineActiveProcessResponse>;
8229
+ /**
8230
+ * @summary You can call the DescribeEdgeMachineActiveProcess operation to query the activation progress of a cloud-native box.
8231
+ *
8232
+ * @return DescribeEdgeMachineActiveProcessResponse
8233
+ */
7700
8234
  describeEdgeMachineActiveProcess(edgeMachineid: string): Promise<DescribeEdgeMachineActiveProcessResponse>;
8235
+ /**
8236
+ * @summary You can call the DescribeEdgeMachineModels operation to query the cloud-native box models.
8237
+ *
8238
+ * @param headers map
8239
+ * @param runtime runtime options for this request RuntimeOptions
8240
+ * @return DescribeEdgeMachineModelsResponse
8241
+ */
7701
8242
  describeEdgeMachineModelsWithOptions(headers: {
7702
8243
  [key: string]: string;
7703
8244
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdgeMachineModelsResponse>;
8245
+ /**
8246
+ * @summary You can call the DescribeEdgeMachineModels operation to query the cloud-native box models.
8247
+ *
8248
+ * @return DescribeEdgeMachineModelsResponse
8249
+ */
7704
8250
  describeEdgeMachineModels(): Promise<DescribeEdgeMachineModelsResponse>;
8251
+ /**
8252
+ * @summary You can call the DescribeEdgeMachineTunnelConfigDetail operation to obtain the SSH token of a cloud-native box.
8253
+ *
8254
+ * @param headers map
8255
+ * @param runtime runtime options for this request RuntimeOptions
8256
+ * @return DescribeEdgeMachineTunnelConfigDetailResponse
8257
+ */
7705
8258
  describeEdgeMachineTunnelConfigDetailWithOptions(edgeMachineid: string, headers: {
7706
8259
  [key: string]: string;
7707
8260
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdgeMachineTunnelConfigDetailResponse>;
8261
+ /**
8262
+ * @summary You can call the DescribeEdgeMachineTunnelConfigDetail operation to obtain the SSH token of a cloud-native box.
8263
+ *
8264
+ * @return DescribeEdgeMachineTunnelConfigDetailResponse
8265
+ */
7708
8266
  describeEdgeMachineTunnelConfigDetail(edgeMachineid: string): Promise<DescribeEdgeMachineTunnelConfigDetailResponse>;
8267
+ /**
8268
+ * @summary You can call the DescribeEdgeMachines operation to query a list of cloud-native boxes.
8269
+ *
8270
+ * @param request DescribeEdgeMachinesRequest
8271
+ * @param headers map
8272
+ * @param runtime runtime options for this request RuntimeOptions
8273
+ * @return DescribeEdgeMachinesResponse
8274
+ */
7709
8275
  describeEdgeMachinesWithOptions(request: DescribeEdgeMachinesRequest, headers: {
7710
8276
  [key: string]: string;
7711
8277
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdgeMachinesResponse>;
8278
+ /**
8279
+ * @summary You can call the DescribeEdgeMachines operation to query a list of cloud-native boxes.
8280
+ *
8281
+ * @param request DescribeEdgeMachinesRequest
8282
+ * @return DescribeEdgeMachinesResponse
8283
+ */
7712
8284
  describeEdgeMachines(request: DescribeEdgeMachinesRequest): Promise<DescribeEdgeMachinesResponse>;
8285
+ /**
8286
+ * @summary Queries detailed information about a type of events, including the severity level, status, and start time of each event. Events are generated when clusters are created, modified, and updated, node pools are created and scaled out, and components are installed.
8287
+ *
8288
+ * @param request DescribeEventsRequest
8289
+ * @param headers map
8290
+ * @param runtime runtime options for this request RuntimeOptions
8291
+ * @return DescribeEventsResponse
8292
+ */
7713
8293
  describeEventsWithOptions(request: DescribeEventsRequest, headers: {
7714
8294
  [key: string]: string;
7715
8295
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
8296
+ /**
8297
+ * @summary Queries detailed information about a type of events, including the severity level, status, and start time of each event. Events are generated when clusters are created, modified, and updated, node pools are created and scaled out, and components are installed.
8298
+ *
8299
+ * @param request DescribeEventsRequest
8300
+ * @return DescribeEventsResponse
8301
+ */
7716
8302
  describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
7717
8303
  /**
7718
- * For more information, see [Register an external Kubernetes cluster](~~121053~~).
7719
- *
7720
- * @param request DescribeExternalAgentRequest
7721
- * @param headers map
7722
- * @param runtime runtime options for this request RuntimeOptions
7723
- * @return DescribeExternalAgentResponse
8304
+ * @summary You can call the DescribeExternalAgent operation to query the agent configurations of a registered cluster by cluster ID.
8305
+ *
8306
+ * @description For more information, see [Register an external Kubernetes cluster](https://help.aliyun.com/document_detail/121053.html).
8307
+ *
8308
+ * @param request DescribeExternalAgentRequest
8309
+ * @param headers map
8310
+ * @param runtime runtime options for this request RuntimeOptions
8311
+ * @return DescribeExternalAgentResponse
7724
8312
  */
7725
8313
  describeExternalAgentWithOptions(ClusterId: string, request: DescribeExternalAgentRequest, headers: {
7726
8314
  [key: string]: string;
7727
8315
  }, runtime: $Util.RuntimeOptions): Promise<DescribeExternalAgentResponse>;
7728
8316
  /**
7729
- * For more information, see [Register an external Kubernetes cluster](~~121053~~).
7730
- *
7731
- * @param request DescribeExternalAgentRequest
7732
- * @return DescribeExternalAgentResponse
8317
+ * @summary You can call the DescribeExternalAgent operation to query the agent configurations of a registered cluster by cluster ID.
8318
+ *
8319
+ * @description For more information, see [Register an external Kubernetes cluster](https://help.aliyun.com/document_detail/121053.html).
8320
+ *
8321
+ * @param request DescribeExternalAgentRequest
8322
+ * @return DescribeExternalAgentResponse
7733
8323
  */
7734
8324
  describeExternalAgent(ClusterId: string, request: DescribeExternalAgentRequest): Promise<DescribeExternalAgentResponse>;
8325
+ /**
8326
+ * @summary Queries the detailed information about Kubernetes versions, including the version number, release date, expiration date, compatible OSs, and runtime.
8327
+ *
8328
+ * @param request DescribeKubernetesVersionMetadataRequest
8329
+ * @param headers map
8330
+ * @param runtime runtime options for this request RuntimeOptions
8331
+ * @return DescribeKubernetesVersionMetadataResponse
8332
+ */
7735
8333
  describeKubernetesVersionMetadataWithOptions(request: DescribeKubernetesVersionMetadataRequest, headers: {
7736
8334
  [key: string]: string;
7737
8335
  }, runtime: $Util.RuntimeOptions): Promise<DescribeKubernetesVersionMetadataResponse>;
8336
+ /**
8337
+ * @summary Queries the detailed information about Kubernetes versions, including the version number, release date, expiration date, compatible OSs, and runtime.
8338
+ *
8339
+ * @param request DescribeKubernetesVersionMetadataRequest
8340
+ * @return DescribeKubernetesVersionMetadataResponse
8341
+ */
7738
8342
  describeKubernetesVersionMetadata(request: DescribeKubernetesVersionMetadataRequest): Promise<DescribeKubernetesVersionMetadataResponse>;
8343
+ /**
8344
+ * @summary Queries the vulnerability information of a node pool, such as vulnerability names and severity levels, by specifying the ID of the node pool. We recommend that you periodically scan node pools for vulnerabilities to enhance cluster security.
8345
+ *
8346
+ * @param request DescribeNodePoolVulsRequest
8347
+ * @param headers map
8348
+ * @param runtime runtime options for this request RuntimeOptions
8349
+ * @return DescribeNodePoolVulsResponse
8350
+ */
7739
8351
  describeNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: DescribeNodePoolVulsRequest, headers: {
7740
8352
  [key: string]: string;
7741
8353
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNodePoolVulsResponse>;
8354
+ /**
8355
+ * @summary Queries the vulnerability information of a node pool, such as vulnerability names and severity levels, by specifying the ID of the node pool. We recommend that you periodically scan node pools for vulnerabilities to enhance cluster security.
8356
+ *
8357
+ * @param request DescribeNodePoolVulsRequest
8358
+ * @return DescribeNodePoolVulsResponse
8359
+ */
7742
8360
  describeNodePoolVuls(clusterId: string, nodepoolId: string, request: DescribeNodePoolVulsRequest): Promise<DescribeNodePoolVulsResponse>;
8361
+ /**
8362
+ * @summary You can call the DescribePolicies operation to query a list of policies.
8363
+ *
8364
+ * @param headers map
8365
+ * @param runtime runtime options for this request RuntimeOptions
8366
+ * @return DescribePoliciesResponse
8367
+ */
7743
8368
  describePoliciesWithOptions(headers: {
7744
8369
  [key: string]: string;
7745
8370
  }, runtime: $Util.RuntimeOptions): Promise<DescribePoliciesResponse>;
8371
+ /**
8372
+ * @summary You can call the DescribePolicies operation to query a list of policies.
8373
+ *
8374
+ * @return DescribePoliciesResponse
8375
+ */
7746
8376
  describePolicies(): Promise<DescribePoliciesResponse>;
8377
+ /**
8378
+ * @summary Container security policies for Container Service for Kubernetes (ACK) clusters offer a variety of built-in policies, including cis-k8s, infra, k8s-general, and PodSecurityPolicy. You can use these policies to ensure the security of containers running in a production environment. You can call the DescribePolicyDetails operation to query information about a policy, such as the content, action, and severity level of the policy.
8379
+ *
8380
+ * @param headers map
8381
+ * @param runtime runtime options for this request RuntimeOptions
8382
+ * @return DescribePolicyDetailsResponse
8383
+ */
7747
8384
  describePolicyDetailsWithOptions(policyName: string, headers: {
7748
8385
  [key: string]: string;
7749
8386
  }, runtime: $Util.RuntimeOptions): Promise<DescribePolicyDetailsResponse>;
8387
+ /**
8388
+ * @summary Container security policies for Container Service for Kubernetes (ACK) clusters offer a variety of built-in policies, including cis-k8s, infra, k8s-general, and PodSecurityPolicy. You can use these policies to ensure the security of containers running in a production environment. You can call the DescribePolicyDetails operation to query information about a policy, such as the content, action, and severity level of the policy.
8389
+ *
8390
+ * @return DescribePolicyDetailsResponse
8391
+ */
7750
8392
  describePolicyDetails(policyName: string): Promise<DescribePolicyDetailsResponse>;
8393
+ /**
8394
+ * @summary You can call the DescribePolicyGovernanceInCluster operation to query information about policies in a Container Service for Kubernetes (ACK) cluster.
8395
+ *
8396
+ * @param headers map
8397
+ * @param runtime runtime options for this request RuntimeOptions
8398
+ * @return DescribePolicyGovernanceInClusterResponse
8399
+ */
7751
8400
  describePolicyGovernanceInClusterWithOptions(clusterId: string, headers: {
7752
8401
  [key: string]: string;
7753
8402
  }, runtime: $Util.RuntimeOptions): Promise<DescribePolicyGovernanceInClusterResponse>;
8403
+ /**
8404
+ * @summary You can call the DescribePolicyGovernanceInCluster operation to query information about policies in a Container Service for Kubernetes (ACK) cluster.
8405
+ *
8406
+ * @return DescribePolicyGovernanceInClusterResponse
8407
+ */
7754
8408
  describePolicyGovernanceInCluster(clusterId: string): Promise<DescribePolicyGovernanceInClusterResponse>;
8409
+ /**
8410
+ * @summary Queries the detailed information about policy instances of the specified type in a Container Service for Kubernetes (ACK) cluster, such as the policy description and severity level. You can choose a type of security policy for an ACK cluster, specify the action and applicable scope of the policy, and then create and deploy a policy instance.
8411
+ *
8412
+ * @param request DescribePolicyInstancesRequest
8413
+ * @param headers map
8414
+ * @param runtime runtime options for this request RuntimeOptions
8415
+ * @return DescribePolicyInstancesResponse
8416
+ */
7755
8417
  describePolicyInstancesWithOptions(clusterId: string, request: DescribePolicyInstancesRequest, headers: {
7756
8418
  [key: string]: string;
7757
8419
  }, runtime: $Util.RuntimeOptions): Promise<DescribePolicyInstancesResponse>;
8420
+ /**
8421
+ * @summary Queries the detailed information about policy instances of the specified type in a Container Service for Kubernetes (ACK) cluster, such as the policy description and severity level. You can choose a type of security policy for an ACK cluster, specify the action and applicable scope of the policy, and then create and deploy a policy instance.
8422
+ *
8423
+ * @param request DescribePolicyInstancesRequest
8424
+ * @return DescribePolicyInstancesResponse
8425
+ */
7758
8426
  describePolicyInstances(clusterId: string, request: DescribePolicyInstancesRequest): Promise<DescribePolicyInstancesResponse>;
8427
+ /**
8428
+ * @summary Queries the deployment of policy instances in the current Container Service for Kubernetes (ACK) cluster, including the number of policy instances of each type and the number of policy types of each severity level.
8429
+ *
8430
+ * @param headers map
8431
+ * @param runtime runtime options for this request RuntimeOptions
8432
+ * @return DescribePolicyInstancesStatusResponse
8433
+ */
7759
8434
  describePolicyInstancesStatusWithOptions(clusterId: string, headers: {
7760
8435
  [key: string]: string;
7761
8436
  }, runtime: $Util.RuntimeOptions): Promise<DescribePolicyInstancesStatusResponse>;
8437
+ /**
8438
+ * @summary Queries the deployment of policy instances in the current Container Service for Kubernetes (ACK) cluster, including the number of policy instances of each type and the number of policy types of each severity level.
8439
+ *
8440
+ * @return DescribePolicyInstancesStatusResponse
8441
+ */
7762
8442
  describePolicyInstancesStatus(clusterId: string): Promise<DescribePolicyInstancesStatusResponse>;
7763
8443
  /**
7764
- * **
7765
- * ****Only Alibaba Cloud accounts can call this API operation.
7766
- *
7767
- * @param request DescribeSubaccountK8sClusterUserConfigRequest
7768
- * @param headers map
7769
- * @param runtime runtime options for this request RuntimeOptions
7770
- * @return DescribeSubaccountK8sClusterUserConfigResponse
8444
+ * @summary You can use an Alibaba Cloud account to call the DescribeSubaccountK8sClusterUserConfig operation to obtain the cluster kubeconfig file of a RAM user or RAM role.
8445
+ *
8446
+ * @description **
8447
+ * ****Only Alibaba Cloud accounts can call this API operation.
8448
+ *
8449
+ * @param request DescribeSubaccountK8sClusterUserConfigRequest
8450
+ * @param headers map
8451
+ * @param runtime runtime options for this request RuntimeOptions
8452
+ * @return DescribeSubaccountK8sClusterUserConfigResponse
7771
8453
  */
7772
8454
  describeSubaccountK8sClusterUserConfigWithOptions(ClusterId: string, Uid: string, request: DescribeSubaccountK8sClusterUserConfigRequest, headers: {
7773
8455
  [key: string]: string;
7774
8456
  }, runtime: $Util.RuntimeOptions): Promise<DescribeSubaccountK8sClusterUserConfigResponse>;
7775
8457
  /**
7776
- * **
7777
- * ****Only Alibaba Cloud accounts can call this API operation.
7778
- *
7779
- * @param request DescribeSubaccountK8sClusterUserConfigRequest
7780
- * @return DescribeSubaccountK8sClusterUserConfigResponse
8458
+ * @summary You can use an Alibaba Cloud account to call the DescribeSubaccountK8sClusterUserConfig operation to obtain the cluster kubeconfig file of a RAM user or RAM role.
8459
+ *
8460
+ * @description **
8461
+ * ****Only Alibaba Cloud accounts can call this API operation.
8462
+ *
8463
+ * @param request DescribeSubaccountK8sClusterUserConfigRequest
8464
+ * @return DescribeSubaccountK8sClusterUserConfigResponse
7781
8465
  */
7782
8466
  describeSubaccountK8sClusterUserConfig(ClusterId: string, Uid: string, request: DescribeSubaccountK8sClusterUserConfigRequest): Promise<DescribeSubaccountK8sClusterUserConfigResponse>;
8467
+ /**
8468
+ * @summary Queries detailed information about a task, such as the task type, status, and progress.
8469
+ *
8470
+ * @param headers map
8471
+ * @param runtime runtime options for this request RuntimeOptions
8472
+ * @return DescribeTaskInfoResponse
8473
+ */
7783
8474
  describeTaskInfoWithOptions(taskId: string, headers: {
7784
8475
  [key: string]: string;
7785
8476
  }, runtime: $Util.RuntimeOptions): Promise<DescribeTaskInfoResponse>;
8477
+ /**
8478
+ * @summary Queries detailed information about a task, such as the task type, status, and progress.
8479
+ *
8480
+ * @return DescribeTaskInfoResponse
8481
+ */
7786
8482
  describeTaskInfo(taskId: string): Promise<DescribeTaskInfoResponse>;
8483
+ /**
8484
+ * @summary An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can call the DescribeTemplates API operation to query orchestration templates and their detailed information, including access permissions, YAML content, and labels.
8485
+ *
8486
+ * @param request DescribeTemplateAttributeRequest
8487
+ * @param headers map
8488
+ * @param runtime runtime options for this request RuntimeOptions
8489
+ * @return DescribeTemplateAttributeResponse
8490
+ */
7787
8491
  describeTemplateAttributeWithOptions(TemplateId: string, request: DescribeTemplateAttributeRequest, headers: {
7788
8492
  [key: string]: string;
7789
8493
  }, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateAttributeResponse>;
8494
+ /**
8495
+ * @summary An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can call the DescribeTemplates API operation to query orchestration templates and their detailed information, including access permissions, YAML content, and labels.
8496
+ *
8497
+ * @param request DescribeTemplateAttributeRequest
8498
+ * @return DescribeTemplateAttributeResponse
8499
+ */
7790
8500
  describeTemplateAttribute(TemplateId: string, request: DescribeTemplateAttributeRequest): Promise<DescribeTemplateAttributeResponse>;
8501
+ /**
8502
+ * @summary An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can call the DescribeTemplates API operation to query orchestration templates and their detailed information, including access permissions, YAML content, and labels.
8503
+ *
8504
+ * @param request DescribeTemplatesRequest
8505
+ * @param headers map
8506
+ * @param runtime runtime options for this request RuntimeOptions
8507
+ * @return DescribeTemplatesResponse
8508
+ */
7791
8509
  describeTemplatesWithOptions(request: DescribeTemplatesRequest, headers: {
7792
8510
  [key: string]: string;
7793
8511
  }, runtime: $Util.RuntimeOptions): Promise<DescribeTemplatesResponse>;
8512
+ /**
8513
+ * @summary An orchestration template defines and describes a group of Kubernetes resources. It declaratively describes the configuration of an application or how an application runs. You can call the DescribeTemplates API operation to query orchestration templates and their detailed information, including access permissions, YAML content, and labels.
8514
+ *
8515
+ * @param request DescribeTemplatesRequest
8516
+ * @return DescribeTemplatesResponse
8517
+ */
7794
8518
  describeTemplates(request: DescribeTemplatesRequest): Promise<DescribeTemplatesResponse>;
8519
+ /**
8520
+ * @summary You can call the DescribeTrigger operation to query triggers.
8521
+ *
8522
+ * @param request DescribeTriggerRequest
8523
+ * @param headers map
8524
+ * @param runtime runtime options for this request RuntimeOptions
8525
+ * @return DescribeTriggerResponse
8526
+ */
7795
8527
  describeTriggerWithOptions(clusterId: string, request: DescribeTriggerRequest, headers: {
7796
8528
  [key: string]: string;
7797
8529
  }, runtime: $Util.RuntimeOptions): Promise<DescribeTriggerResponse>;
8530
+ /**
8531
+ * @summary You can call the DescribeTrigger operation to query triggers.
8532
+ *
8533
+ * @param request DescribeTriggerRequest
8534
+ * @return DescribeTriggerResponse
8535
+ */
7798
8536
  describeTrigger(clusterId: string, request: DescribeTriggerRequest): Promise<DescribeTriggerResponse>;
8537
+ /**
8538
+ * @summary Queries the Role-Based Access Control (RBAC) permissions that are granted to the current Resource Access Management (RAM) user or RAM role on a Container Service for Kubernetes (ACK) cluster. You can use Kubernetes namespaces to limit users from accessing resources in an ACK cluster. Users that are granted RBAC permissions only on one namespace cannot access resources in other namespaces.
8539
+ *
8540
+ * @param headers map
8541
+ * @param runtime runtime options for this request RuntimeOptions
8542
+ * @return DescribeUserClusterNamespacesResponse
8543
+ */
7799
8544
  describeUserClusterNamespacesWithOptions(ClusterId: string, headers: {
7800
8545
  [key: string]: string;
7801
8546
  }, runtime: $Util.RuntimeOptions): Promise<DescribeUserClusterNamespacesResponse>;
8547
+ /**
8548
+ * @summary Queries the Role-Based Access Control (RBAC) permissions that are granted to the current Resource Access Management (RAM) user or RAM role on a Container Service for Kubernetes (ACK) cluster. You can use Kubernetes namespaces to limit users from accessing resources in an ACK cluster. Users that are granted RBAC permissions only on one namespace cannot access resources in other namespaces.
8549
+ *
8550
+ * @return DescribeUserClusterNamespacesResponse
8551
+ */
7802
8552
  describeUserClusterNamespaces(ClusterId: string): Promise<DescribeUserClusterNamespacesResponse>;
8553
+ /**
8554
+ * @summary In an Container Service for Kubernetes (ACK) cluster, you can create and specify different Resource Access Management (RAM) users or roles to have different access permissions. This ensures access control and resource isolation. You can call the DescribeUserPermission operation to query the permissions that are granted to a RAM user or RAM role on ACK clusters, including the resources that are allowed to access, the scope of the permissions, the predefined role, and the permission source.
8555
+ *
8556
+ * @param headers map
8557
+ * @param runtime runtime options for this request RuntimeOptions
8558
+ * @return DescribeUserPermissionResponse
8559
+ */
7803
8560
  describeUserPermissionWithOptions(uid: string, headers: {
7804
8561
  [key: string]: string;
7805
8562
  }, runtime: $Util.RuntimeOptions): Promise<DescribeUserPermissionResponse>;
8563
+ /**
8564
+ * @summary In an Container Service for Kubernetes (ACK) cluster, you can create and specify different Resource Access Management (RAM) users or roles to have different access permissions. This ensures access control and resource isolation. You can call the DescribeUserPermission operation to query the permissions that are granted to a RAM user or RAM role on ACK clusters, including the resources that are allowed to access, the scope of the permissions, the predefined role, and the permission source.
8565
+ *
8566
+ * @return DescribeUserPermissionResponse
8567
+ */
7806
8568
  describeUserPermission(uid: string): Promise<DescribeUserPermissionResponse>;
8569
+ /**
8570
+ * @summary Queries quotas related to Container Service for Kubernetes (ACK) clusters, node pools, and nodes. To increase a quota, submit an application in the Quota Center console.
8571
+ *
8572
+ * @param headers map
8573
+ * @param runtime runtime options for this request RuntimeOptions
8574
+ * @return DescribeUserQuotaResponse
8575
+ */
7807
8576
  describeUserQuotaWithOptions(headers: {
7808
8577
  [key: string]: string;
7809
8578
  }, runtime: $Util.RuntimeOptions): Promise<DescribeUserQuotaResponse>;
8579
+ /**
8580
+ * @summary Queries quotas related to Container Service for Kubernetes (ACK) clusters, node pools, and nodes. To increase a quota, submit an application in the Quota Center console.
8581
+ *
8582
+ * @return DescribeUserQuotaResponse
8583
+ */
7810
8584
  describeUserQuota(): Promise<DescribeUserQuotaResponse>;
8585
+ /**
8586
+ * @summary You can call the DescribeWorkflows operation to query all workflows.
8587
+ *
8588
+ * @param headers map
8589
+ * @param runtime runtime options for this request RuntimeOptions
8590
+ * @return DescribeWorkflowsResponse
8591
+ */
7811
8592
  describeWorkflowsWithOptions(headers: {
7812
8593
  [key: string]: string;
7813
8594
  }, runtime: $Util.RuntimeOptions): Promise<DescribeWorkflowsResponse>;
8595
+ /**
8596
+ * @summary You can call the DescribeWorkflows operation to query all workflows.
8597
+ *
8598
+ * @return DescribeWorkflowsResponse
8599
+ */
7814
8600
  describeWorkflows(): Promise<DescribeWorkflowsResponse>;
8601
+ /**
8602
+ * @summary You can call the EdgeClusterAddEdgeMachine operation to add a cloud-native box to a Container Service for Kubernetes (ACK) Edge cluster.
8603
+ *
8604
+ * @param request EdgeClusterAddEdgeMachineRequest
8605
+ * @param headers map
8606
+ * @param runtime runtime options for this request RuntimeOptions
8607
+ * @return EdgeClusterAddEdgeMachineResponse
8608
+ */
7815
8609
  edgeClusterAddEdgeMachineWithOptions(clusterid: string, edgeMachineid: string, request: EdgeClusterAddEdgeMachineRequest, headers: {
7816
8610
  [key: string]: string;
7817
8611
  }, runtime: $Util.RuntimeOptions): Promise<EdgeClusterAddEdgeMachineResponse>;
8612
+ /**
8613
+ * @summary You can call the EdgeClusterAddEdgeMachine operation to add a cloud-native box to a Container Service for Kubernetes (ACK) Edge cluster.
8614
+ *
8615
+ * @param request EdgeClusterAddEdgeMachineRequest
8616
+ * @return EdgeClusterAddEdgeMachineResponse
8617
+ */
7818
8618
  edgeClusterAddEdgeMachine(clusterid: string, edgeMachineid: string, request: EdgeClusterAddEdgeMachineRequest): Promise<EdgeClusterAddEdgeMachineResponse>;
7819
8619
  /**
7820
- * 1. The Common Vulnerabilities and Exposures (CVE) patching feature is developed based on Security Center. To use this feature, you must purchase the Security Center Ultimate Edition that supports Container Service for Kubernetes (ACK).
7821
- * 2. ACK may need to restart nodes to patch certain vulnerabilities. ACK drains a node before the node restarts. Make sure that the ACK cluster has sufficient idle nodes to host the pods evicted from the trained nodes. For example, you can scale out a node pool before you patch vulnerabilities for the nodes in the node pool.
7822
- * 3. Security Center ensures the compatibility of CVE patches. We recommend that you check the compatibility of a CVE patch with your application before you install the patch. You can pause or cancel a CVE patching task anytime.
7823
- * 4. CVE patching is a progressive task that consists of multiple batches. After you pause or cancel a CVE patching task, ACK continues to process the dispatched batches. Only the batches that have not been dispatched are paused or canceled.
7824
- *
7825
- * @param request FixNodePoolVulsRequest
7826
- * @param headers map
7827
- * @param runtime runtime options for this request RuntimeOptions
7828
- * @return FixNodePoolVulsResponse
8620
+ * @summary Patches node vulnerabilities in a node pool to enhance node security. Cloud Security provided by Alibaba Cloud periodically scans Elastic Compute Service (ECS) instances for vulnerabilities and provides suggestions on how to patch the detected vulnerabilities. Vulnerability patching may require node restarts. Make sure that your cluster has sufficient idle nodes for node draining.
8621
+ *
8622
+ * @description 1. The Common Vulnerabilities and Exposures (CVE) patching feature is developed based on Security Center. To use this feature, you must purchase the Security Center Ultimate Edition that supports Container Service for Kubernetes (ACK).
8623
+ * 2. ACK may need to restart nodes to patch certain vulnerabilities. ACK drains a node before the node restarts. Make sure that the ACK cluster has sufficient idle nodes to host the pods evicted from the trained nodes. For example, you can scale out a node pool before you patch vulnerabilities for the nodes in the node pool.
8624
+ * 3. Security Center ensures the compatibility of CVE patches. We recommend that you check the compatibility of a CVE patch with your application before you install the patch. You can pause or cancel a CVE patching task anytime.
8625
+ * 4. CVE patching is a progressive task that consists of multiple batches. After you pause or cancel a CVE patching task, ACK continues to process the dispatched batches. Only the batches that have not been dispatched are paused or canceled.
8626
+ *
8627
+ * @param request FixNodePoolVulsRequest
8628
+ * @param headers map
8629
+ * @param runtime runtime options for this request RuntimeOptions
8630
+ * @return FixNodePoolVulsResponse
7829
8631
  */
7830
8632
  fixNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest, headers: {
7831
8633
  [key: string]: string;
7832
8634
  }, runtime: $Util.RuntimeOptions): Promise<FixNodePoolVulsResponse>;
7833
8635
  /**
7834
- * 1. The Common Vulnerabilities and Exposures (CVE) patching feature is developed based on Security Center. To use this feature, you must purchase the Security Center Ultimate Edition that supports Container Service for Kubernetes (ACK).
7835
- * 2. ACK may need to restart nodes to patch certain vulnerabilities. ACK drains a node before the node restarts. Make sure that the ACK cluster has sufficient idle nodes to host the pods evicted from the trained nodes. For example, you can scale out a node pool before you patch vulnerabilities for the nodes in the node pool.
7836
- * 3. Security Center ensures the compatibility of CVE patches. We recommend that you check the compatibility of a CVE patch with your application before you install the patch. You can pause or cancel a CVE patching task anytime.
7837
- * 4. CVE patching is a progressive task that consists of multiple batches. After you pause or cancel a CVE patching task, ACK continues to process the dispatched batches. Only the batches that have not been dispatched are paused or canceled.
7838
- *
7839
- * @param request FixNodePoolVulsRequest
7840
- * @return FixNodePoolVulsResponse
8636
+ * @summary Patches node vulnerabilities in a node pool to enhance node security. Cloud Security provided by Alibaba Cloud periodically scans Elastic Compute Service (ECS) instances for vulnerabilities and provides suggestions on how to patch the detected vulnerabilities. Vulnerability patching may require node restarts. Make sure that your cluster has sufficient idle nodes for node draining.
8637
+ *
8638
+ * @description 1. The Common Vulnerabilities and Exposures (CVE) patching feature is developed based on Security Center. To use this feature, you must purchase the Security Center Ultimate Edition that supports Container Service for Kubernetes (ACK).
8639
+ * 2. ACK may need to restart nodes to patch certain vulnerabilities. ACK drains a node before the node restarts. Make sure that the ACK cluster has sufficient idle nodes to host the pods evicted from the trained nodes. For example, you can scale out a node pool before you patch vulnerabilities for the nodes in the node pool.
8640
+ * 3. Security Center ensures the compatibility of CVE patches. We recommend that you check the compatibility of a CVE patch with your application before you install the patch. You can pause or cancel a CVE patching task anytime.
8641
+ * 4. CVE patching is a progressive task that consists of multiple batches. After you pause or cancel a CVE patching task, ACK continues to process the dispatched batches. Only the batches that have not been dispatched are paused or canceled.
8642
+ *
8643
+ * @param request FixNodePoolVulsRequest
8644
+ * @return FixNodePoolVulsResponse
7841
8645
  */
7842
8646
  fixNodePoolVuls(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest): Promise<FixNodePoolVulsResponse>;
8647
+ /**
8648
+ * @summary You can call the GetClusterAddonInstance operation to query the information of a component instance in a cluster, including the version, configurations, and log status of the component instance.
8649
+ *
8650
+ * @param headers map
8651
+ * @param runtime runtime options for this request RuntimeOptions
8652
+ * @return GetClusterAddonInstanceResponse
8653
+ */
7843
8654
  getClusterAddonInstanceWithOptions(clusterId: string, instanceName: string, headers: {
7844
8655
  [key: string]: string;
7845
8656
  }, runtime: $Util.RuntimeOptions): Promise<GetClusterAddonInstanceResponse>;
8657
+ /**
8658
+ * @summary You can call the GetClusterAddonInstance operation to query the information of a component instance in a cluster, including the version, configurations, and log status of the component instance.
8659
+ *
8660
+ * @return GetClusterAddonInstanceResponse
8661
+ */
7846
8662
  getClusterAddonInstance(clusterId: string, instanceName: string): Promise<GetClusterAddonInstanceResponse>;
8663
+ /**
8664
+ * @summary Queries a cluster check task by cluster ID and task ID. You can view the status, check items, creation time, and end time of the task. Container Intelligence Service (CIS) provides a variety of Kubernetes cluster check features, including cluster update check, cluster migration check, component installation check, component update check, and node pool check.
8665
+ *
8666
+ * @param headers map
8667
+ * @param runtime runtime options for this request RuntimeOptions
8668
+ * @return GetClusterCheckResponse
8669
+ */
7847
8670
  getClusterCheckWithOptions(clusterId: string, checkId: string, headers: {
7848
8671
  [key: string]: string;
7849
8672
  }, runtime: $Util.RuntimeOptions): Promise<GetClusterCheckResponse>;
8673
+ /**
8674
+ * @summary Queries a cluster check task by cluster ID and task ID. You can view the status, check items, creation time, and end time of the task. Container Intelligence Service (CIS) provides a variety of Kubernetes cluster check features, including cluster update check, cluster migration check, component installation check, component update check, and node pool check.
8675
+ *
8676
+ * @return GetClusterCheckResponse
8677
+ */
7850
8678
  getClusterCheck(clusterId: string, checkId: string): Promise<GetClusterCheckResponse>;
8679
+ /**
8680
+ * @summary You can call the GetKubernetesTrigger operationto query the triggers of an application by application name.
8681
+ *
8682
+ * @param request GetKubernetesTriggerRequest
8683
+ * @param headers map
8684
+ * @param runtime runtime options for this request RuntimeOptions
8685
+ * @return GetKubernetesTriggerResponse
8686
+ */
7851
8687
  getKubernetesTriggerWithOptions(ClusterId: string, request: GetKubernetesTriggerRequest, headers: {
7852
8688
  [key: string]: string;
7853
8689
  }, runtime: $Util.RuntimeOptions): Promise<GetKubernetesTriggerResponse>;
8690
+ /**
8691
+ * @summary You can call the GetKubernetesTrigger operationto query the triggers of an application by application name.
8692
+ *
8693
+ * @param request GetKubernetesTriggerRequest
8694
+ * @return GetKubernetesTriggerResponse
8695
+ */
7854
8696
  getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse>;
8697
+ /**
8698
+ * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
8699
+ *
8700
+ * @param headers map
8701
+ * @param runtime runtime options for this request RuntimeOptions
8702
+ * @return GetUpgradeStatusResponse
8703
+ */
7855
8704
  getUpgradeStatusWithOptions(ClusterId: string, headers: {
7856
8705
  [key: string]: string;
7857
8706
  }, runtime: $Util.RuntimeOptions): Promise<GetUpgradeStatusResponse>;
8707
+ /**
8708
+ * @summary You can call the GetUpgradeStatus operation to query the update progress of a cluster by cluster ID.
8709
+ *
8710
+ * @return GetUpgradeStatusResponse
8711
+ */
7858
8712
  getUpgradeStatus(ClusterId: string): Promise<GetUpgradeStatusResponse>;
7859
8713
  /**
7860
- * ****
7861
- * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
7862
- * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. 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](~~119035~~).
7863
- * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
7864
- *
7865
- * @param request GrantPermissionsRequest
7866
- * @param headers map
7867
- * @param runtime runtime options for this request RuntimeOptions
7868
- * @return GrantPermissionsResponse
8714
+ * @summary You can call the GrantPermissions operation to grant a Resource Access Management (RAM) user the permissions to manage Container Service for Kubernetes (ACK) clusters.
8715
+ *
8716
+ * @description ****
8717
+ * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](https://help.aliyun.com/document_detail/86485.html).
8718
+ * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. 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).
8719
+ * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
8720
+ *
8721
+ * @param request GrantPermissionsRequest
8722
+ * @param headers map
8723
+ * @param runtime runtime options for this request RuntimeOptions
8724
+ * @return GrantPermissionsResponse
7869
8725
  */
7870
8726
  grantPermissionsWithOptions(uid: string, request: GrantPermissionsRequest, headers: {
7871
8727
  [key: string]: string;
7872
8728
  }, runtime: $Util.RuntimeOptions): Promise<GrantPermissionsResponse>;
7873
8729
  /**
7874
- * ****
7875
- * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
7876
- * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. 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](~~119035~~).
7877
- * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
7878
- *
7879
- * @param request GrantPermissionsRequest
7880
- * @return GrantPermissionsResponse
8730
+ * @summary You can call the GrantPermissions operation to grant a Resource Access Management (RAM) user the permissions to manage Container Service for Kubernetes (ACK) clusters.
8731
+ *
8732
+ * @description ****
8733
+ * * Make sure that you have granted the RAM user at least read-only permissions on the desired ACK clusters in the RAM console. Otherwise, the `ErrorRamPolicyConfig` error code is returned. For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](https://help.aliyun.com/document_detail/86485.html).
8734
+ * * If you use a RAM user to call this API operation, make sure that the RAM user is authorized to modify the permissions of other RAM users on the desired ACK clusters. 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).
8735
+ * * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included.
8736
+ *
8737
+ * @param request GrantPermissionsRequest
8738
+ * @return GrantPermissionsResponse
7881
8739
  */
7882
8740
  grantPermissions(uid: string, request: GrantPermissionsRequest): Promise<GrantPermissionsResponse>;
8741
+ /**
8742
+ * @summary 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.
8743
+ *
8744
+ * @param request InstallClusterAddonsRequest
8745
+ * @param headers map
8746
+ * @param runtime runtime options for this request RuntimeOptions
8747
+ * @return InstallClusterAddonsResponse
8748
+ */
7883
8749
  installClusterAddonsWithOptions(ClusterId: string, request: InstallClusterAddonsRequest, headers: {
7884
8750
  [key: string]: string;
7885
8751
  }, runtime: $Util.RuntimeOptions): Promise<InstallClusterAddonsResponse>;
8752
+ /**
8753
+ * @summary 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.
8754
+ *
8755
+ * @param request InstallClusterAddonsRequest
8756
+ * @return InstallClusterAddonsResponse
8757
+ */
7886
8758
  installClusterAddons(ClusterId: string, request: InstallClusterAddonsRequest): Promise<InstallClusterAddonsResponse>;
8759
+ /**
8760
+ * @summary You can call the ListAddons operation to query all available components in a cluster. You can query all available components in a cluster by specifying the ID of the cluster. You can also specify parameters such as the region, cluster type, cluster subtype (profile), cluster specification, and cluster version to get a list of available components in clusters that meet the conditions.
8761
+ *
8762
+ * @param request ListAddonsRequest
8763
+ * @param headers map
8764
+ * @param runtime runtime options for this request RuntimeOptions
8765
+ * @return ListAddonsResponse
8766
+ */
7887
8767
  listAddonsWithOptions(request: ListAddonsRequest, headers: {
7888
8768
  [key: string]: string;
7889
8769
  }, runtime: $Util.RuntimeOptions): Promise<ListAddonsResponse>;
8770
+ /**
8771
+ * @summary You can call the ListAddons operation to query all available components in a cluster. You can query all available components in a cluster by specifying the ID of the cluster. You can also specify parameters such as the region, cluster type, cluster subtype (profile), cluster specification, and cluster version to get a list of available components in clusters that meet the conditions.
8772
+ *
8773
+ * @param request ListAddonsRequest
8774
+ * @return ListAddonsResponse
8775
+ */
7890
8776
  listAddons(request: ListAddonsRequest): Promise<ListAddonsResponse>;
8777
+ /**
8778
+ * @summary You can call the ListClusterAddonInstances operation to query information about the components that are installed in a cluster.
8779
+ *
8780
+ * @param headers map
8781
+ * @param runtime runtime options for this request RuntimeOptions
8782
+ * @return ListClusterAddonInstancesResponse
8783
+ */
7891
8784
  listClusterAddonInstancesWithOptions(clusterId: string, headers: {
7892
8785
  [key: string]: string;
7893
8786
  }, runtime: $Util.RuntimeOptions): Promise<ListClusterAddonInstancesResponse>;
8787
+ /**
8788
+ * @summary You can call the ListClusterAddonInstances operation to query information about the components that are installed in a cluster.
8789
+ *
8790
+ * @return ListClusterAddonInstancesResponse
8791
+ */
7894
8792
  listClusterAddonInstances(clusterId: string): Promise<ListClusterAddonInstancesResponse>;
8793
+ /**
8794
+ * @summary You can call the ListClusterChecks operation to query all the cluster check results of a cluster.
8795
+ *
8796
+ * @param request ListClusterChecksRequest
8797
+ * @param headers map
8798
+ * @param runtime runtime options for this request RuntimeOptions
8799
+ * @return ListClusterChecksResponse
8800
+ */
7895
8801
  listClusterChecksWithOptions(clusterId: string, request: ListClusterChecksRequest, headers: {
7896
8802
  [key: string]: string;
7897
8803
  }, runtime: $Util.RuntimeOptions): Promise<ListClusterChecksResponse>;
8804
+ /**
8805
+ * @summary You can call the ListClusterChecks operation to query all the cluster check results of a cluster.
8806
+ *
8807
+ * @param request ListClusterChecksRequest
8808
+ * @return ListClusterChecksResponse
8809
+ */
7898
8810
  listClusterChecks(clusterId: string, request: ListClusterChecksRequest): Promise<ListClusterChecksResponse>;
8811
+ /**
8812
+ * @summary 获取自动运维执行计划列表
8813
+ *
8814
+ * @param request ListOperationPlansRequest
8815
+ * @param headers map
8816
+ * @param runtime runtime options for this request RuntimeOptions
8817
+ * @return ListOperationPlansResponse
8818
+ */
7899
8819
  listOperationPlansWithOptions(request: ListOperationPlansRequest, headers: {
7900
8820
  [key: string]: string;
7901
8821
  }, runtime: $Util.RuntimeOptions): Promise<ListOperationPlansResponse>;
8822
+ /**
8823
+ * @summary 获取自动运维执行计划列表
8824
+ *
8825
+ * @param request ListOperationPlansRequest
8826
+ * @return ListOperationPlansResponse
8827
+ */
7902
8828
  listOperationPlans(request: ListOperationPlansRequest): Promise<ListOperationPlansResponse>;
8829
+ /**
8830
+ * @summary Queries resource labels and the detailed information, such as the key-value pairs of the labels and the clusters to which the labels are added. You can use labels to classify and manage Container Service for Kubernetes (ACK) clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
8831
+ *
8832
+ * @param tmpReq ListTagResourcesRequest
8833
+ * @param headers map
8834
+ * @param runtime runtime options for this request RuntimeOptions
8835
+ * @return ListTagResourcesResponse
8836
+ */
7903
8837
  listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, headers: {
7904
8838
  [key: string]: string;
7905
8839
  }, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
8840
+ /**
8841
+ * @summary Queries resource labels and the detailed information, such as the key-value pairs of the labels and the clusters to which the labels are added. You can use labels to classify and manage Container Service for Kubernetes (ACK) clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
8842
+ *
8843
+ * @param request ListTagResourcesRequest
8844
+ * @return ListTagResourcesResponse
8845
+ */
7906
8846
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
8847
+ /**
8848
+ * @summary Container Service for Kubernetes (ACK) Pro clusters are developed based on ACK Basic clusters. ACK Pro clusters provide all benefits of ACK managed clusters, such as fully-managed control planes and control plane high availability. In addition, ACK Pro clusters provide you with enhanced reliability, security, and schedulability. ACK Pro clusters are covered by the SLA that supports compensation clauses. ACK Pro clusters are suitable for large-scale businesses that require high stability and security in production environments. We recommend that you migrate from ACK Basic clusters to ACK Pro clusters.
8849
+ *
8850
+ * @param request MigrateClusterRequest
8851
+ * @param headers map
8852
+ * @param runtime runtime options for this request RuntimeOptions
8853
+ * @return MigrateClusterResponse
8854
+ */
7907
8855
  migrateClusterWithOptions(clusterId: string, request: MigrateClusterRequest, headers: {
7908
8856
  [key: string]: string;
7909
8857
  }, runtime: $Util.RuntimeOptions): Promise<MigrateClusterResponse>;
8858
+ /**
8859
+ * @summary Container Service for Kubernetes (ACK) Pro clusters are developed based on ACK Basic clusters. ACK Pro clusters provide all benefits of ACK managed clusters, such as fully-managed control planes and control plane high availability. In addition, ACK Pro clusters provide you with enhanced reliability, security, and schedulability. ACK Pro clusters are covered by the SLA that supports compensation clauses. ACK Pro clusters are suitable for large-scale businesses that require high stability and security in production environments. We recommend that you migrate from ACK Basic clusters to ACK Pro clusters.
8860
+ *
8861
+ * @param request MigrateClusterRequest
8862
+ * @return MigrateClusterResponse
8863
+ */
7910
8864
  migrateCluster(clusterId: string, request: MigrateClusterRequest): Promise<MigrateClusterResponse>;
8865
+ /**
8866
+ * @summary You can call the ModifyCluster operation to modify the cluster configurations by cluster ID.
8867
+ *
8868
+ * @param request ModifyClusterRequest
8869
+ * @param headers map
8870
+ * @param runtime runtime options for this request RuntimeOptions
8871
+ * @return ModifyClusterResponse
8872
+ */
7911
8873
  modifyClusterWithOptions(ClusterId: string, request: ModifyClusterRequest, headers: {
7912
8874
  [key: string]: string;
7913
8875
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterResponse>;
8876
+ /**
8877
+ * @summary You can call the ModifyCluster operation to modify the cluster configurations by cluster ID.
8878
+ *
8879
+ * @param request ModifyClusterRequest
8880
+ * @return ModifyClusterResponse
8881
+ */
7914
8882
  modifyCluster(ClusterId: string, request: ModifyClusterRequest): Promise<ModifyClusterResponse>;
7915
8883
  /**
7916
- * You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
7917
- * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
7918
- * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
7919
- * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
7920
- *
7921
- * @param request ModifyClusterAddonRequest
7922
- * @param headers map
7923
- * @param runtime runtime options for this request RuntimeOptions
7924
- * @return ModifyClusterAddonResponse
8884
+ * @summary Modifies the configuration of a cluster component. This operation may affect your businesses. We recommend that you assess the impact, back up data, and perform the operation during off-peak hours.
8885
+ *
8886
+ * @description You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
8887
+ * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
8888
+ * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
8889
+ * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
8890
+ *
8891
+ * @param request ModifyClusterAddonRequest
8892
+ * @param headers map
8893
+ * @param runtime runtime options for this request RuntimeOptions
8894
+ * @return ModifyClusterAddonResponse
7925
8895
  */
7926
8896
  modifyClusterAddonWithOptions(clusterId: string, componentId: string, request: ModifyClusterAddonRequest, headers: {
7927
8897
  [key: string]: string;
7928
8898
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterAddonResponse>;
7929
8899
  /**
7930
- * You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
7931
- * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
7932
- * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
7933
- * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
7934
- *
7935
- * @param request ModifyClusterAddonRequest
7936
- * @return ModifyClusterAddonResponse
8900
+ * @summary Modifies the configuration of a cluster component. This operation may affect your businesses. We recommend that you assess the impact, back up data, and perform the operation during off-peak hours.
8901
+ *
8902
+ * @description You can use this API operation to modify the components in a Container Service for Kubernetes (ACK) cluster or the control plane components in an ACK Pro cluster.
8903
+ * * To query the customizable parameters of a component, call the `DescribeClusterAddonMetadata` API operation. For more information, see [Query the metadata of a specified component version](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/query).
8904
+ * * For more information about the customizable parameters of control plane components in ACK Pro clusters, see [Customize the parameters of control plane components in ACK Pro clusters](https://www.alibabacloud.com/help/zh/container-service-for-kubernetes/latest/customize-control-plane-parameters-for-a-professional-kubernetes-cluster).
8905
+ * After you call this operation, the component may be redeployed and restarted. We recommend that you assess the impact before you call this operation.
8906
+ *
8907
+ * @param request ModifyClusterAddonRequest
8908
+ * @return ModifyClusterAddonResponse
7937
8909
  */
7938
8910
  modifyClusterAddon(clusterId: string, componentId: string, request: ModifyClusterAddonRequest): Promise<ModifyClusterAddonResponse>;
8911
+ /**
8912
+ * @summary This API operation applies only to Container Service for Kubernetes (ACK) managed clusters.
8913
+ *
8914
+ * @param request ModifyClusterConfigurationRequest
8915
+ * @param headers map
8916
+ * @param runtime runtime options for this request RuntimeOptions
8917
+ * @return ModifyClusterConfigurationResponse
8918
+ */
7939
8919
  modifyClusterConfigurationWithOptions(ClusterId: string, request: ModifyClusterConfigurationRequest, headers: {
7940
8920
  [key: string]: string;
7941
8921
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterConfigurationResponse>;
8922
+ /**
8923
+ * @summary This API operation applies only to Container Service for Kubernetes (ACK) managed clusters.
8924
+ *
8925
+ * @param request ModifyClusterConfigurationRequest
8926
+ * @return ModifyClusterConfigurationResponse
8927
+ */
7942
8928
  modifyClusterConfiguration(ClusterId: string, request: ModifyClusterConfigurationRequest): Promise<ModifyClusterConfigurationResponse>;
8929
+ /**
8930
+ * @summary You can call the ModifyClusterNodePool operation to modify the configuration of a node pool with the specified node pool ID.
8931
+ *
8932
+ * @param request ModifyClusterNodePoolRequest
8933
+ * @param headers map
8934
+ * @param runtime runtime options for this request RuntimeOptions
8935
+ * @return ModifyClusterNodePoolResponse
8936
+ */
7943
8937
  modifyClusterNodePoolWithOptions(ClusterId: string, NodepoolId: string, request: ModifyClusterNodePoolRequest, headers: {
7944
8938
  [key: string]: string;
7945
8939
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterNodePoolResponse>;
8940
+ /**
8941
+ * @summary You can call the ModifyClusterNodePool operation to modify the configuration of a node pool with the specified node pool ID.
8942
+ *
8943
+ * @param request ModifyClusterNodePoolRequest
8944
+ * @return ModifyClusterNodePoolResponse
8945
+ */
7946
8946
  modifyClusterNodePool(ClusterId: string, NodepoolId: string, request: ModifyClusterNodePoolRequest): Promise<ModifyClusterNodePoolResponse>;
8947
+ /**
8948
+ * @summary Modifies the labels of a Container Service for Kubernetes (ACK) cluster. You can use labels (key-value pairs) to classify and manage ACK clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
8949
+ *
8950
+ * @param request ModifyClusterTagsRequest
8951
+ * @param headers map
8952
+ * @param runtime runtime options for this request RuntimeOptions
8953
+ * @return ModifyClusterTagsResponse
8954
+ */
7947
8955
  modifyClusterTagsWithOptions(ClusterId: string, request: ModifyClusterTagsRequest, headers: {
7948
8956
  [key: string]: string;
7949
8957
  }, runtime: $Util.RuntimeOptions): Promise<ModifyClusterTagsResponse>;
8958
+ /**
8959
+ * @summary Modifies the labels of a Container Service for Kubernetes (ACK) cluster. You can use labels (key-value pairs) to classify and manage ACK clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
8960
+ *
8961
+ * @param request ModifyClusterTagsRequest
8962
+ * @return ModifyClusterTagsResponse
8963
+ */
7950
8964
  modifyClusterTags(ClusterId: string, request: ModifyClusterTagsRequest): Promise<ModifyClusterTagsResponse>;
7951
8965
  /**
7952
- * > Container Service for Kubernetes (ACK) allows you to modify the kubelet configuration of nodes in a node pool. After you modify the kubelet configuration, the new configuration immediately takes effect on existing nodes in the node pool and is automatically applied to newly added nodes.
7953
- *
7954
- * @param request ModifyNodePoolNodeConfigRequest
7955
- * @param headers map
7956
- * @param runtime runtime options for this request RuntimeOptions
7957
- * @return ModifyNodePoolNodeConfigResponse
8966
+ * @summary Modifies the configuration of a node pool, such as the kubelet configuration and node rolling update configuration. After you modify the node pool configuration, nodes are batch updated and the kubelet on each node is restarted. This may adversely affect the nodes and workloads. We recommend that you perform this operation during off-peak hours.
8967
+ *
8968
+ * @description > Container Service for Kubernetes (ACK) allows you to modify the kubelet configuration of nodes in a node pool. After you modify the kubelet configuration, the new configuration immediately takes effect on existing nodes in the node pool and is automatically applied to newly added nodes.
8969
+ *
8970
+ * @param request ModifyNodePoolNodeConfigRequest
8971
+ * @param headers map
8972
+ * @param runtime runtime options for this request RuntimeOptions
8973
+ * @return ModifyNodePoolNodeConfigResponse
7958
8974
  */
7959
8975
  modifyNodePoolNodeConfigWithOptions(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest, headers: {
7960
8976
  [key: string]: string;
7961
8977
  }, runtime: $Util.RuntimeOptions): Promise<ModifyNodePoolNodeConfigResponse>;
7962
8978
  /**
7963
- * > Container Service for Kubernetes (ACK) allows you to modify the kubelet configuration of nodes in a node pool. After you modify the kubelet configuration, the new configuration immediately takes effect on existing nodes in the node pool and is automatically applied to newly added nodes.
7964
- *
7965
- * @param request ModifyNodePoolNodeConfigRequest
7966
- * @return ModifyNodePoolNodeConfigResponse
8979
+ * @summary Modifies the configuration of a node pool, such as the kubelet configuration and node rolling update configuration. After you modify the node pool configuration, nodes are batch updated and the kubelet on each node is restarted. This may adversely affect the nodes and workloads. We recommend that you perform this operation during off-peak hours.
8980
+ *
8981
+ * @description > Container Service for Kubernetes (ACK) allows you to modify the kubelet configuration of nodes in a node pool. After you modify the kubelet configuration, the new configuration immediately takes effect on existing nodes in the node pool and is automatically applied to newly added nodes.
8982
+ *
8983
+ * @param request ModifyNodePoolNodeConfigRequest
8984
+ * @return ModifyNodePoolNodeConfigResponse
7967
8985
  */
7968
8986
  modifyNodePoolNodeConfig(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest): Promise<ModifyNodePoolNodeConfigResponse>;
8987
+ /**
8988
+ * @summary You can call the ModifyPolicyInstance operation to update policy instances in a Container Service for Kubernetes (ACK) cluster.
8989
+ *
8990
+ * @param request ModifyPolicyInstanceRequest
8991
+ * @param headers map
8992
+ * @param runtime runtime options for this request RuntimeOptions
8993
+ * @return ModifyPolicyInstanceResponse
8994
+ */
7969
8995
  modifyPolicyInstanceWithOptions(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest, headers: {
7970
8996
  [key: string]: string;
7971
8997
  }, runtime: $Util.RuntimeOptions): Promise<ModifyPolicyInstanceResponse>;
8998
+ /**
8999
+ * @summary You can call the ModifyPolicyInstance operation to update policy instances in a Container Service for Kubernetes (ACK) cluster.
9000
+ *
9001
+ * @param request ModifyPolicyInstanceRequest
9002
+ * @return ModifyPolicyInstanceResponse
9003
+ */
7972
9004
  modifyPolicyInstance(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest): Promise<ModifyPolicyInstanceResponse>;
7973
9005
  /**
7974
- * * You can activate ACK by using Alibaba Cloud accounts.
7975
- * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
7976
- *
7977
- * @param request OpenAckServiceRequest
7978
- * @param headers map
7979
- * @param runtime runtime options for this request RuntimeOptions
7980
- * @return OpenAckServiceResponse
9006
+ * @summary You can call the OpenAckService operation to activate Container Service for Kubernetes (ACK).
9007
+ *
9008
+ * @description * You can activate ACK by using Alibaba Cloud accounts.
9009
+ * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
9010
+ *
9011
+ * @param request OpenAckServiceRequest
9012
+ * @param headers map
9013
+ * @param runtime runtime options for this request RuntimeOptions
9014
+ * @return OpenAckServiceResponse
7981
9015
  */
7982
9016
  openAckServiceWithOptions(request: OpenAckServiceRequest, headers: {
7983
9017
  [key: string]: string;
7984
9018
  }, runtime: $Util.RuntimeOptions): Promise<OpenAckServiceResponse>;
7985
9019
  /**
7986
- * * You can activate ACK by using Alibaba Cloud accounts.
7987
- * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
7988
- *
7989
- * @param request OpenAckServiceRequest
7990
- * @return OpenAckServiceResponse
9020
+ * @summary You can call the OpenAckService operation to activate Container Service for Kubernetes (ACK).
9021
+ *
9022
+ * @description * You can activate ACK by using Alibaba Cloud accounts.
9023
+ * * To activate ACK by using RAM users, you need to grant the AdministratorAccess permission to the RAM users.
9024
+ *
9025
+ * @param request OpenAckServiceRequest
9026
+ * @return OpenAckServiceResponse
7991
9027
  */
7992
9028
  openAckService(request: OpenAckServiceRequest): Promise<OpenAckServiceResponse>;
7993
9029
  /**
7994
- * @deprecated
7995
- *
7996
- * @param headers map
7997
- * @param runtime runtime options for this request RuntimeOptions
7998
- * @return PauseClusterUpgradeResponse
9030
+ * @deprecated OpenAPI PauseClusterUpgrade is deprecated
9031
+ *
9032
+ * @summary You can call the PauseClusterUpgrade operation to pause the update of a Container Service for Kubernetes (ACK) cluster.
9033
+ *
9034
+ * @param headers map
9035
+ * @param runtime runtime options for this request RuntimeOptions
9036
+ * @return PauseClusterUpgradeResponse
7999
9037
  */
8000
9038
  pauseClusterUpgradeWithOptions(ClusterId: string, headers: {
8001
9039
  [key: string]: string;
8002
9040
  }, runtime: $Util.RuntimeOptions): Promise<PauseClusterUpgradeResponse>;
8003
9041
  /**
8004
- * @deprecated
8005
- *
8006
- * @return PauseClusterUpgradeResponse
9042
+ * @deprecated OpenAPI PauseClusterUpgrade is deprecated
9043
+ *
9044
+ * @summary You can call the PauseClusterUpgrade operation to pause the update of a Container Service for Kubernetes (ACK) cluster.
9045
+ *
9046
+ * @return PauseClusterUpgradeResponse
8007
9047
  */
8008
9048
  pauseClusterUpgrade(ClusterId: string): Promise<PauseClusterUpgradeResponse>;
9049
+ /**
9050
+ * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
9051
+ *
9052
+ * @param headers map
9053
+ * @param runtime runtime options for this request RuntimeOptions
9054
+ * @return PauseComponentUpgradeResponse
9055
+ */
8009
9056
  pauseComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
8010
9057
  [key: string]: string;
8011
9058
  }, runtime: $Util.RuntimeOptions): Promise<PauseComponentUpgradeResponse>;
9059
+ /**
9060
+ * @summary You can call the PauseComponentUpgrade operation to pause the update of a component.
9061
+ *
9062
+ * @return PauseComponentUpgradeResponse
9063
+ */
8012
9064
  pauseComponentUpgrade(clusterid: string, componentid: string): Promise<PauseComponentUpgradeResponse>;
9065
+ /**
9066
+ * @summary Pauses an on-going task.
9067
+ *
9068
+ * @param headers map
9069
+ * @param runtime runtime options for this request RuntimeOptions
9070
+ * @return PauseTaskResponse
9071
+ */
8013
9072
  pauseTaskWithOptions(taskId: string, headers: {
8014
9073
  [key: string]: string;
8015
9074
  }, runtime: $Util.RuntimeOptions): Promise<PauseTaskResponse>;
9075
+ /**
9076
+ * @summary Pauses an on-going task.
9077
+ *
9078
+ * @return PauseTaskResponse
9079
+ */
8016
9080
  pauseTask(taskId: string): Promise<PauseTaskResponse>;
8017
9081
  /**
8018
- * @deprecated
8019
- * ****
8020
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
8021
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
8022
- * * Nodes remain in the Unschedulable state when they are being removed.
8023
- * * You can remove only worker nodes. You cannot remove master nodes.
8024
- *
8025
- * @param request RemoveClusterNodesRequest
8026
- * @param headers map
8027
- * @param runtime runtime options for this request RuntimeOptions
8028
- * @return RemoveClusterNodesResponse
9082
+ * @deprecated OpenAPI RemoveClusterNodes is deprecated
9083
+ *
9084
+ * @summary You can call the RemoveClusterNodes operation to remove nodes from a Container Service for Kubernetes (ACK) cluster.
9085
+ *
9086
+ * @description ****
9087
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
9088
+ * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
9089
+ * * Nodes remain in the Unschedulable state when they are being removed.
9090
+ * * You can remove only worker nodes. You cannot remove master nodes.
9091
+ *
9092
+ * @param request RemoveClusterNodesRequest
9093
+ * @param headers map
9094
+ * @param runtime runtime options for this request RuntimeOptions
9095
+ * @return RemoveClusterNodesResponse
8029
9096
  */
8030
9097
  removeClusterNodesWithOptions(ClusterId: string, request: RemoveClusterNodesRequest, headers: {
8031
9098
  [key: string]: string;
8032
9099
  }, runtime: $Util.RuntimeOptions): Promise<RemoveClusterNodesResponse>;
8033
9100
  /**
8034
- * @deprecated
8035
- * ****
8036
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
8037
- * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
8038
- * * Nodes remain in the Unschedulable state when they are being removed.
8039
- * * You can remove only worker nodes. You cannot remove master nodes.
8040
- *
8041
- * @param request RemoveClusterNodesRequest
8042
- * @return RemoveClusterNodesResponse
9101
+ * @deprecated OpenAPI RemoveClusterNodes is deprecated
9102
+ *
9103
+ * @summary You can call the RemoveClusterNodes operation to remove nodes from a Container Service for Kubernetes (ACK) cluster.
9104
+ *
9105
+ * @description ****
9106
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
9107
+ * * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
9108
+ * * Nodes remain in the Unschedulable state when they are being removed.
9109
+ * * You can remove only worker nodes. You cannot remove master nodes.
9110
+ *
9111
+ * @param request RemoveClusterNodesRequest
9112
+ * @return RemoveClusterNodesResponse
8043
9113
  */
8044
9114
  removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse>;
8045
9115
  /**
8046
- * **
8047
- * ****
8048
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
8049
- *
8050
- * @param tmpReq RemoveNodePoolNodesRequest
8051
- * @param headers map
8052
- * @param runtime runtime options for this request RuntimeOptions
8053
- * @return RemoveNodePoolNodesResponse
9116
+ * @summary Removes nodes from a node pool.
9117
+ *
9118
+ * @description **
9119
+ * ****
9120
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
9121
+ *
9122
+ * @param tmpReq RemoveNodePoolNodesRequest
9123
+ * @param headers map
9124
+ * @param runtime runtime options for this request RuntimeOptions
9125
+ * @return RemoveNodePoolNodesResponse
8054
9126
  */
8055
9127
  removeNodePoolNodesWithOptions(ClusterId: string, NodepoolId: string, tmpReq: RemoveNodePoolNodesRequest, headers: {
8056
9128
  [key: string]: string;
8057
9129
  }, runtime: $Util.RuntimeOptions): Promise<RemoveNodePoolNodesResponse>;
8058
9130
  /**
8059
- * **
8060
- * ****
8061
- * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
8062
- *
8063
- * @param request RemoveNodePoolNodesRequest
8064
- * @return RemoveNodePoolNodesResponse
9131
+ * @summary Removes nodes from a node pool.
9132
+ *
9133
+ * @description **
9134
+ * ****
9135
+ * * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours. - The operation may have unexpected risks. Back up the data before you perform this operation. - When the system removes a node, it sets the status of the node to Unschedulable. - The system removes only worker nodes. It does not remove master nodes.
9136
+ *
9137
+ * @param request RemoveNodePoolNodesRequest
9138
+ * @return RemoveNodePoolNodesResponse
8065
9139
  */
8066
9140
  removeNodePoolNodes(ClusterId: string, NodepoolId: string, request: RemoveNodePoolNodesRequest): Promise<RemoveNodePoolNodesResponse>;
9141
+ /**
9142
+ * @summary You can call the RemoveWorkflow operation to delete a workflow.
9143
+ *
9144
+ * @param headers map
9145
+ * @param runtime runtime options for this request RuntimeOptions
9146
+ * @return RemoveWorkflowResponse
9147
+ */
8067
9148
  removeWorkflowWithOptions(workflowName: string, headers: {
8068
9149
  [key: string]: string;
8069
9150
  }, runtime: $Util.RuntimeOptions): Promise<RemoveWorkflowResponse>;
9151
+ /**
9152
+ * @summary You can call the RemoveWorkflow operation to delete a workflow.
9153
+ *
9154
+ * @return RemoveWorkflowResponse
9155
+ */
8070
9156
  removeWorkflow(workflowName: string): Promise<RemoveWorkflowResponse>;
9157
+ /**
9158
+ * @summary You can call the RepairClusterNodePool operation to fix issues on specified nodes in a managed node pool.
9159
+ *
9160
+ * @param request RepairClusterNodePoolRequest
9161
+ * @param headers map
9162
+ * @param runtime runtime options for this request RuntimeOptions
9163
+ * @return RepairClusterNodePoolResponse
9164
+ */
8071
9165
  repairClusterNodePoolWithOptions(clusterId: string, nodepoolId: string, request: RepairClusterNodePoolRequest, headers: {
8072
9166
  [key: string]: string;
8073
9167
  }, runtime: $Util.RuntimeOptions): Promise<RepairClusterNodePoolResponse>;
9168
+ /**
9169
+ * @summary You can call the RepairClusterNodePool operation to fix issues on specified nodes in a managed node pool.
9170
+ *
9171
+ * @param request RepairClusterNodePoolRequest
9172
+ * @return RepairClusterNodePoolResponse
9173
+ */
8074
9174
  repairClusterNodePool(clusterId: string, nodepoolId: string, request: RepairClusterNodePoolRequest): Promise<RepairClusterNodePoolResponse>;
9175
+ /**
9176
+ * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
9177
+ *
9178
+ * @param headers map
9179
+ * @param runtime runtime options for this request RuntimeOptions
9180
+ * @return ResumeComponentUpgradeResponse
9181
+ */
8075
9182
  resumeComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
8076
9183
  [key: string]: string;
8077
9184
  }, runtime: $Util.RuntimeOptions): Promise<ResumeComponentUpgradeResponse>;
9185
+ /**
9186
+ * @summary You can call the ResumeComponentUpgrade operation to resume the update of a component.
9187
+ *
9188
+ * @return ResumeComponentUpgradeResponse
9189
+ */
8078
9190
  resumeComponentUpgrade(clusterid: string, componentid: string): Promise<ResumeComponentUpgradeResponse>;
9191
+ /**
9192
+ * @summary You can call the ResumeTask operation to resume a task.
9193
+ *
9194
+ * @param headers map
9195
+ * @param runtime runtime options for this request RuntimeOptions
9196
+ * @return ResumeTaskResponse
9197
+ */
8079
9198
  resumeTaskWithOptions(taskId: string, headers: {
8080
9199
  [key: string]: string;
8081
9200
  }, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse>;
9201
+ /**
9202
+ * @summary You can call the ResumeTask operation to resume a task.
9203
+ *
9204
+ * @return ResumeTaskResponse
9205
+ */
8082
9206
  resumeTask(taskId: string): Promise<ResumeTaskResponse>;
8083
9207
  /**
8084
- * @deprecated
8085
- *
8086
- * @param headers map
8087
- * @param runtime runtime options for this request RuntimeOptions
8088
- * @return ResumeUpgradeClusterResponse
9208
+ * @deprecated OpenAPI ResumeUpgradeCluster is deprecated
9209
+ *
9210
+ * @summary You can call the ResumeUpgradeCluster operation to resume the update of a cluster by cluster ID.
9211
+ *
9212
+ * @param headers map
9213
+ * @param runtime runtime options for this request RuntimeOptions
9214
+ * @return ResumeUpgradeClusterResponse
8089
9215
  */
8090
9216
  resumeUpgradeClusterWithOptions(ClusterId: string, headers: {
8091
9217
  [key: string]: string;
8092
9218
  }, runtime: $Util.RuntimeOptions): Promise<ResumeUpgradeClusterResponse>;
8093
9219
  /**
8094
- * @deprecated
8095
- *
8096
- * @return ResumeUpgradeClusterResponse
9220
+ * @deprecated OpenAPI ResumeUpgradeCluster is deprecated
9221
+ *
9222
+ * @summary You can call the ResumeUpgradeCluster operation to resume the update of a cluster by cluster ID.
9223
+ *
9224
+ * @return ResumeUpgradeClusterResponse
8097
9225
  */
8098
9226
  resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse>;
9227
+ /**
9228
+ * @summary You can call the RunClusterCheck operation to initiate cluster checks, such as cluster update prechecks.
9229
+ *
9230
+ * @param request RunClusterCheckRequest
9231
+ * @param headers map
9232
+ * @param runtime runtime options for this request RuntimeOptions
9233
+ * @return RunClusterCheckResponse
9234
+ */
8099
9235
  runClusterCheckWithOptions(clusterId: string, request: RunClusterCheckRequest, headers: {
8100
9236
  [key: string]: string;
8101
9237
  }, runtime: $Util.RuntimeOptions): Promise<RunClusterCheckResponse>;
9238
+ /**
9239
+ * @summary You can call the RunClusterCheck operation to initiate cluster checks, such as cluster update prechecks.
9240
+ *
9241
+ * @param request RunClusterCheckRequest
9242
+ * @return RunClusterCheckResponse
9243
+ */
8102
9244
  runClusterCheck(clusterId: string, request: RunClusterCheckRequest): Promise<RunClusterCheckResponse>;
8103
9245
  /**
8104
- * @deprecated
8105
- *
8106
- * @param request ScaleClusterRequest
8107
- * @param headers map
8108
- * @param runtime runtime options for this request RuntimeOptions
8109
- * @return ScaleClusterResponse
9246
+ * @deprecated OpenAPI ScaleCluster is deprecated
9247
+ *
9248
+ * @summary 扩容Kubernetes集群
9249
+ *
9250
+ * @param request ScaleClusterRequest
9251
+ * @param headers map
9252
+ * @param runtime runtime options for this request RuntimeOptions
9253
+ * @return ScaleClusterResponse
8110
9254
  */
8111
9255
  scaleClusterWithOptions(ClusterId: string, request: ScaleClusterRequest, headers: {
8112
9256
  [key: string]: string;
8113
9257
  }, runtime: $Util.RuntimeOptions): Promise<ScaleClusterResponse>;
8114
9258
  /**
8115
- * @deprecated
8116
- *
8117
- * @param request ScaleClusterRequest
8118
- * @return ScaleClusterResponse
9259
+ * @deprecated OpenAPI ScaleCluster is deprecated
9260
+ *
9261
+ * @summary 扩容Kubernetes集群
9262
+ *
9263
+ * @param request ScaleClusterRequest
9264
+ * @return ScaleClusterResponse
8119
9265
  */
8120
9266
  scaleCluster(ClusterId: string, request: ScaleClusterRequest): Promise<ScaleClusterResponse>;
9267
+ /**
9268
+ * @summary You can call the ScaleClusterNodePool operation to scale out a node pool by node pool ID.
9269
+ *
9270
+ * @param request ScaleClusterNodePoolRequest
9271
+ * @param headers map
9272
+ * @param runtime runtime options for this request RuntimeOptions
9273
+ * @return ScaleClusterNodePoolResponse
9274
+ */
8121
9275
  scaleClusterNodePoolWithOptions(ClusterId: string, NodepoolId: string, request: ScaleClusterNodePoolRequest, headers: {
8122
9276
  [key: string]: string;
8123
9277
  }, runtime: $Util.RuntimeOptions): Promise<ScaleClusterNodePoolResponse>;
9278
+ /**
9279
+ * @summary You can call the ScaleClusterNodePool operation to scale out a node pool by node pool ID.
9280
+ *
9281
+ * @param request ScaleClusterNodePoolRequest
9282
+ * @return ScaleClusterNodePoolResponse
9283
+ */
8124
9284
  scaleClusterNodePool(ClusterId: string, NodepoolId: string, request: ScaleClusterNodePoolRequest): Promise<ScaleClusterNodePoolResponse>;
8125
9285
  /**
8126
- * **
8127
- * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
8128
- *
8129
- * @param request ScaleOutClusterRequest
8130
- * @param headers map
8131
- * @param runtime runtime options for this request RuntimeOptions
8132
- * @return ScaleOutClusterResponse
9286
+ * @summary You can call the ScaleOutCluster operation to scale out a cluster by cluster ID.
9287
+ *
9288
+ * @description **
9289
+ * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](https://help.aliyun.com/document_detail/184928.html).
9290
+ *
9291
+ * @param request ScaleOutClusterRequest
9292
+ * @param headers map
9293
+ * @param runtime runtime options for this request RuntimeOptions
9294
+ * @return ScaleOutClusterResponse
8133
9295
  */
8134
9296
  scaleOutClusterWithOptions(ClusterId: string, request: ScaleOutClusterRequest, headers: {
8135
9297
  [key: string]: string;
8136
9298
  }, runtime: $Util.RuntimeOptions): Promise<ScaleOutClusterResponse>;
8137
9299
  /**
8138
- * **
8139
- * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~).
8140
- *
8141
- * @param request ScaleOutClusterRequest
8142
- * @return ScaleOutClusterResponse
9300
+ * @summary You can call the ScaleOutCluster operation to scale out a cluster by cluster ID.
9301
+ *
9302
+ * @description **
9303
+ * ****The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to a Container Service for Kubernetes (ACK) cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](https://help.aliyun.com/document_detail/184928.html).
9304
+ *
9305
+ * @param request ScaleOutClusterRequest
9306
+ * @return ScaleOutClusterResponse
8143
9307
  */
8144
9308
  scaleOutCluster(ClusterId: string, request: ScaleOutClusterRequest): Promise<ScaleOutClusterResponse>;
9309
+ /**
9310
+ * @summary The cluster ID.
9311
+ *
9312
+ * @param headers map
9313
+ * @param runtime runtime options for this request RuntimeOptions
9314
+ * @return ScanClusterVulsResponse
9315
+ */
8145
9316
  scanClusterVulsWithOptions(clusterId: string, headers: {
8146
9317
  [key: string]: string;
8147
9318
  }, runtime: $Util.RuntimeOptions): Promise<ScanClusterVulsResponse>;
9319
+ /**
9320
+ * @summary The cluster ID.
9321
+ *
9322
+ * @return ScanClusterVulsResponse
9323
+ */
8148
9324
  scanClusterVuls(clusterId: string): Promise<ScanClusterVulsResponse>;
9325
+ /**
9326
+ * @param request StartAlertRequest
9327
+ * @param headers map
9328
+ * @param runtime runtime options for this request RuntimeOptions
9329
+ * @return StartAlertResponse
9330
+ */
8149
9331
  startAlertWithOptions(ClusterId: string, request: StartAlertRequest, headers: {
8150
9332
  [key: string]: string;
8151
9333
  }, runtime: $Util.RuntimeOptions): Promise<StartAlertResponse>;
9334
+ /**
9335
+ * @param request StartAlertRequest
9336
+ * @return StartAlertResponse
9337
+ */
8152
9338
  startAlert(ClusterId: string, request: StartAlertRequest): Promise<StartAlertResponse>;
9339
+ /**
9340
+ * @summary You can call the StartWorkflow operation to create a workflow.
9341
+ *
9342
+ * @param request StartWorkflowRequest
9343
+ * @param headers map
9344
+ * @param runtime runtime options for this request RuntimeOptions
9345
+ * @return StartWorkflowResponse
9346
+ */
8153
9347
  startWorkflowWithOptions(request: StartWorkflowRequest, headers: {
8154
9348
  [key: string]: string;
8155
9349
  }, runtime: $Util.RuntimeOptions): Promise<StartWorkflowResponse>;
9350
+ /**
9351
+ * @summary You can call the StartWorkflow operation to create a workflow.
9352
+ *
9353
+ * @param request StartWorkflowRequest
9354
+ * @return StartWorkflowResponse
9355
+ */
8156
9356
  startWorkflow(request: StartWorkflowRequest): Promise<StartWorkflowResponse>;
9357
+ /**
9358
+ * @summary You can call the StopAlert operation to disable an alert rule or an alert rule set in the alert center of Container Service for Kubernetes (ACK).
9359
+ *
9360
+ * @param request StopAlertRequest
9361
+ * @param headers map
9362
+ * @param runtime runtime options for this request RuntimeOptions
9363
+ * @return StopAlertResponse
9364
+ */
8157
9365
  stopAlertWithOptions(ClusterId: string, request: StopAlertRequest, headers: {
8158
9366
  [key: string]: string;
8159
9367
  }, runtime: $Util.RuntimeOptions): Promise<StopAlertResponse>;
9368
+ /**
9369
+ * @summary You can call the StopAlert operation to disable an alert rule or an alert rule set in the alert center of Container Service for Kubernetes (ACK).
9370
+ *
9371
+ * @param request StopAlertRequest
9372
+ * @return StopAlertResponse
9373
+ */
8160
9374
  stopAlert(ClusterId: string, request: StopAlertRequest): Promise<StopAlertResponse>;
9375
+ /**
9376
+ * @summary Synchronizes the information about a node pool, including the metadata and node information of the node pool.
9377
+ *
9378
+ * @param headers map
9379
+ * @param runtime runtime options for this request RuntimeOptions
9380
+ * @return SyncClusterNodePoolResponse
9381
+ */
8161
9382
  syncClusterNodePoolWithOptions(ClusterId: string, headers: {
8162
9383
  [key: string]: string;
8163
9384
  }, runtime: $Util.RuntimeOptions): Promise<SyncClusterNodePoolResponse>;
9385
+ /**
9386
+ * @summary Synchronizes the information about a node pool, including the metadata and node information of the node pool.
9387
+ *
9388
+ * @return SyncClusterNodePoolResponse
9389
+ */
8164
9390
  syncClusterNodePool(ClusterId: string): Promise<SyncClusterNodePoolResponse>;
9391
+ /**
9392
+ * @summary Adds labels to a Container Service for Kubernetes (ACK) cluster. You can use labels to classify and manage ACK clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
9393
+ *
9394
+ * @param request TagResourcesRequest
9395
+ * @param headers map
9396
+ * @param runtime runtime options for this request RuntimeOptions
9397
+ * @return TagResourcesResponse
9398
+ */
8165
9399
  tagResourcesWithOptions(request: TagResourcesRequest, headers: {
8166
9400
  [key: string]: string;
8167
9401
  }, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
9402
+ /**
9403
+ * @summary Adds labels to a Container Service for Kubernetes (ACK) cluster. You can use labels to classify and manage ACK clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
9404
+ *
9405
+ * @param request TagResourcesRequest
9406
+ * @return TagResourcesResponse
9407
+ */
8168
9408
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
9409
+ /**
9410
+ * @summary You can call the UnInstallClusterAddons operation to uninstall the components in a cluster by component names.
9411
+ *
9412
+ * @param request UnInstallClusterAddonsRequest
9413
+ * @param headers map
9414
+ * @param runtime runtime options for this request RuntimeOptions
9415
+ * @return UnInstallClusterAddonsResponse
9416
+ */
8169
9417
  unInstallClusterAddonsWithOptions(ClusterId: string, request: UnInstallClusterAddonsRequest, headers: {
8170
9418
  [key: string]: string;
8171
9419
  }, runtime: $Util.RuntimeOptions): Promise<UnInstallClusterAddonsResponse>;
9420
+ /**
9421
+ * @summary You can call the UnInstallClusterAddons operation to uninstall the components in a cluster by component names.
9422
+ *
9423
+ * @param request UnInstallClusterAddonsRequest
9424
+ * @return UnInstallClusterAddonsResponse
9425
+ */
8172
9426
  unInstallClusterAddons(ClusterId: string, request: UnInstallClusterAddonsRequest): Promise<UnInstallClusterAddonsResponse>;
9427
+ /**
9428
+ * @summary Removes labels from a Container Service for Kubernetes (ACK) cluster.
9429
+ *
9430
+ * @param tmpReq UntagResourcesRequest
9431
+ * @param headers map
9432
+ * @param runtime runtime options for this request RuntimeOptions
9433
+ * @return UntagResourcesResponse
9434
+ */
8173
9435
  untagResourcesWithOptions(tmpReq: UntagResourcesRequest, headers: {
8174
9436
  [key: string]: string;
8175
9437
  }, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
9438
+ /**
9439
+ * @summary Removes labels from a Container Service for Kubernetes (ACK) cluster.
9440
+ *
9441
+ * @param request UntagResourcesRequest
9442
+ * @return UntagResourcesResponse
9443
+ */
8176
9444
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
9445
+ /**
9446
+ * @param headers map
9447
+ * @param runtime runtime options for this request RuntimeOptions
9448
+ * @return UpdateContactGroupForAlertResponse
9449
+ */
8177
9450
  updateContactGroupForAlertWithOptions(ClusterId: string, headers: {
8178
9451
  [key: string]: string;
8179
9452
  }, runtime: $Util.RuntimeOptions): Promise<UpdateContactGroupForAlertResponse>;
9453
+ /**
9454
+ * @return UpdateContactGroupForAlertResponse
9455
+ */
8180
9456
  updateContactGroupForAlert(ClusterId: string): Promise<UpdateContactGroupForAlertResponse>;
9457
+ /**
9458
+ * @summary You can call the UpdateControlPlaneLog operation to modify the log collection configurations for control plane components in a Container Service for Kubernetes (ACK) managed cluster.
9459
+ *
9460
+ * @param request UpdateControlPlaneLogRequest
9461
+ * @param headers map
9462
+ * @param runtime runtime options for this request RuntimeOptions
9463
+ * @return UpdateControlPlaneLogResponse
9464
+ */
8181
9465
  updateControlPlaneLogWithOptions(ClusterId: string, request: UpdateControlPlaneLogRequest, headers: {
8182
9466
  [key: string]: string;
8183
9467
  }, runtime: $Util.RuntimeOptions): Promise<UpdateControlPlaneLogResponse>;
9468
+ /**
9469
+ * @summary You can call the UpdateControlPlaneLog operation to modify the log collection configurations for control plane components in a Container Service for Kubernetes (ACK) managed cluster.
9470
+ *
9471
+ * @param request UpdateControlPlaneLogRequest
9472
+ * @return UpdateControlPlaneLogResponse
9473
+ */
8184
9474
  updateControlPlaneLog(ClusterId: string, request: UpdateControlPlaneLogRequest): Promise<UpdateControlPlaneLogResponse>;
8185
9475
  /**
8186
- * **
8187
- * ****
8188
- * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
8189
- *
8190
- * @param request UpdateK8sClusterUserConfigExpireRequest
8191
- * @param headers map
8192
- * @param runtime runtime options for this request RuntimeOptions
8193
- * @return UpdateK8sClusterUserConfigExpireResponse
9476
+ * @summary Sets the validity period of a kubeconfig file used by a Resource Access Management (RAM) user or RAM role to connect to a Container Service for Kubernetes (ACK) cluster. The validity period ranges from 1 to 876,000 hours. You can call this API operation when you customize configurations by using an Alibaba Cloud account. The default validity period of a kubeconfig file is three years.
9477
+ *
9478
+ * @description **
9479
+ * ****
9480
+ * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
9481
+ *
9482
+ * @param request UpdateK8sClusterUserConfigExpireRequest
9483
+ * @param headers map
9484
+ * @param runtime runtime options for this request RuntimeOptions
9485
+ * @return UpdateK8sClusterUserConfigExpireResponse
8194
9486
  */
8195
9487
  updateK8sClusterUserConfigExpireWithOptions(ClusterId: string, request: UpdateK8sClusterUserConfigExpireRequest, headers: {
8196
9488
  [key: string]: string;
8197
9489
  }, runtime: $Util.RuntimeOptions): Promise<UpdateK8sClusterUserConfigExpireResponse>;
8198
9490
  /**
8199
- * **
8200
- * ****
8201
- * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
8202
- *
8203
- * @param request UpdateK8sClusterUserConfigExpireRequest
8204
- * @return UpdateK8sClusterUserConfigExpireResponse
9491
+ * @summary Sets the validity period of a kubeconfig file used by a Resource Access Management (RAM) user or RAM role to connect to a Container Service for Kubernetes (ACK) cluster. The validity period ranges from 1 to 876,000 hours. You can call this API operation when you customize configurations by using an Alibaba Cloud account. The default validity period of a kubeconfig file is three years.
9492
+ *
9493
+ * @description **
9494
+ * ****
9495
+ * * You can call this operation only with an Alibaba Cloud account. - If the kubeconfig file used by your cluster is revoked, the custom validity period of the kubeconfig file is reset. In this case, you need to call this API operation to reconfigure the validity period of the kubeconfig file.
9496
+ *
9497
+ * @param request UpdateK8sClusterUserConfigExpireRequest
9498
+ * @return UpdateK8sClusterUserConfigExpireResponse
8205
9499
  */
8206
9500
  updateK8sClusterUserConfigExpire(ClusterId: string, request: UpdateK8sClusterUserConfigExpireRequest): Promise<UpdateK8sClusterUserConfigExpireResponse>;
9501
+ /**
9502
+ * @summary You can call the UpdateTemplate operation to update an orchestration template by template ID.
9503
+ *
9504
+ * @param request UpdateTemplateRequest
9505
+ * @param headers map
9506
+ * @param runtime runtime options for this request RuntimeOptions
9507
+ * @return UpdateTemplateResponse
9508
+ */
8207
9509
  updateTemplateWithOptions(TemplateId: string, request: UpdateTemplateRequest, headers: {
8208
9510
  [key: string]: string;
8209
9511
  }, runtime: $Util.RuntimeOptions): Promise<UpdateTemplateResponse>;
9512
+ /**
9513
+ * @summary You can call the UpdateTemplate operation to update an orchestration template by template ID.
9514
+ *
9515
+ * @param request UpdateTemplateRequest
9516
+ * @return UpdateTemplateResponse
9517
+ */
8210
9518
  updateTemplate(TemplateId: string, request: UpdateTemplateRequest): Promise<UpdateTemplateResponse>;
9519
+ /**
9520
+ * @summary 更新指定RAM用户/角色的RBAC权限
9521
+ *
9522
+ * @param request UpdateUserPermissionsRequest
9523
+ * @param headers map
9524
+ * @param runtime runtime options for this request RuntimeOptions
9525
+ * @return UpdateUserPermissionsResponse
9526
+ */
8211
9527
  updateUserPermissionsWithOptions(uid: string, request: UpdateUserPermissionsRequest, headers: {
8212
9528
  [key: string]: string;
8213
9529
  }, runtime: $Util.RuntimeOptions): Promise<UpdateUserPermissionsResponse>;
9530
+ /**
9531
+ * @summary 更新指定RAM用户/角色的RBAC权限
9532
+ *
9533
+ * @param request UpdateUserPermissionsRequest
9534
+ * @return UpdateUserPermissionsResponse
9535
+ */
8214
9536
  updateUserPermissions(uid: string, request: UpdateUserPermissionsRequest): Promise<UpdateUserPermissionsResponse>;
9537
+ /**
9538
+ * @summary You can call the UpgradeCluster operation to upgrade a cluster by cluster ID.
9539
+ *
9540
+ * @param request UpgradeClusterRequest
9541
+ * @param headers map
9542
+ * @param runtime runtime options for this request RuntimeOptions
9543
+ * @return UpgradeClusterResponse
9544
+ */
8215
9545
  upgradeClusterWithOptions(ClusterId: string, request: UpgradeClusterRequest, headers: {
8216
9546
  [key: string]: string;
8217
9547
  }, runtime: $Util.RuntimeOptions): Promise<UpgradeClusterResponse>;
9548
+ /**
9549
+ * @summary You can call the UpgradeCluster operation to upgrade a cluster by cluster ID.
9550
+ *
9551
+ * @param request UpgradeClusterRequest
9552
+ * @return UpgradeClusterResponse
9553
+ */
8218
9554
  upgradeCluster(ClusterId: string, request: UpgradeClusterRequest): Promise<UpgradeClusterResponse>;
9555
+ /**
9556
+ * @summary Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
9557
+ *
9558
+ * @param request UpgradeClusterAddonsRequest
9559
+ * @param headers map
9560
+ * @param runtime runtime options for this request RuntimeOptions
9561
+ * @return UpgradeClusterAddonsResponse
9562
+ */
8219
9563
  upgradeClusterAddonsWithOptions(ClusterId: string, request: UpgradeClusterAddonsRequest, headers: {
8220
9564
  [key: string]: string;
8221
9565
  }, runtime: $Util.RuntimeOptions): Promise<UpgradeClusterAddonsResponse>;
9566
+ /**
9567
+ * @summary Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
9568
+ *
9569
+ * @param request UpgradeClusterAddonsRequest
9570
+ * @return UpgradeClusterAddonsResponse
9571
+ */
8222
9572
  upgradeClusterAddons(ClusterId: string, request: UpgradeClusterAddonsRequest): Promise<UpgradeClusterAddonsResponse>;
8223
9573
  /**
8224
- * This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
8225
- *
8226
- * @param request UpgradeClusterNodepoolRequest
8227
- * @param headers map
8228
- * @param runtime runtime options for this request RuntimeOptions
8229
- * @return UpgradeClusterNodepoolResponse
9574
+ * @summary You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
9575
+ *
9576
+ * @description This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
9577
+ *
9578
+ * @param request UpgradeClusterNodepoolRequest
9579
+ * @param headers map
9580
+ * @param runtime runtime options for this request RuntimeOptions
9581
+ * @return UpgradeClusterNodepoolResponse
8230
9582
  */
8231
9583
  upgradeClusterNodepoolWithOptions(ClusterId: string, NodepoolId: string, request: UpgradeClusterNodepoolRequest, headers: {
8232
9584
  [key: string]: string;
8233
9585
  }, runtime: $Util.RuntimeOptions): Promise<UpgradeClusterNodepoolResponse>;
8234
9586
  /**
8235
- * This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
8236
- *
8237
- * @param request UpgradeClusterNodepoolRequest
8238
- * @return UpgradeClusterNodepoolResponse
9587
+ * @summary You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
9588
+ *
9589
+ * @description This operation allows you to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool.
9590
+ *
9591
+ * @param request UpgradeClusterNodepoolRequest
9592
+ * @return UpgradeClusterNodepoolResponse
8239
9593
  */
8240
9594
  upgradeClusterNodepool(ClusterId: string, NodepoolId: string, request: UpgradeClusterNodepoolRequest): Promise<UpgradeClusterNodepoolResponse>;
8241
9595
  }