tencentcloud-sdk-tke 1.0.338 → 1.0.339

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: 3faca85276dba15a91807fb2ae3031d20f700fba
4
+ data.tar.gz: 02331986725f026eb94cd16fc233650ddf0b521d
5
5
  SHA512:
6
- metadata.gz: 94b9e075c17b5eaa22f119bedfcda68ee5af4a32ff60c08aa01256d82ab358df3f55bb40ac09e56c600ecf379cb250dcbf6c9392503a544c06fcd7a9b4fcd88a
7
- data.tar.gz: 0e1d1f81474981ace401f5f08d3adf3e2e59509314e669123fa5fa74fd473fde0a27458a741ea405c4cab3b36852f666c88e9e59407ba6be359ae4a1c4ab7df0
6
+ metadata.gz: d207e51245622c3e5a05e1152e5964c6e8f9d76efc3756f8c64028da1d2c0f1839ea844a3e708a0db3cf0565ba1222b9fe2fd6a28167e5078bf8ce08689b3e7e
7
+ data.tar.gz: cba1ea97178e453a5534a079570cd29976059007d723ac9f7765162010cc0dd77d981c5a77bac868a257d40f928fde4aff502bfcf830476af9bc7b0a61077009
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.338
1
+ 1.0.339
@@ -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: 集群系统,支持的os: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
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.339
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common