tencentcloud-sdk-tke 3.0.867 → 3.0.869

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: a4428bfc4b57e80a9921b41af6c07e21f2dcb6d1
4
- data.tar.gz: 06bd222111c6933f2ad1f4b50561ec353b54670e
3
+ metadata.gz: f9d2826e254d8fb1e0ce407cb1548fc8c84d9e06
4
+ data.tar.gz: 3b9edc82642b57559fd8bc7b6d3507d90a482c71
5
5
  SHA512:
6
- metadata.gz: fed14b06d421d67b4a546872e3fda6fcfc7fbf408d566e23121198354372dd938d27822f97c3e796eccb135a472ce996af95fc4c4b67469c41454f1bbaeba521
7
- data.tar.gz: 8c97115f99bed6e165e003eab05c08033c9d8b6581a2b9ccd9c809506392ebf9773ae960d29dea0903a7b845c07e860e91623ee3cca54ba39921e4e27eb9940d
6
+ metadata.gz: 7e7bef9766f2ed2225ba86b3ae3dfc0ca4718c4888c65f4d671d2be0985e554cbdc055e712c3ba8990871f6a79d06c3d8c62f9fccff895fabbf89ce48a5e4f59
7
+ data.tar.gz: 6f7da3ed35531cadf9f98bcbdfbfc3f8beff9603f6aae6817e48076149de978e7bfaa03754ddcf0794341be3b5fbdfcd571e31d003111487af1e4851e9b9dc7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.867
1
+ 3.0.869
@@ -2228,7 +2228,7 @@ module TencentCloud
2228
2228
  # @type Chart: String
2229
2229
  # @param Values: 自定义参数
2230
2230
  # @type Values: :class:`Tencentcloud::Tke.v20180525.models.ReleaseValues`
2231
- # @param ChartFrom: 制品来源,范围:tke-market 或 other
2231
+ # @param ChartFrom: 制品来源,范围:tke-market 或 other默认值:tke-market。
2232
2232
  # @type ChartFrom: String
2233
2233
  # @param ChartVersion: 制品版本
2234
2234
  # @type ChartVersion: String
@@ -2238,7 +2238,7 @@ module TencentCloud
2238
2238
  # @type Username: String
2239
2239
  # @param Password: 制品访问密码
2240
2240
  # @type Password: String
2241
- # @param ChartNamespace: 制品命名空间
2241
+ # @param ChartNamespace: 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
2242
2242
  # @type ChartNamespace: String
2243
2243
  # @param ClusterType: 集群类型,支持传 tke, eks, tkeedge, external(注册集群)
2244
2244
  # @type ClusterType: String
@@ -18796,7 +18796,7 @@ module TencentCloud
18796
18796
  # @type Chart: String
18797
18797
  # @param Values: 自定义参数,覆盖chart 中values.yaml 中的参数
18798
18798
  # @type Values: :class:`Tencentcloud::Tke.v20180525.models.ReleaseValues`
18799
- # @param ChartFrom: 制品来源,范围:tke-market 或 other默认值:tke-market
18799
+ # @param ChartFrom: 制品来源,范围:tke-market 或 other 默认值:tke-market,示例值:tke-market
18800
18800
  # @type ChartFrom: String
18801
18801
  # @param ChartVersion: 制品版本( 从第三方安装时,不传这个参数)
18802
18802
  # @type ChartVersion: String
@@ -18806,7 +18806,7 @@ module TencentCloud
18806
18806
  # @type Username: String
18807
18807
  # @param Password: 制品访问密码
18808
18808
  # @type Password: String
18809
- # @param ChartNamespace: 制品命名空间
18809
+ # @param ChartNamespace: 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
18810
18810
  # @type ChartNamespace: String
18811
18811
  # @param ClusterType: 集群类型,支持传 tke, eks, tkeedge, external(注册集群)
18812
18812
  # @type ClusterType: 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: 3.0.867
4
+ version: 3.0.869
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-17 00:00:00.000000000 Z
11
+ date: 2024-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common