tencentcloud-sdk-tke 3.0.383 → 3.0.386

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180525/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 642836e44fd81baff8a67dbbe62222da744204ad
4
- data.tar.gz: 698a0d0a3c78d4c1ca9d9006dcccea2ff31dd67a
3
+ metadata.gz: c988434ec5dd27c134966febb86a9aa92985956e
4
+ data.tar.gz: 4fa8beb4569b308787bee8a11fbb2fe334470e6b
5
5
  SHA512:
6
- metadata.gz: eca853668550a175286f69b38225646b5929546411c26ca4923b665a58752a9a97346f562105c3bdcac393606ac3eb03a9463464a6e85898f534e0c3d554eda2
7
- data.tar.gz: fe2268a615ade361a6dc530a987832b8a3b07d7ddd457998a6986cb2de8761c25659dfa7504716629975c28f73d72cc552bb66c8cef4e303f5c989dec93c01fc
6
+ metadata.gz: c8f7970c2fcdc007e03c4999283cfd045fe4df144e252344419304bb97ece8d0f3e14fdae6ca9ad3792f2df027bab049801e2c433f9a807de622b1bb540c76d1
7
+ data.tar.gz: ec32255f87e4fc85f3c56da22984806532df3aa5c65764c2a3e0e28da02b3701761f800a728dd3e2c352e28b83818c148931091d80693ac42a876416eca63e7c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.383
1
+ 3.0.386
@@ -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.383
4
+ version: 3.0.386
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-09 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common