tencentcloud-sdk-tke 1.0.243 → 1.0.244

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: e07313a7b66d84be2c6617db725f9352169839c4
4
+ data.tar.gz: 7b89f8893b708a6e4bbed3224e8927e056a8d3fb
5
5
  SHA512:
6
- metadata.gz: 7935a2d267abdfff72fe8024c85b8eb3f02749568d599d46db9d7d1142e97b780ce2efadde78290335c6e5ce604e5d4bf288b393da560d657b9af355d1b37241
7
- data.tar.gz: 8d454babe565d769ce9953de97f9a4957683df583b860de5174bc6693797e1025f7619f924f6d4b4ba5576407603d299fd88a7bb9ebdb8753025375a176c7a27
6
+ metadata.gz: d2ae09b705b191c826210ced1e9f255d75c8b3d7810ed2d507adaed4445ee3116db899e5b060b4b6971ef097357e4aaf61d1f5eb84d063035df52192462efcf9
7
+ data.tar.gz: 46de9c056171bdef41cec156c1a2951c360b04c57c59b00109169f4312bf1ce60136e6401e0fa83afb08c6f095e6d59d4461a6a2b84ef40591da292726941482
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.243
1
+ 1.0.244
@@ -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.244
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common