tencentcloud-sdk-tke 3.0.382 → 3.0.385

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: c711bb8160577e6cf198b90372f55f8a248db69a
4
- data.tar.gz: 4b95fc69769679432c8187cc51d700f6499cd7ff
3
+ metadata.gz: 87edddec75b4454d1499859bb910de04be6f6f26
4
+ data.tar.gz: 5090d2517609d8d14101b6119f244a718de0958b
5
5
  SHA512:
6
- metadata.gz: c68ef5e9467bccc05bafb1d8b6b4bb8eab3ed23384005672a58b6efe011242c7454953d0c12c0c0a8b156da2fed98f3112a322331338c8ffddc6ed3559c73946
7
- data.tar.gz: 8182742daefabfe8440495b3396c92c40bbbaa4af2dcb76a7fe6ceb972e86187d4f9794f122c70c5f6ff76cde71d71df3b05ce026d5a71716124b65c341ec69d
6
+ metadata.gz: 73720a70aa93b1a2f2b833aa961b29c2eb512278d642d017b9be22ea4f1fa58b8e95f3d07452ae3e7aa76f9c0d34623a8de4121421ec9e144aca8af4d6f0e808
7
+ data.tar.gz: f50946f37a6528df6a2370f0aff30e152a93d03f2bc54f723238de94b0272f01a47689b0be5d12a034d46dbb041948402ee117b0c081239c948a83859f689971
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.382
1
+ 3.0.385
@@ -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.382
4
+ version: 3.0.385
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-08 00:00:00.000000000 Z
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common