tencentcloud-sdk-tke 1.0.280 → 1.0.281
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: cd2930e5112dc18c3ef1fc6789581963143be8e6
|
|
4
|
+
data.tar.gz: 54d983454e684a5fedb3fd7b88b3f269d4762cc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74c764de4ebb486541960fc957f081a76c3b1b09ac938053bab380c3b0529a8bb0dfdc956821e33eccc3b9e4eef656c48cc0abc1fd3ad3e7e3d76f9336bcf45b
|
|
7
|
+
data.tar.gz: 8a400a06143dcfd36b9366b612757d86426b6306ff82991fde42add2466973cc25046d96d1eccc5e1fed43316555197a783088e8b543b15dc0c987ba55ffdac5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.281
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -3954,17 +3954,20 @@ module TencentCloud
|
|
|
3954
3954
|
# @type InternalLB: :class:`Tencentcloud::Tke.v20180525.models.ClusterInternalLB`
|
|
3955
3955
|
# @param ProxyLB: 标记是否新的内外网功能
|
|
3956
3956
|
# @type ProxyLB: Boolean
|
|
3957
|
+
# @param Kubeconfig: 连接用户集群k8s 的Config
|
|
3958
|
+
# @type Kubeconfig: String
|
|
3957
3959
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3958
3960
|
# @type RequestId: String
|
|
3959
3961
|
|
|
3960
|
-
attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :ProxyLB, :RequestId
|
|
3962
|
+
attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :ProxyLB, :Kubeconfig, :RequestId
|
|
3961
3963
|
|
|
3962
|
-
def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, proxylb=nil, requestid=nil)
|
|
3964
|
+
def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, proxylb=nil, kubeconfig=nil, requestid=nil)
|
|
3963
3965
|
@Addresses = addresses
|
|
3964
3966
|
@Credential = credential
|
|
3965
3967
|
@PublicLB = publiclb
|
|
3966
3968
|
@InternalLB = internallb
|
|
3967
3969
|
@ProxyLB = proxylb
|
|
3970
|
+
@Kubeconfig = kubeconfig
|
|
3968
3971
|
@RequestId = requestid
|
|
3969
3972
|
end
|
|
3970
3973
|
|
|
@@ -3990,6 +3993,7 @@ module TencentCloud
|
|
|
3990
3993
|
@InternalLB.deserialize(params['InternalLB'])
|
|
3991
3994
|
end
|
|
3992
3995
|
@ProxyLB = params['ProxyLB']
|
|
3996
|
+
@Kubeconfig = params['Kubeconfig']
|
|
3993
3997
|
@RequestId = params['RequestId']
|
|
3994
3998
|
end
|
|
3995
3999
|
end
|
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.
|
|
4
|
+
version: 1.0.281
|
|
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-03-
|
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|