tencentcloud-sdk-tke 3.0.559 → 3.0.561

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180525/models.rb +16 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0377206fe773c10d19ed53e65ea695a1efb491f6
4
- data.tar.gz: 6c04008d2fcc1bc7c9ef81ff7b465368a1290d55
3
+ metadata.gz: 3176abbcc11d8c2cc08ba4ce0aeadc1ba6e3bb34
4
+ data.tar.gz: 505bf31b68b00bd69e8fb7bdd27cb3f48ca34363
5
5
  SHA512:
6
- metadata.gz: a3cfb478a1a549ebae4f7ba3881e64c3a62f6551cb9453ed2fb012051bec37ebac7c73f63d1d47152e5f79bdf0f677c5ba06c4d0153820d2680674508c420633
7
- data.tar.gz: e1eb5cb18a9563cba7908c657abb751c4d7d90141e847f4f603086ac5ff5d5889b3afbb0308af6d0ce8c0eb55e831cbe23362babe9bedf05a4880a77527d8cd7
6
+ metadata.gz: bfdfdfb67c1e5cef73ca7783e97b787eeb8f2632ef438a2ca08322c046974a466e38aa1b3b58e337f636f90e504e7040b323b93632a42be28eb4344de01ea277
7
+ data.tar.gz: fde439b9dc5db65ea9a62fcdf1487f066d4d66f7d30a95187be43d24968a939a5400c2c9536ce9ceb46fc2df086a26cb8f61fa47d30654763592f5c2370fb352
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.559
1
+ 3.0.561
@@ -3472,10 +3472,12 @@ module TencentCloud
3472
3472
  # @type EdgeVersion: String
3473
3473
  # @param RegistryPrefix: 边缘组件镜像仓库前缀
3474
3474
  # @type RegistryPrefix: String
3475
+ # @param TagSpecification: 集群绑定的云标签
3476
+ # @type TagSpecification: :class:`Tencentcloud::Tke.v20180525.models.TagSpecification`
3475
3477
 
3476
- attr_accessor :K8SVersion, :VpcId, :ClusterName, :PodCIDR, :ServiceCIDR, :ClusterDesc, :ClusterAdvancedSettings, :MaxNodePodNum, :PublicLB, :ClusterLevel, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion, :RegistryPrefix
3478
+ attr_accessor :K8SVersion, :VpcId, :ClusterName, :PodCIDR, :ServiceCIDR, :ClusterDesc, :ClusterAdvancedSettings, :MaxNodePodNum, :PublicLB, :ClusterLevel, :AutoUpgradeClusterLevel, :ChargeType, :EdgeVersion, :RegistryPrefix, :TagSpecification
3477
3479
 
3478
- def initialize(k8sversion=nil, vpcid=nil, clustername=nil, podcidr=nil, servicecidr=nil, clusterdesc=nil, clusteradvancedsettings=nil, maxnodepodnum=nil, publiclb=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil, registryprefix=nil)
3480
+ def initialize(k8sversion=nil, vpcid=nil, clustername=nil, podcidr=nil, servicecidr=nil, clusterdesc=nil, clusteradvancedsettings=nil, maxnodepodnum=nil, publiclb=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, chargetype=nil, edgeversion=nil, registryprefix=nil, tagspecification=nil)
3479
3481
  @K8SVersion = k8sversion
3480
3482
  @VpcId = vpcid
3481
3483
  @ClusterName = clustername
@@ -3490,6 +3492,7 @@ module TencentCloud
3490
3492
  @ChargeType = chargetype
3491
3493
  @EdgeVersion = edgeversion
3492
3494
  @RegistryPrefix = registryprefix
3495
+ @TagSpecification = tagspecification
3493
3496
  end
3494
3497
 
3495
3498
  def deserialize(params)
@@ -3513,6 +3516,10 @@ module TencentCloud
3513
3516
  @ChargeType = params['ChargeType']
3514
3517
  @EdgeVersion = params['EdgeVersion']
3515
3518
  @RegistryPrefix = params['RegistryPrefix']
3519
+ unless params['TagSpecification'].nil?
3520
+ @TagSpecification = TagSpecification.new
3521
+ @TagSpecification.deserialize(params['TagSpecification'])
3522
+ end
3516
3523
  end
3517
3524
  end
3518
3525
 
@@ -8630,12 +8637,14 @@ module TencentCloud
8630
8637
  # @type Health: String
8631
8638
  # @param GridDaemon: 是否部署GridDaemon以支持headless service
8632
8639
  # @type GridDaemon: String
8640
+ # @param UnitCluster: 公网访问kins集群
8641
+ # @type UnitCluster: String
8633
8642
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8634
8643
  # @type RequestId: String
8635
8644
 
8636
- attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :RequestId
8645
+ attr_accessor :Addresses, :Credential, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :UnitCluster, :RequestId
8637
8646
 
8638
- def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, requestid=nil)
8647
+ def initialize(addresses=nil, credential=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, unitcluster=nil, requestid=nil)
8639
8648
  @Addresses = addresses
8640
8649
  @Credential = credential
8641
8650
  @PublicLB = publiclb
@@ -8644,6 +8653,7 @@ module TencentCloud
8644
8653
  @HealthRegion = healthregion
8645
8654
  @Health = health
8646
8655
  @GridDaemon = griddaemon
8656
+ @UnitCluster = unitcluster
8647
8657
  @RequestId = requestid
8648
8658
  end
8649
8659
 
@@ -8672,6 +8682,7 @@ module TencentCloud
8672
8682
  @HealthRegion = params['HealthRegion']
8673
8683
  @Health = params['Health']
8674
8684
  @GridDaemon = params['GridDaemon']
8685
+ @UnitCluster = params['UnitCluster']
8675
8686
  @RequestId = params['RequestId']
8676
8687
  end
8677
8688
  end
@@ -8732,7 +8743,7 @@ module TencentCloud
8732
8743
  # @type Offset: Integer
8733
8744
  # @param Limit: 最大输出条数,默认20
8734
8745
  # @type Limit: Integer
8735
- # @param Filters: 过滤条件,当前只支持按照单个条件ClusterName进行过滤
8746
+ # @param Filters: 过滤条件,当前只支持按照ClusterName和云标签进行过滤
8736
8747
  # @type Filters: Array
8737
8748
 
8738
8749
  attr_accessor :ClusterIds, :Offset, :Limit, :Filters
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.559
4
+ version: 3.0.561
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-25 00:00:00.000000000 Z
11
+ date: 2023-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common