tencentcloud-sdk-tke 1.0.338 → 1.0.341

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ed1afba2a7d4c2daf0b8c8f2419711d4a2fe447
4
- data.tar.gz: 355287e547c436fca3cb25e6f5dbf2e434cc870f
3
+ metadata.gz: 6663fbbf0daeda6d858dc36bc0bd6f70263005fa
4
+ data.tar.gz: 5928925924d5188d68e878c4b3feebdeab126a17
5
5
  SHA512:
6
- metadata.gz: 94b9e075c17b5eaa22f119bedfcda68ee5af4a32ff60c08aa01256d82ab358df3f55bb40ac09e56c600ecf379cb250dcbf6c9392503a544c06fcd7a9b4fcd88a
7
- data.tar.gz: 0e1d1f81474981ace401f5f08d3adf3e2e59509314e669123fa5fa74fd473fde0a27458a741ea405c4cab3b36852f666c88e9e59407ba6be359ae4a1c4ab7df0
6
+ metadata.gz: 35af0b39fadc02ab3e0571ad5bb15424b2ba5e52dc5db8d0f7f8ee316d5a61861c89f2db496a11099d46cc77acb2d4213f06138cd94c2e3528949cd71ad58447
7
+ data.tar.gz: 12114366a689fe10e1b7739ae9daf729d3511eca320f98768aee8e09bb7ad94fdf0e67171d814ec99ecee951e90b4d2134f3af45b9af09487d617f4a2317dfef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.338
1
+ 1.0.341
@@ -902,7 +902,7 @@ module TencentCloud
902
902
 
903
903
  # 描述集群的基本配置信息
904
904
  class ClusterBasicSettings < TencentCloud::Common::AbstractModel
905
- # @param ClusterOs: 集群系统。centos7.2x86_64 或者 ubuntu16.04.1 LTSx86_64,默认取值为ubuntu16.04.1 LTSx86_64
905
+ # @param ClusterOs: 集群操作系统,支持设置公共镜像(字段传相应镜像ID)和自定义镜像(字段传相应镜像Name),详情参考:https://cloud.tencent.com/document/product/457/68289
906
906
  # @type ClusterOs: String
907
907
  # @param ClusterVersion: 集群版本,默认值为1.10.5
908
908
  # @type ClusterVersion: String
@@ -1788,7 +1788,7 @@ module TencentCloud
1788
1788
  # @type ContainerRuntime: String
1789
1789
  # @param RuntimeVersion: 运行时版本
1790
1790
  # @type RuntimeVersion: String
1791
- # @param NodePoolOs: 节点池os
1791
+ # @param NodePoolOs: 节点池os,当为自定义镜像时,传镜像id;否则为公共镜像的osName
1792
1792
  # @type NodePoolOs: String
1793
1793
  # @param OsCustomizeType: 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
1794
1794
  # @type OsCustomizeType: String
@@ -4858,7 +4858,7 @@ module TencentCloud
4858
4858
  class DescribeEKSClusterCredentialResponse < TencentCloud::Common::AbstractModel
4859
4859
  # @param Addresses: 集群的接入地址信息
4860
4860
  # @type Addresses: Array
4861
- # @param Credential: 集群的认证信息
4861
+ # @param Credential: 集群的认证信息(token只有请求是主账号才返回,子账户请使用返回的kubeconfig)
4862
4862
  # @type Credential: :class:`Tencentcloud::Tke.v20180525.models.ClusterCredential`
4863
4863
  # @param PublicLB: 集群的公网访问信息
4864
4864
  # @type PublicLB: :class:`Tencentcloud::Tke.v20180525.models.ClusterPublicLB`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.338
4
+ version: 1.0.341
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common