tencentcloud-sdk-tke 1.0.243 → 1.0.247

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa0f5a96f2a5dc9df46133b3198a6e3995612d0c
4
- data.tar.gz: 635ee5c5dc03fa3233ef9bcd2e8166bcae68153b
3
+ metadata.gz: d477562c16f22ad6e5a83e7d2727fb4d3f5abcc6
4
+ data.tar.gz: f4350c37f2281f2a5a1e99946457c5d5527b5598
5
5
  SHA512:
6
- metadata.gz: 7935a2d267abdfff72fe8024c85b8eb3f02749568d599d46db9d7d1142e97b780ce2efadde78290335c6e5ce604e5d4bf288b393da560d657b9af355d1b37241
7
- data.tar.gz: 8d454babe565d769ce9953de97f9a4957683df583b860de5174bc6693797e1025f7619f924f6d4b4ba5576407603d299fd88a7bb9ebdb8753025375a176c7a27
6
+ metadata.gz: 5f1edbb6c83a9a289f26211f6445b6c42b5c0a5a3a5a293d150c79c1c6d60ab10bdc73cd4a66d06eda4b4240ecaac9fabfc09b6d73d0fb4cd1cb19d8fa50d473
7
+ data.tar.gz: a120a9f4f71ea6626fad5fbf0c70b6c3f39cace95ceecd1a7f68f7e9340f1d329f3d011e84a736bb13e513c876116adc01da022ee4d2de59584c238d06ebdbb6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.243
1
+ 1.0.247
@@ -6739,10 +6739,12 @@ module TencentCloud
6739
6739
  # @type ExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.InstanceExtraArgs`
6740
6740
  # @param Tags: 资源标签
6741
6741
  # @type Tags: Array
6742
+ # @param Unschedulable: 设置加入的节点是否参与调度,默认值为0,表示参与调度;非0表示不参与调度, 待节点初始化完成之后, 可执行kubectl uncordon nodename使node加入调度.
6743
+ # @type Unschedulable: Integer
6742
6744
 
6743
- attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags
6745
+ attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags, :Unschedulable
6744
6746
 
6745
- def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil)
6747
+ def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil, unschedulable=nil)
6746
6748
  @ClusterId = clusterid
6747
6749
  @NodePoolId = nodepoolid
6748
6750
  @Name = name
@@ -6755,6 +6757,7 @@ module TencentCloud
6755
6757
  @OsCustomizeType = oscustomizetype
6756
6758
  @ExtraArgs = extraargs
6757
6759
  @Tags = tags
6760
+ @Unschedulable = unschedulable
6758
6761
  end
6759
6762
 
6760
6763
  def deserialize(params)
@@ -6794,6 +6797,7 @@ module TencentCloud
6794
6797
  @Tags << tag_tmp
6795
6798
  end
6796
6799
  end
6800
+ @Unschedulable = params['Unschedulable']
6797
6801
  end
6798
6802
  end
6799
6803
 
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: 1.0.243
4
+ version: 1.0.247
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-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common