tencentcloud-sdk-tke 3.0.405 → 3.0.406

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: 6fdb994d071c9c39b33a7a3b01afd19d2510311f
4
- data.tar.gz: b281ce0fa2ae1657792aa11a98d9af725e302914
3
+ metadata.gz: a11bb71714ebc73f683b4738ea5cd951afccd563
4
+ data.tar.gz: e9445b01b117790788d78b2460e2bfbf3c8a23b6
5
5
  SHA512:
6
- metadata.gz: 7dbf67cdc88ffcf4a7c47c6f3b9a99b8f8ada67b0166cae0e865ee6e2cd6d5714c98b9bd5aaadb3a61b43169416b835c776de6ce558cfdfde21dff3947fd3fce
7
- data.tar.gz: f30c806d97dddee0a7c880f9f3623ce3ea3eae2c4f7d51480387acc0f47f97f97e1bc68905bcec46049487d693bd7cfb9740e646de36663015c77d981306103a
6
+ metadata.gz: bb9b0b6c561e7a3041064ab13e22b31db1145e6252136e725eb9b86a0cb65c7b04779b504ea170dfe1b1f5e021006013d7b6b59bced2e3f29b94ef2c8fb55606
7
+ data.tar.gz: 72712098112bfdeea38ef1eba53710e511ee0c8be25cf072ad819a74aa10c01893bf929b14604f166670ba4f04556f7b7d85c5c687d4954750987a696d5cf585
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.405
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.405
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-06 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