@alicloud/cs20151215 6.7.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/client.d.ts +4 -4
  2. package/dist/client.js +4 -4
  3. package/dist/models/CreateClusterNodePoolRequest.d.ts +267 -263
  4. package/dist/models/CreateClusterNodePoolRequest.js +1 -1
  5. package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
  6. package/dist/models/CreateClusterNodePoolResponseBody.d.ts +3 -3
  7. package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +235 -232
  8. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +1 -1
  9. package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
  10. package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +92 -88
  11. package/dist/models/DescribeClusterNodePoolsResponseBody.js +1 -1
  12. package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
  13. package/dist/models/InstallNodePoolComponentsRequest.d.ts +4 -1
  14. package/dist/models/InstallNodePoolComponentsRequest.js +1 -1
  15. package/dist/models/InstallNodePoolComponentsRequest.js.map +1 -1
  16. package/dist/models/Nodepool.d.ts +8 -5
  17. package/dist/models/Nodepool.js +1 -1
  18. package/dist/models/Nodepool.js.map +1 -1
  19. package/dist/models/UpdateNodePoolComponentRequest.d.ts +6 -3
  20. package/dist/models/UpdateNodePoolComponentRequest.js +1 -1
  21. package/dist/models/UpdateNodePoolComponentRequest.js.map +1 -1
  22. package/package.json +1 -1
  23. package/src/client.ts +4 -4
  24. package/src/models/CreateClusterNodePoolRequest.ts +268 -264
  25. package/src/models/CreateClusterNodePoolResponseBody.ts +3 -3
  26. package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +236 -233
  27. package/src/models/DescribeClusterNodePoolsResponseBody.ts +93 -89
  28. package/src/models/InstallNodePoolComponentsRequest.ts +5 -2
  29. package/src/models/Nodepool.ts +9 -6
  30. package/src/models/UpdateNodePoolComponentRequest.ts +7 -4
package/dist/client.d.ts CHANGED
@@ -322,7 +322,7 @@ export default class Client extends OpenApi {
322
322
  */
323
323
  createClusterInspectConfig(clusterId: string, request: $_model.CreateClusterInspectConfigRequest): Promise<$_model.CreateClusterInspectConfigResponse>;
324
324
  /**
325
- * A node pool is a logical collection of nodes that share the same attributes. Node pools allow unified management and operations, such as node upgrades and elastic scaling. You can further use the automated O&M capabilities of node pools, including automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, to reduce O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
325
+ * A node pool is a logical collection of nodes with the same attributes, allowing unified management and O&M of nodes, such as node upgrades and auto scaling. You can further leverage the automated O&M capabilities of node pools to use features such as automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, reducing O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
326
326
  *
327
327
  * @param request - CreateClusterNodePoolRequest
328
328
  * @param headers - map
@@ -333,7 +333,7 @@ export default class Client extends OpenApi {
333
333
  [key: string]: string;
334
334
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateClusterNodePoolResponse>;
335
335
  /**
336
- * A node pool is a logical collection of nodes that share the same attributes. Node pools allow unified management and operations, such as node upgrades and elastic scaling. You can further use the automated O&M capabilities of node pools, including automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, to reduce O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
336
+ * A node pool is a logical collection of nodes with the same attributes, allowing unified management and O&M of nodes, such as node upgrades and auto scaling. You can further leverage the automated O&M capabilities of node pools to use features such as automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, reducing O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
337
337
  *
338
338
  * @param request - CreateClusterNodePoolRequest
339
339
  * @returns CreateClusterNodePoolResponse
@@ -875,7 +875,7 @@ export default class Client extends OpenApi {
875
875
  */
876
876
  describeClusterLogs(ClusterId: string): Promise<$_model.DescribeClusterLogsResponse>;
877
877
  /**
878
- * Queries the configuration of a specified node pool in a cluster by node pool ID.
878
+ * You can call the DescribeClusterNodePoolDetail operation to query the configuration of a specified node pool in a cluster by node pool ID.
879
879
  *
880
880
  * @param headers - map
881
881
  * @param runtime - runtime options for this request RuntimeOptions
@@ -885,7 +885,7 @@ export default class Client extends OpenApi {
885
885
  [key: string]: string;
886
886
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeClusterNodePoolDetailResponse>;
887
887
  /**
888
- * Queries the configuration of a specified node pool in a cluster by node pool ID.
888
+ * You can call the DescribeClusterNodePoolDetail operation to query the configuration of a specified node pool in a cluster by node pool ID.
889
889
  * @returns DescribeClusterNodePoolDetailResponse
890
890
  */
891
891
  describeClusterNodePoolDetail(ClusterId: string, NodepoolId: string): Promise<$_model.DescribeClusterNodePoolDetailResponse>;
package/dist/client.js CHANGED
@@ -1199,7 +1199,7 @@ class Client extends openapi_core_1.default {
1199
1199
  return await this.createClusterInspectConfigWithOptions(clusterId, request, headers, runtime);
1200
1200
  }
1201
1201
  /**
1202
- * A node pool is a logical collection of nodes that share the same attributes. Node pools allow unified management and operations, such as node upgrades and elastic scaling. You can further use the automated O&M capabilities of node pools, including automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, to reduce O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
1202
+ * A node pool is a logical collection of nodes with the same attributes, allowing unified management and O&M of nodes, such as node upgrades and auto scaling. You can further leverage the automated O&M capabilities of node pools to use features such as automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, reducing O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
1203
1203
  *
1204
1204
  * @param request - CreateClusterNodePoolRequest
1205
1205
  * @param headers - map
@@ -1275,7 +1275,7 @@ class Client extends openapi_core_1.default {
1275
1275
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateClusterNodePoolResponse({}));
1276
1276
  }
1277
1277
  /**
1278
- * A node pool is a logical collection of nodes that share the same attributes. Node pools allow unified management and operations, such as node upgrades and elastic scaling. You can further use the automated O&M capabilities of node pools, including automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, to reduce O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
1278
+ * A node pool is a logical collection of nodes with the same attributes, allowing unified management and O&M of nodes, such as node upgrades and auto scaling. You can further leverage the automated O&M capabilities of node pools to use features such as automatic OS CVE vulnerability patching, automatic faulty node recovery, and automatic kubelet and containerd version upgrades, reducing O&M costs. You can call CreateClusterNodePool to create a node pool for a cluster.
1279
1279
  *
1280
1280
  * @param request - CreateClusterNodePoolRequest
1281
1281
  * @returns CreateClusterNodePoolResponse
@@ -2548,7 +2548,7 @@ class Client extends openapi_core_1.default {
2548
2548
  return await this.describeClusterLogsWithOptions(ClusterId, headers, runtime);
2549
2549
  }
2550
2550
  /**
2551
- * Queries the configuration of a specified node pool in a cluster by node pool ID.
2551
+ * You can call the DescribeClusterNodePoolDetail operation to query the configuration of a specified node pool in a cluster by node pool ID.
2552
2552
  *
2553
2553
  * @param headers - map
2554
2554
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2572,7 +2572,7 @@ class Client extends openapi_core_1.default {
2572
2572
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeClusterNodePoolDetailResponse({}));
2573
2573
  }
2574
2574
  /**
2575
- * Queries the configuration of a specified node pool in a cluster by node pool ID.
2575
+ * You can call the DescribeClusterNodePoolDetail operation to query the configuration of a specified node pool in a cluster by node pool ID.
2576
2576
  * @returns DescribeClusterNodePoolDetailResponse
2577
2577
  */
2578
2578
  async describeClusterNodePoolDetail(ClusterId, NodepoolId) {