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 +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: a11bb71714ebc73f683b4738ea5cd951afccd563
|
|
4
|
+
data.tar.gz: e9445b01b117790788d78b2460e2bfbf3c8a23b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb9b0b6c561e7a3041064ab13e22b31db1145e6252136e725eb9b86a0cb65c7b04779b504ea170dfe1b1f5e021006013d7b6b59bced2e3f29b94ef2c8fb55606
|
|
7
|
+
data.tar.gz: 72712098112bfdeea38ef1eba53710e511ee0c8be25cf072ad819a74aa10c01893bf929b14604f166670ba4f04556f7b7d85c5c687d4954750987a696d5cf585
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.406
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|