tencentcloud-sdk-tke 3.0.867 → 3.0.868

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4428bfc4b57e80a9921b41af6c07e21f2dcb6d1
4
- data.tar.gz: 06bd222111c6933f2ad1f4b50561ec353b54670e
3
+ metadata.gz: f8d100e571068ca900884335624c92edbfc77e9a
4
+ data.tar.gz: 181558514d53a70c5eef69893e242a84a8146665
5
5
  SHA512:
6
- metadata.gz: fed14b06d421d67b4a546872e3fda6fcfc7fbf408d566e23121198354372dd938d27822f97c3e796eccb135a472ce996af95fc4c4b67469c41454f1bbaeba521
7
- data.tar.gz: 8c97115f99bed6e165e003eab05c08033c9d8b6581a2b9ccd9c809506392ebf9773ae960d29dea0903a7b845c07e860e91623ee3cca54ba39921e4e27eb9940d
6
+ metadata.gz: 54250f07d340f88ee156c6a735260b2ad6904d7b450a3081511ce7420df0a712dce67f19e98aff098da1195a5a63e62562c73953f61799549c1a04ece24e2ef0
7
+ data.tar.gz: f953d6f632ca4cb6f26d26da9f1b6db606ce76a8412ab538b2fa7d0700d9034d7196860e123c4d3b1dfc4ac63c14e4fb764be2582b8357c2bed51fe529d3f4eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.867
1
+ 3.0.868
@@ -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.868
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common