tencentcloud-sdk-tke 3.0.1162 → 3.0.1163
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180525/models.rb +60 -18
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9422d0bfd294e7ed9743818b0e8c075e089828e
|
|
4
|
+
data.tar.gz: f081b7de6018784ce794c5a283a3fb6cd65d3bf9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 228faa9db9d83620b9306cc99676267918138b33aa90d7a4ab1eb295841dcb0107c05eff0440850a2963f5ce67c53d607cd098c569b4533bc487731c43cbd474
|
|
7
|
+
data.tar.gz: 5bb1b266bfbdfd2ce3dcf231ed403ff3f6a975b84bb0c925cc5b69b34e1a648ad552187f317fdc49b8aad7a26cf19eedf98d9fc6da6c8b04b7bd9f985e2c4c8d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
|
55
55
|
# @type ClusterId: String
|
|
56
56
|
# @param ClusterCIDRs: 增加的ClusterCIDR
|
|
57
57
|
# @type ClusterCIDRs: Array
|
|
58
|
-
# @param IgnoreClusterCIDRConflict: 是否忽略ClusterCIDR与VPC
|
|
58
|
+
# @param IgnoreClusterCIDRConflict: 是否忽略ClusterCIDR与VPC路由表的冲突,默认false,为true时忽略冲突
|
|
59
59
|
# @type IgnoreClusterCIDRConflict: Boolean
|
|
60
60
|
|
|
61
61
|
attr_accessor :ClusterId, :ClusterCIDRs, :IgnoreClusterCIDRConflict
|
|
@@ -514,7 +514,7 @@ module TencentCloud
|
|
|
514
514
|
# @type ID: String
|
|
515
515
|
# @param ClusterId: 集群ID
|
|
516
516
|
# @type ClusterId: String
|
|
517
|
-
# @param ClusterType:
|
|
517
|
+
# @param ClusterType: 集群类型,支持传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
518
518
|
# @type ClusterType: String
|
|
519
519
|
|
|
520
520
|
attr_accessor :ID, :ClusterId, :ClusterType
|
|
@@ -2219,11 +2219,11 @@ module TencentCloud
|
|
|
2219
2219
|
class CreateClusterReleaseRequest < TencentCloud::Common::AbstractModel
|
|
2220
2220
|
# @param ClusterId: 集群ID
|
|
2221
2221
|
# @type ClusterId: String
|
|
2222
|
-
# @param Name:
|
|
2222
|
+
# @param Name: 应用名称,最长63个字符,只能包含小写字母、数字及分隔符“-”,且必须以小写字母开头,数字或小写字母结尾
|
|
2223
2223
|
# @type Name: String
|
|
2224
|
-
# @param Namespace:
|
|
2224
|
+
# @param Namespace: 应用命名空间,从集群详情命名空间获取
|
|
2225
2225
|
# @type Namespace: String
|
|
2226
|
-
# @param Chart:
|
|
2226
|
+
# @param Chart: 制品名称(从应用市场获取)或从第三方repo 安装chart时,制品压缩包下载地址, 不支持重定向类型chart 地址,结尾为*.tgz
|
|
2227
2227
|
# @type Chart: String
|
|
2228
2228
|
# @param Values: 自定义参数
|
|
2229
2229
|
# @type Values: :class:`Tencentcloud::Tke.v20180525.models.ReleaseValues`
|
|
@@ -6248,7 +6248,7 @@ module TencentCloud
|
|
|
6248
6248
|
# @type Limit: Integer
|
|
6249
6249
|
# @param Offset: 偏移量,默认0
|
|
6250
6250
|
# @type Offset: Integer
|
|
6251
|
-
# @param ClusterType:
|
|
6251
|
+
# @param ClusterType: 集群类型,支持传入tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
6252
6252
|
# @type ClusterType: String
|
|
6253
6253
|
|
|
6254
6254
|
attr_accessor :ClusterId, :Limit, :Offset, :ClusterType
|
|
@@ -6315,7 +6315,7 @@ module TencentCloud
|
|
|
6315
6315
|
# @type Name: String
|
|
6316
6316
|
# @param Namespace: 应用所在命名空间
|
|
6317
6317
|
# @type Namespace: String
|
|
6318
|
-
# @param ClusterType:
|
|
6318
|
+
# @param ClusterType: 集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
6319
6319
|
# @type ClusterType: String
|
|
6320
6320
|
|
|
6321
6321
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
|
@@ -6366,7 +6366,7 @@ module TencentCloud
|
|
|
6366
6366
|
# @type Name: String
|
|
6367
6367
|
# @param Namespace: 应用所在命名空间
|
|
6368
6368
|
# @type Namespace: String
|
|
6369
|
-
# @param ClusterType:
|
|
6369
|
+
# @param ClusterType: 集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
6370
6370
|
# @type ClusterType: String
|
|
6371
6371
|
|
|
6372
6372
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
|
@@ -6421,11 +6421,11 @@ module TencentCloud
|
|
|
6421
6421
|
class DescribeClusterReleasesRequest < TencentCloud::Common::AbstractModel
|
|
6422
6422
|
# @param ClusterId: 集群id
|
|
6423
6423
|
# @type ClusterId: String
|
|
6424
|
-
# @param Limit:
|
|
6424
|
+
# @param Limit: 每页数量限制,默认值为20
|
|
6425
6425
|
# @type Limit: Integer
|
|
6426
|
-
# @param Offset:
|
|
6426
|
+
# @param Offset: 页偏移量,默认值为0
|
|
6427
6427
|
# @type Offset: Integer
|
|
6428
|
-
# @param ClusterType:
|
|
6428
|
+
# @param ClusterType: 集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
6429
6429
|
# @type ClusterType: String
|
|
6430
6430
|
# @param Namespace: helm Release 安装的namespace
|
|
6431
6431
|
# @type Namespace: String
|
|
@@ -12266,7 +12266,7 @@ module TencentCloud
|
|
|
12266
12266
|
|
|
12267
12267
|
# GetUpgradeInstanceProgress请求参数结构体
|
|
12268
12268
|
class GetUpgradeInstanceProgressRequest < TencentCloud::Common::AbstractModel
|
|
12269
|
-
# @param ClusterId: 集群ID
|
|
12269
|
+
# @param ClusterId: 集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )
|
|
12270
12270
|
# @type ClusterId: String
|
|
12271
12271
|
# @param Limit: 最多获取多少个节点的进度
|
|
12272
12272
|
# @type Limit: Integer
|
|
@@ -12295,6 +12295,8 @@ module TencentCloud
|
|
|
12295
12295
|
# @param Done: 已升级节点总数
|
|
12296
12296
|
# @type Done: Integer
|
|
12297
12297
|
# @param LifeState: 升级任务生命周期
|
|
12298
|
+
|
|
12299
|
+
# pending 还未开始
|
|
12298
12300
|
# process 运行中
|
|
12299
12301
|
# paused 已停止
|
|
12300
12302
|
# pauing 正在停止
|
|
@@ -15458,7 +15460,17 @@ module TencentCloud
|
|
|
15458
15460
|
# @type Name: String
|
|
15459
15461
|
# @param Namespace: 应用命名空间
|
|
15460
15462
|
# @type Namespace: String
|
|
15461
|
-
# @param Status:
|
|
15463
|
+
# @param Status: 应用状态,参考 Helm 发布状态。
|
|
15464
|
+
# 可选值及其释义如下:
|
|
15465
|
+
# • unknown: 状态未知
|
|
15466
|
+
# • deployed: 已成功部署
|
|
15467
|
+
# • uninstalled: 已卸载
|
|
15468
|
+
# • superseded: 已被新版本替代
|
|
15469
|
+
# • failed: 部署失败
|
|
15470
|
+
# • uninstalling: 正在卸载中
|
|
15471
|
+
# • pending-install: 等待安装/安装进行中
|
|
15472
|
+
# • pending-upgrade: 等待升级/升级进行中
|
|
15473
|
+
# • pending-rollback: 等待回滚/回滚进行中
|
|
15462
15474
|
# @type Status: String
|
|
15463
15475
|
# @param UpdatedTime: 更新时间
|
|
15464
15476
|
# @type UpdatedTime: String
|
|
@@ -17170,7 +17182,17 @@ module TencentCloud
|
|
|
17170
17182
|
# @type Namespace: String
|
|
17171
17183
|
# @param Revision: 应用当前版本
|
|
17172
17184
|
# @type Revision: String
|
|
17173
|
-
# @param Status:
|
|
17185
|
+
# @param Status: 应用状态,参考 Helm 发布状态。
|
|
17186
|
+
# 可选值及其释义如下:
|
|
17187
|
+
# • unknown: 状态未知
|
|
17188
|
+
# • deployed: 已成功部署
|
|
17189
|
+
# • uninstalled: 已卸载
|
|
17190
|
+
# • superseded: 已被新版本替代
|
|
17191
|
+
# • failed: 部署失败
|
|
17192
|
+
# • uninstalling: 正在卸载中
|
|
17193
|
+
# • pending-install: 等待安装/安装进行中
|
|
17194
|
+
# • pending-upgrade: 等待升级/升级进行中
|
|
17195
|
+
# • pending-rollback: 等待回滚/回滚进行中
|
|
17174
17196
|
# @type Status: String
|
|
17175
17197
|
# @param ChartName: 制品名称
|
|
17176
17198
|
# @type ChartName: String
|
|
@@ -17218,7 +17240,17 @@ module TencentCloud
|
|
|
17218
17240
|
# @type Namespace: String
|
|
17219
17241
|
# @param Version: 应用当前版本
|
|
17220
17242
|
# @type Version: Integer
|
|
17221
|
-
# @param Status:
|
|
17243
|
+
# @param Status: 应用状态,参考 Helm 发布状态。
|
|
17244
|
+
# 可选值及其释义如下:
|
|
17245
|
+
# • unknown: 状态未知
|
|
17246
|
+
# • deployed: 已成功部署
|
|
17247
|
+
# • uninstalled: 已卸载
|
|
17248
|
+
# • superseded: 已被新版本替代
|
|
17249
|
+
# • failed: 部署失败
|
|
17250
|
+
# • uninstalling: 正在卸载中
|
|
17251
|
+
# • pending-install: 等待安装/安装进行中
|
|
17252
|
+
# • pending-upgrade: 等待升级/升级进行中
|
|
17253
|
+
# • pending-rollback: 等待回滚/回滚进行中
|
|
17222
17254
|
# @type Status: String
|
|
17223
17255
|
# @param Description: 应用描述
|
|
17224
17256
|
# @type Description: String
|
|
@@ -17302,7 +17334,17 @@ module TencentCloud
|
|
|
17302
17334
|
# @type Namespace: String
|
|
17303
17335
|
# @param Revision: 应用版本
|
|
17304
17336
|
# @type Revision: Integer
|
|
17305
|
-
# @param Status:
|
|
17337
|
+
# @param Status: 应用状态,参考 Helm 发布状态。
|
|
17338
|
+
# 可选值及其释义如下:
|
|
17339
|
+
# • unknown: 状态未知
|
|
17340
|
+
# • deployed: 已成功部署
|
|
17341
|
+
# • uninstalled: 已卸载
|
|
17342
|
+
# • superseded: 已被新版本替代
|
|
17343
|
+
# • failed: 部署失败
|
|
17344
|
+
# • uninstalling: 正在卸载中
|
|
17345
|
+
# • pending-install: 等待安装/安装进行中
|
|
17346
|
+
# • pending-upgrade: 等待升级/升级进行中
|
|
17347
|
+
# • pending-rollback: 等待回滚/回滚进行中
|
|
17306
17348
|
# @type Status: String
|
|
17307
17349
|
# @param Chart: 应用制品名称
|
|
17308
17350
|
# @type Chart: String
|
|
@@ -17742,7 +17784,7 @@ module TencentCloud
|
|
|
17742
17784
|
# @type Namespace: String
|
|
17743
17785
|
# @param Revision: 回滚版本号
|
|
17744
17786
|
# @type Revision: Integer
|
|
17745
|
-
# @param ClusterType:
|
|
17787
|
+
# @param ClusterType: 集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
17746
17788
|
# @type ClusterType: String
|
|
17747
17789
|
|
|
17748
17790
|
attr_accessor :ClusterId, :Name, :Namespace, :Revision, :ClusterType
|
|
@@ -18701,7 +18743,7 @@ module TencentCloud
|
|
|
18701
18743
|
# @type Name: String
|
|
18702
18744
|
# @param Namespace: 应用命名空间
|
|
18703
18745
|
# @type Namespace: String
|
|
18704
|
-
# @param ClusterType:
|
|
18746
|
+
# @param ClusterType: 集群类型,传入 tke(标准集群), eks(Serverless集群),external(注册集群)
|
|
18705
18747
|
# @type ClusterType: String
|
|
18706
18748
|
|
|
18707
18749
|
attr_accessor :ClusterId, :Name, :Namespace, :ClusterType
|
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.
|
|
4
|
+
version: 3.0.1163
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|