tencentcloud-sdk-tke 3.0.565 → 3.0.566
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 +10 -2
- 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: 2914abd4150c299d95d00318e4a00cbac4911eb2
|
|
4
|
+
data.tar.gz: 6738d13ddcad04264caf3d697ed2a89690be7de7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77271294ef9edfb55f105e292a5232c843647ee041a569f052918315190cb7bc3f95d67fbc3c80ee893cb7fc5bd8b3ba29f28ed85b48ac44ff16e31284917ac9
|
|
7
|
+
data.tar.gz: becbf2a1ffdd4d41b3b94166363960831af6f6e5c6b8e3a437ea89144dd3e6b1cc736e243ff50c2887b2cecf7db33921246f83b2cc1322e813f66acf6bf94d33
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.566
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -9438,10 +9438,13 @@ module TencentCloud
|
|
|
9438
9438
|
# @param EdgeVersion: 边缘集群组件的版本
|
|
9439
9439
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9440
9440
|
# @type EdgeVersion: String
|
|
9441
|
+
# @param TagSpecification: 集群绑定的云标签
|
|
9442
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9443
|
+
# @type TagSpecification: :class:`Tencentcloud::Tke.v20180525.models.TagSpecification`
|
|
9441
9444
|
|
|
9442
|
-
attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings, :Level, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion
|
|
9445
|
+
attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings, :Level, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion, :TagSpecification
|
|
9443
9446
|
|
|
9444
|
-
def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil, level=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil)
|
|
9447
|
+
def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil, level=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil, tagspecification=nil)
|
|
9445
9448
|
@ClusterId = clusterid
|
|
9446
9449
|
@ClusterName = clustername
|
|
9447
9450
|
@VpcId = vpcid
|
|
@@ -9458,6 +9461,7 @@ module TencentCloud
|
|
|
9458
9461
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
|
9459
9462
|
@ChargeType = chargetype
|
|
9460
9463
|
@EdgeVersion = edgeversion
|
|
9464
|
+
@TagSpecification = tagspecification
|
|
9461
9465
|
end
|
|
9462
9466
|
|
|
9463
9467
|
def deserialize(params)
|
|
@@ -9480,6 +9484,10 @@ module TencentCloud
|
|
|
9480
9484
|
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
|
9481
9485
|
@ChargeType = params['ChargeType']
|
|
9482
9486
|
@EdgeVersion = params['EdgeVersion']
|
|
9487
|
+
unless params['TagSpecification'].nil?
|
|
9488
|
+
@TagSpecification = TagSpecification.new
|
|
9489
|
+
@TagSpecification.deserialize(params['TagSpecification'])
|
|
9490
|
+
end
|
|
9483
9491
|
end
|
|
9484
9492
|
end
|
|
9485
9493
|
|
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.566
|
|
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-05-
|
|
11
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|