tencentcloud-sdk-tke 3.0.607 → 3.0.608
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 +18 -6
- 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: 8cf898559dea3e1c7ef63d613145f1e721b51200
|
4
|
+
data.tar.gz: c804f4c8a119aebf171eb1b7f9b45f6482687fae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a35743d60db4ffff491bacd5917ef3b3d9a7cb82440bb78edece811cbe370357ed205c3bfb508c51f608fcff391e5aded87dede127731f9f326bbb36a74f41bb
|
7
|
+
data.tar.gz: 402e7181373a70fa6fc5641c2d4bd0f5e039a664b9ca9dba6d54771f66b9d642b5f2d24b532cbb3f561ea115b437a88a397af50229587e687a8c62023237ea5f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.608
|
data/lib/v20180525/models.rb
CHANGED
@@ -1338,6 +1338,8 @@ module TencentCloud
|
|
1338
1338
|
# @type PodCount: Integer
|
1339
1339
|
# @param ConfigMapCount: Configmap数量
|
1340
1340
|
# @type ConfigMapCount: Integer
|
1341
|
+
# @param RSCount: ReplicaSets数量
|
1342
|
+
# @type RSCount: Integer
|
1341
1343
|
# @param CRDCount: CRD数量
|
1342
1344
|
# @type CRDCount: Integer
|
1343
1345
|
# @param Enable: 是否启用
|
@@ -1346,14 +1348,15 @@ module TencentCloud
|
|
1346
1348
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1347
1349
|
# @type OtherCount: Integer
|
1348
1350
|
|
1349
|
-
attr_accessor :Name, :Alias, :NodeCount, :PodCount, :ConfigMapCount, :CRDCount, :Enable, :OtherCount
|
1351
|
+
attr_accessor :Name, :Alias, :NodeCount, :PodCount, :ConfigMapCount, :RSCount, :CRDCount, :Enable, :OtherCount
|
1350
1352
|
|
1351
|
-
def initialize(name=nil, _alias=nil, nodecount=nil, podcount=nil, configmapcount=nil, crdcount=nil, enable=nil, othercount=nil)
|
1353
|
+
def initialize(name=nil, _alias=nil, nodecount=nil, podcount=nil, configmapcount=nil, rscount=nil, crdcount=nil, enable=nil, othercount=nil)
|
1352
1354
|
@Name = name
|
1353
1355
|
@Alias = _alias
|
1354
1356
|
@NodeCount = nodecount
|
1355
1357
|
@PodCount = podcount
|
1356
1358
|
@ConfigMapCount = configmapcount
|
1359
|
+
@RSCount = rscount
|
1357
1360
|
@CRDCount = crdcount
|
1358
1361
|
@Enable = enable
|
1359
1362
|
@OtherCount = othercount
|
@@ -1365,6 +1368,7 @@ module TencentCloud
|
|
1365
1368
|
@NodeCount = params['NodeCount']
|
1366
1369
|
@PodCount = params['PodCount']
|
1367
1370
|
@ConfigMapCount = params['ConfigMapCount']
|
1371
|
+
@RSCount = params['RSCount']
|
1368
1372
|
@CRDCount = params['CRDCount']
|
1369
1373
|
@Enable = params['Enable']
|
1370
1374
|
@OtherCount = params['OtherCount']
|
@@ -8798,6 +8802,8 @@ module TencentCloud
|
|
8798
8802
|
# @type CRDUsage: :class:`Tencentcloud::Tke.v20180525.models.ResourceUsage`
|
8799
8803
|
# @param PodUsage: Pod使用量
|
8800
8804
|
# @type PodUsage: Integer
|
8805
|
+
# @param RSUsage: ReplicaSet使用量
|
8806
|
+
# @type RSUsage: Integer
|
8801
8807
|
# @param ConfigMapUsage: ConfigMap使用量
|
8802
8808
|
# @type ConfigMapUsage: Integer
|
8803
8809
|
# @param OtherUsage: 其他资源使用量
|
@@ -8805,11 +8811,12 @@ module TencentCloud
|
|
8805
8811
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8806
8812
|
# @type RequestId: String
|
8807
8813
|
|
8808
|
-
attr_accessor :CRDUsage, :PodUsage, :ConfigMapUsage, :OtherUsage, :RequestId
|
8814
|
+
attr_accessor :CRDUsage, :PodUsage, :RSUsage, :ConfigMapUsage, :OtherUsage, :RequestId
|
8809
8815
|
|
8810
|
-
def initialize(crdusage=nil, podusage=nil, configmapusage=nil, otherusage=nil, requestid=nil)
|
8816
|
+
def initialize(crdusage=nil, podusage=nil, rsusage=nil, configmapusage=nil, otherusage=nil, requestid=nil)
|
8811
8817
|
@CRDUsage = crdusage
|
8812
8818
|
@PodUsage = podusage
|
8819
|
+
@RSUsage = rsusage
|
8813
8820
|
@ConfigMapUsage = configmapusage
|
8814
8821
|
@OtherUsage = otherusage
|
8815
8822
|
@RequestId = requestid
|
@@ -8821,6 +8828,7 @@ module TencentCloud
|
|
8821
8828
|
@CRDUsage.deserialize(params['CRDUsage'])
|
8822
8829
|
end
|
8823
8830
|
@PodUsage = params['PodUsage']
|
8831
|
+
@RSUsage = params['RSUsage']
|
8824
8832
|
@ConfigMapUsage = params['ConfigMapUsage']
|
8825
8833
|
unless params['OtherUsage'].nil?
|
8826
8834
|
@OtherUsage = ResourceUsage.new
|
@@ -12793,6 +12801,8 @@ module TencentCloud
|
|
12793
12801
|
# @type NodePoolId: String
|
12794
12802
|
# @param Name: 节点池名称
|
12795
12803
|
# @type Name: String
|
12804
|
+
# @param SecurityGroupIds: 安全组ID列表
|
12805
|
+
# @type SecurityGroupIds: Array
|
12796
12806
|
# @param Labels: 虚拟节点label
|
12797
12807
|
# @type Labels: Array
|
12798
12808
|
# @param Taints: 虚拟节点taint
|
@@ -12800,12 +12810,13 @@ module TencentCloud
|
|
12800
12810
|
# @param DeletionProtection: 删除保护开关
|
12801
12811
|
# @type DeletionProtection: Boolean
|
12802
12812
|
|
12803
|
-
attr_accessor :ClusterId, :NodePoolId, :Name, :Labels, :Taints, :DeletionProtection
|
12813
|
+
attr_accessor :ClusterId, :NodePoolId, :Name, :SecurityGroupIds, :Labels, :Taints, :DeletionProtection
|
12804
12814
|
|
12805
|
-
def initialize(clusterid=nil, nodepoolid=nil, name=nil, labels=nil, taints=nil, deletionprotection=nil)
|
12815
|
+
def initialize(clusterid=nil, nodepoolid=nil, name=nil, securitygroupids=nil, labels=nil, taints=nil, deletionprotection=nil)
|
12806
12816
|
@ClusterId = clusterid
|
12807
12817
|
@NodePoolId = nodepoolid
|
12808
12818
|
@Name = name
|
12819
|
+
@SecurityGroupIds = securitygroupids
|
12809
12820
|
@Labels = labels
|
12810
12821
|
@Taints = taints
|
12811
12822
|
@DeletionProtection = deletionprotection
|
@@ -12815,6 +12826,7 @@ module TencentCloud
|
|
12815
12826
|
@ClusterId = params['ClusterId']
|
12816
12827
|
@NodePoolId = params['NodePoolId']
|
12817
12828
|
@Name = params['Name']
|
12829
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
12818
12830
|
unless params['Labels'].nil?
|
12819
12831
|
@Labels = []
|
12820
12832
|
params['Labels'].each do |i|
|
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.608
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|