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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dd43e2a3d867ed5dab49cc010f171c615ea242d
4
- data.tar.gz: 1b57c0fd2d779c006dfaf8922efe415f7075cddc
3
+ metadata.gz: 89e40c5d6da3e4960eb5e4ebbf24a90b37ee4f8f
4
+ data.tar.gz: 2ca60afe605752df602091e3adfc21a38416e963
5
5
  SHA512:
6
- metadata.gz: c38c9462d15384834dbea768f8a2102b70ac12e19edc2c44292765c9c859dac3c34da2eba0ddb78049453f79ea9b73ea8b5065c30d3395ac0edfab18c608aa8d
7
- data.tar.gz: 00fa7ffb11b6abc766cfa8e67cd8aa08f8683bd427ccdcc52d2229f411802832fa04b70ca49a2659a086336961b62039d1304b0cfec0a3442da7518f91b21abb
6
+ metadata.gz: a9e95161d17fc4ac25a20b60f42e41034c8a2c14de7ff38f88db1224fbd5aeabc396a49b6294e1ae35f01761cfa3444dc6ca7a8c5af9521c6a90cda2b5c5c124
7
+ data.tar.gz: 75f9d07fc6aeb779c08c288f689b2e099640c7dd031b76a84fcf27835457a167c15b23382eb88582ce03fb6731c3ddb13523a888e204e57f4c7ecc75f474d70e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.409
1
+ 3.0.410
@@ -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.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-14 00:00:00.000000000 Z
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