tencentcloud-sdk-tke 1.0.336 → 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: c9ab62f09035b61933e8a2991013f033d3d44978
4
- data.tar.gz: de1c2e64d6c5251328e7b70d2f6b219bb0ea0dac
3
+ metadata.gz: 3faca85276dba15a91807fb2ae3031d20f700fba
4
+ data.tar.gz: 02331986725f026eb94cd16fc233650ddf0b521d
5
5
  SHA512:
6
- metadata.gz: 2f0f465915bb080b7f7007ecfed6d6d8ffbc8bf7384fe7e2f60acaa307f89b32092f26c171da1edd76e3b5090a777647a3e2175d1439b46dc5900b36bf22cfc4
7
- data.tar.gz: 8468676a232b5181b3863af10ecc443033706607ccff439c34850e8f58bb080df24f32522891c2bc89b20b024f97e6d83e58fcaf0e01b6d9905f182441a3bd90
6
+ metadata.gz: d207e51245622c3e5a05e1152e5964c6e8f9d76efc3756f8c64028da1d2c0f1839ea844a3e708a0db3cf0565ba1222b9fe2fd6a28167e5078bf8ce08689b3e7e
7
+ data.tar.gz: cba1ea97178e453a5534a079570cd29976059007d723ac9f7765162010cc0dd77d981c5a77bac868a257d40f928fde4aff502bfcf830476af9bc7b0a61077009
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.336
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.336
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