@alicloud/cs20151215 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.js CHANGED
@@ -4487,6 +4487,9 @@ class Client extends openapi_core_1.default {
4487
4487
  async listClusterKubeconfigStatesWithOptions(ClusterId, request, headers, runtime) {
4488
4488
  request.validate();
4489
4489
  let query = {};
4490
+ if (!$dara.isNull(request.cloudServiceKubeConfig)) {
4491
+ query["cloudServiceKubeConfig"] = request.cloudServiceKubeConfig;
4492
+ }
4490
4493
  if (!$dara.isNull(request.pageNumber)) {
4491
4494
  query["pageNumber"] = request.pageNumber;
4492
4495
  }