tencentcloud-sdk-tke 3.0.409 → 3.0.411

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dd43e2a3d867ed5dab49cc010f171c615ea242d
4
- data.tar.gz: 1b57c0fd2d779c006dfaf8922efe415f7075cddc
3
+ metadata.gz: f28950c1016e09382c0942f3335c1c07ee234b8b
4
+ data.tar.gz: 2d0aba377c97c133749b127d6069621965584bb8
5
5
  SHA512:
6
- metadata.gz: c38c9462d15384834dbea768f8a2102b70ac12e19edc2c44292765c9c859dac3c34da2eba0ddb78049453f79ea9b73ea8b5065c30d3395ac0edfab18c608aa8d
7
- data.tar.gz: 00fa7ffb11b6abc766cfa8e67cd8aa08f8683bd427ccdcc52d2229f411802832fa04b70ca49a2659a086336961b62039d1304b0cfec0a3442da7518f91b21abb
6
+ metadata.gz: 8f75438c861eef6cd8840da38c7e9294eb95282faf5212991e7ae15dce5249178b57d0a98e0c371efea8b47bcb81ac9cd531bcebf2e57b05aaa610bdeb104946
7
+ data.tar.gz: 66a21cbbdcadaac55cba811a5d6e949836a1d96221cd2c2df668cc8ae8e9aaabc6eacd385760529c10220502c04b3208ecc9ef96df1ebb866007074bbe2e2219
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.409
1
+ 3.0.411
@@ -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.409
4
+ version: 3.0.411
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-14 00:00:00.000000000 Z
11
+ date: 2022-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common