tencentcloud-sdk-tke 3.0.403 → 3.0.406

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: 9591aade16b193f7a778227aaf44acc73d68ce28
4
- data.tar.gz: 4ed90d136fa44c4db1b8fed52072147c39e0838c
3
+ metadata.gz: a11bb71714ebc73f683b4738ea5cd951afccd563
4
+ data.tar.gz: e9445b01b117790788d78b2460e2bfbf3c8a23b6
5
5
  SHA512:
6
- metadata.gz: 19e4fe66451ad0f65226bff6feeb0056b388326b4b50005a56d27f48d5265a7014471fcc7578b47726412f7a51288bd378dd989bc648edc29ec584776a81d1ca
7
- data.tar.gz: b602bd6ecce06af16cd532b6ca3cb1d33c32f01876c0ef27e07e3905543691c8f55ad88848346714bd435c5a0a1f74c0d462781a03d060bea613766bad2d0991
6
+ metadata.gz: bb9b0b6c561e7a3041064ab13e22b31db1145e6252136e725eb9b86a0cb65c7b04779b504ea170dfe1b1f5e021006013d7b6b59bced2e3f29b94ef2c8fb55606
7
+ data.tar.gz: 72712098112bfdeea38ef1eba53710e511ee0c8be25cf072ad819a74aa10c01893bf929b14604f166670ba4f04556f7b7d85c5c687d4954750987a696d5cf585
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.403
1
+ 3.0.406
@@ -14051,10 +14051,12 @@ module TencentCloud
14051
14051
  # @type Health: String
14052
14052
  # @param GridDaemon: 边缘计算集群的GridDaemon部署信息
14053
14053
  # @type GridDaemon: String
14054
+ # @param AutoUpgradeClusterLevel: 边缘集群开启自动升配
14055
+ # @type AutoUpgradeClusterLevel: Boolean
14054
14056
 
14055
- attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon
14057
+ attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :AutoUpgradeClusterLevel
14056
14058
 
14057
- def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil)
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)
14058
14060
  @ClusterId = clusterid
14059
14061
  @ClusterName = clustername
14060
14062
  @ClusterDesc = clusterdesc
@@ -14066,6 +14068,7 @@ module TencentCloud
14066
14068
  @HealthRegion = healthregion
14067
14069
  @Health = health
14068
14070
  @GridDaemon = griddaemon
14071
+ @AutoUpgradeClusterLevel = autoupgradeclusterlevel
14069
14072
  end
14070
14073
 
14071
14074
  def deserialize(params)
@@ -14086,6 +14089,7 @@ module TencentCloud
14086
14089
  @HealthRegion = params['HealthRegion']
14087
14090
  @Health = params['Health']
14088
14091
  @GridDaemon = params['GridDaemon']
14092
+ @AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
14089
14093
  end
14090
14094
  end
14091
14095
 
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.403
4
+ version: 3.0.406
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-02 00:00:00.000000000 Z
11
+ date: 2022-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common