tencentcloud-sdk-tke 3.0.409 → 3.0.410
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 +6 -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: 89e40c5d6da3e4960eb5e4ebbf24a90b37ee4f8f
|
|
4
|
+
data.tar.gz: 2ca60afe605752df602091e3adfc21a38416e963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9e95161d17fc4ac25a20b60f42e41034c8a2c14de7ff38f88db1224fbd5aeabc396a49b6294e1ae35f01761cfa3444dc6ca7a8c5af9521c6a90cda2b5c5c124
|
|
7
|
+
data.tar.gz: 75f9d07fc6aeb779c08c288f689b2e099640c7dd031b76a84fcf27835457a167c15b23382eb88582ce03fb6731c3ddb13523a888e204e57f4c7ecc75f474d70e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.410
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -14053,10 +14053,12 @@ module TencentCloud
|
|
|
14053
14053
|
# @type GridDaemon: String
|
|
14054
14054
|
# @param AutoUpgradeClusterLevel: 边缘集群开启自动升配
|
|
14055
14055
|
# @type AutoUpgradeClusterLevel: Boolean
|
|
14056
|
+
# @param ClusterLevel: 边缘集群的集群规模
|
|
14057
|
+
# @type ClusterLevel: String
|
|
14056
14058
|
|
|
14057
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :AutoUpgradeClusterLevel
|
|
14059
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :AutoUpgradeClusterLevel, :ClusterLevel
|
|
14058
14060
|
|
|
14059
|
-
def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, autoupgradeclusterlevel=nil)
|
|
14061
|
+
def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, autoupgradeclusterlevel=nil, clusterlevel=nil)
|
|
14060
14062
|
@ClusterId = clusterid
|
|
14061
14063
|
@ClusterName = clustername
|
|
14062
14064
|
@ClusterDesc = clusterdesc
|
|
@@ -14069,6 +14071,7 @@ module TencentCloud
|
|
|
14069
14071
|
@Health = health
|
|
14070
14072
|
@GridDaemon = griddaemon
|
|
14071
14073
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
|
14074
|
+
@ClusterLevel = clusterlevel
|
|
14072
14075
|
end
|
|
14073
14076
|
|
|
14074
14077
|
def deserialize(params)
|
|
@@ -14090,6 +14093,7 @@ module TencentCloud
|
|
|
14090
14093
|
@Health = params['Health']
|
|
14091
14094
|
@GridDaemon = params['GridDaemon']
|
|
14092
14095
|
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
|
14096
|
+
@ClusterLevel = params['ClusterLevel']
|
|
14093
14097
|
end
|
|
14094
14098
|
end
|
|
14095
14099
|
|
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.410
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|