tencentcloud-sdk-tke 3.0.383 → 3.0.384
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 +10 -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: 6655cc4e080a21f12a4436d15e5de99e488c56af
|
4
|
+
data.tar.gz: b3e946541f10a4337b96391f9404b55157f68301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c70d006d5ac57fa9e6e1ea38a42a6306080a6bb6af4132bc56efad4cc77e6963c1500acc30edee258aaab34f473d8f3bbb4c3326b301c6428811ab929465a7bf
|
7
|
+
data.tar.gz: 5119e7650428dea60bdad7bb723694d3de165a6065159386799187f2ab575c0babaf929eb94032d09b573b058162687880e13b7220efa2346f937e664a6f983d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.384
|
data/lib/v20180525/models.rb
CHANGED
@@ -8156,10 +8156,13 @@ module TencentCloud
|
|
8156
8156
|
# @param MaxNodePodNum: 节点最大Pod数
|
8157
8157
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8158
8158
|
# @type MaxNodePodNum: Integer
|
8159
|
+
# @param ClusterAdvancedSettings: 集群高级设置
|
8160
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8161
|
+
# @type ClusterAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterAdvancedSettings`
|
8159
8162
|
|
8160
|
-
attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum
|
8163
|
+
attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings
|
8161
8164
|
|
8162
|
-
def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil)
|
8165
|
+
def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil)
|
8163
8166
|
@ClusterId = clusterid
|
8164
8167
|
@ClusterName = clustername
|
8165
8168
|
@VpcId = vpcid
|
@@ -8171,6 +8174,7 @@ module TencentCloud
|
|
8171
8174
|
@CreatedTime = createdtime
|
8172
8175
|
@EdgeClusterVersion = edgeclusterversion
|
8173
8176
|
@MaxNodePodNum = maxnodepodnum
|
8177
|
+
@ClusterAdvancedSettings = clusteradvancedsettings
|
8174
8178
|
end
|
8175
8179
|
|
8176
8180
|
def deserialize(params)
|
@@ -8185,6 +8189,10 @@ module TencentCloud
|
|
8185
8189
|
@CreatedTime = params['CreatedTime']
|
8186
8190
|
@EdgeClusterVersion = params['EdgeClusterVersion']
|
8187
8191
|
@MaxNodePodNum = params['MaxNodePodNum']
|
8192
|
+
unless params['ClusterAdvancedSettings'].nil?
|
8193
|
+
@ClusterAdvancedSettings = EdgeClusterAdvancedSettings.new
|
8194
|
+
@ClusterAdvancedSettings.deserialize(params['ClusterAdvancedSettings'])
|
8195
|
+
end
|
8188
8196
|
end
|
8189
8197
|
end
|
8190
8198
|
|
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.384
|
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-08-
|
11
|
+
date: 2022-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|