tencentcloud-sdk-tke 3.0.896 → 3.0.897
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 +6 -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: 0eee43956f0c42ab8266df79eaedb2c6f3f1df3f
|
|
4
|
+
data.tar.gz: 21a1ef3a5b49f5e4c7a6a056849ef24b264cdd7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cc69ba1a36d18e464c51ecdfe6211832131d1b11199589f058ad6c11a6a0acc92b7932ac7a6d288278cd3f1edfff9536036fa92d7411203eb83dc7a05bd0de2
|
|
7
|
+
data.tar.gz: 4673463a19acdac3b8b1d7da0feb0e6c2997835b12925c08bfd6b7e103f6b18cd34c4843d0b4e19c42d0f71615954d0be143f3c51322f229480308adf31bac23
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.897
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -12490,17 +12490,21 @@ module TencentCloud
|
|
|
12490
12490
|
# @type ClusterId: String
|
|
12491
12491
|
# @param KubeletRootDir: kubelet根目录
|
|
12492
12492
|
# @type KubeletRootDir: String
|
|
12493
|
+
# @param ClusterType: 集群类型 tke/eks,默认tke
|
|
12494
|
+
# @type ClusterType: String
|
|
12493
12495
|
|
|
12494
|
-
attr_accessor :ClusterId, :KubeletRootDir
|
|
12496
|
+
attr_accessor :ClusterId, :KubeletRootDir, :ClusterType
|
|
12495
12497
|
|
|
12496
|
-
def initialize(clusterid=nil, kubeletrootdir=nil)
|
|
12498
|
+
def initialize(clusterid=nil, kubeletrootdir=nil, clustertype=nil)
|
|
12497
12499
|
@ClusterId = clusterid
|
|
12498
12500
|
@KubeletRootDir = kubeletrootdir
|
|
12501
|
+
@ClusterType = clustertype
|
|
12499
12502
|
end
|
|
12500
12503
|
|
|
12501
12504
|
def deserialize(params)
|
|
12502
12505
|
@ClusterId = params['ClusterId']
|
|
12503
12506
|
@KubeletRootDir = params['KubeletRootDir']
|
|
12507
|
+
@ClusterType = params['ClusterType']
|
|
12504
12508
|
end
|
|
12505
12509
|
end
|
|
12506
12510
|
|
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.897
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|