tencentcloud-sdk-tke 3.0.446 → 3.0.447
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180525/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 158283f05ee7078f7232875a7ba5cb8ffadea830
|
|
4
|
+
data.tar.gz: 77557438071d5ee73ada7b59b5e2ec5f98b78355
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ac0b1011d154a31977e4d895aa8bab345a82875a8d74f13054ad23124426d302842c59b91a38fa59187ecc3ef6c6d9912c3ebd0a072dee0e1110de2a193def0
|
|
7
|
+
data.tar.gz: 816313beb2936ccdc182f78be3cde092aee0a6f95e0eaca36c54ee672a8c17e29384ae091ed3fc8a0e6fca018995bd15b80563904eff74658038cfe2bd3957c0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.447
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|