tencentcloud-sdk-tke 3.0.445 → 3.0.447

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: e2cea86aacec8bedceae552b444d8154846efcb5
4
- data.tar.gz: beb9f8c6d4546f59199694e8068fbfbc71f3ab87
3
+ metadata.gz: 158283f05ee7078f7232875a7ba5cb8ffadea830
4
+ data.tar.gz: 77557438071d5ee73ada7b59b5e2ec5f98b78355
5
5
  SHA512:
6
- metadata.gz: fbb4feb01cbcabddbec68b089d8f722a3752e14752079e737506860505a332eb8e542544652eade359300d941fc2320311a1837feab0101c25e76507f7849ffd
7
- data.tar.gz: cd9496a09dd5f0839d1dcd40dd2cc65dc290f7ab4e11c26e2e7fb4e70fe2a8983920706f00daae1653779a15fe66c9d2ea334c1930ff488127c81dc31ae92d71
6
+ metadata.gz: 5ac0b1011d154a31977e4d895aa8bab345a82875a8d74f13054ad23124426d302842c59b91a38fa59187ecc3ef6c6d9912c3ebd0a072dee0e1110de2a193def0
7
+ data.tar.gz: 816313beb2936ccdc182f78be3cde092aee0a6f95e0eaca36c54ee672a8c17e29384ae091ed3fc8a0e6fca018995bd15b80563904eff74658038cfe2bd3957c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.445
1
+ 3.0.447
@@ -1826,9 +1826,9 @@ module TencentCloud
1826
1826
  class CreateClusterNodePoolRequest < TencentCloud::Common::AbstractModel
1827
1827
  # @param ClusterId: cluster id
1828
1828
  # @type ClusterId: String
1829
- # @param AutoScalingGroupPara: AutoScalingGroupPara AS组参数
1829
+ # @param AutoScalingGroupPara: AutoScalingGroupPara AS组参数,参考 https://cloud.tencent.com/document/product/377/20440
1830
1830
  # @type AutoScalingGroupPara: String
1831
- # @param LaunchConfigurePara: LaunchConfigurePara 运行参数
1831
+ # @param LaunchConfigurePara: LaunchConfigurePara 运行参数,参考 https://cloud.tencent.com/document/product/377/20447
1832
1832
  # @type LaunchConfigurePara: String
1833
1833
  # @param InstanceAdvancedSettings: InstanceAdvancedSettings 示例参数
1834
1834
  # @type InstanceAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.InstanceAdvancedSettings`
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.445
4
+ version: 3.0.447
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-11-06 00:00:00.000000000 Z
11
+ date: 2022-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '3.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
28
28
  allows Ruby developers to write software that makes use of Tencent Cloud service
29
29
  TKE.