tencentcloud-sdk-tke 1.0.242 → 1.0.246

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: f4d85f32d0c5815263133ca0010e5a67cb72355f
4
- data.tar.gz: 5730146d3acf4b919823beace7c48aa9bbaa72c4
3
+ metadata.gz: 9e6c2d3fa9d35fc00a994355c02e2e72cd691767
4
+ data.tar.gz: 20a0c0b5bdd66b68cc04c293c9331dd98d64b6f7
5
5
  SHA512:
6
- metadata.gz: 9894d47209c48f5848cc3cbbbc1b5b339a0b01449de6ba766fee8dc73c117fd2f81d23faae04f48602ae1be3da413b70a61fee8a943c9b7e815c0b63dc703129
7
- data.tar.gz: 709beb7dac11cb2e08c79802edb6b80e6a96faffe76b075ff67e38a03d76a534d88a399d7100c2086e8cd5b4a9931f35d1a91c98018746f750908f944069c373
6
+ metadata.gz: 70f5612e411d93a04fdb2918dcc9a085a895220e28238e3d20e1eb8e97cb13beb6bedc5a26bb057068c619dc48ccdcbdcbab5792006844122c446a619c43975f
7
+ data.tar.gz: b8b28a3ee1d8d53f6e372057517645dcd3f7be749e7ba9f3d76c116e898e3d7a2b0787cce82b89d1b66026516d983d331435e0fa6e7fafa2e9f3914b918fae9c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.242
1
+ 1.0.246
@@ -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.242
4
+ version: 1.0.246
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-14 00:00:00.000000000 Z
11
+ date: 2022-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common