tencentcloud-sdk-tke 3.0.1140 → 3.0.1149

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 +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1282d97f70255e503f1dc0eae68f6a97d191a49
4
- data.tar.gz: d79751a06fa8e19273beed55490553cdb3fe5835
3
+ metadata.gz: 45df0d30a029065f987411690fbc0dd53cdc15f4
4
+ data.tar.gz: 2967cc6117f8cbbbf519c6235bd577b292a67e7a
5
5
  SHA512:
6
- metadata.gz: 6f7ef1f964647a7b85a55c23d5afac26cc82e874e7e91d18f9faeddebfea8e7cd946977af5f97290e7f24e8b6ba7eafc2c571ffe1c53a644a86eae061dec7ef1
7
- data.tar.gz: 28974cc477970b306ea9b76c3b6c878a0a81dff8cfae14aa87a66069c8089ea9664a7d889ccbc38bad1cc012e16150a34fbf8dbfeb183eab3f9f1e4fbc26cd76
6
+ metadata.gz: 6097d798390bc8a25f2af5dee82036f9f5c47bb09719efedce5238d48196e6ad8932cf97134b13831459b8b1ad8cb8160829059719586c95be866d900f97bd3f
7
+ data.tar.gz: c94e5aacc96640b3a17800d324d1eaf42cfca3358cede6743fdf84222783d531581576edaee5e84b604c22809a0d15733caa9c88dc07afe01d7e9d505f1675c6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1140
1
+ 3.0.1149
@@ -441,6 +441,8 @@ module TencentCloud
441
441
  # @param Path: 对象存储桶路径
442
442
  # @type Path: String
443
443
  # @param State: 存储仓库状态
444
+ # - Available: 可用
445
+ # - Unavailable: 不可用
444
446
  # @type State: String
445
447
  # @param Message: 详细状态信息
446
448
  # @type Message: String
@@ -899,7 +901,10 @@ module TencentCloud
899
901
  # 1. 集群版本必须为1.14及以上;
900
902
  # 2. 系统镜像必须是: Tencent Linux 2.4;
901
903
  # @type KubeProxyMode: String
902
- # @param NetworkType: 集群网络类型。包括GR(全局路由)和VPC-CNI两种模式,默认为GR
904
+ # @param NetworkType: 集群网络类型,默认为GR。
905
+ # - GR: 全局路由
906
+ # - VPC-CNI: VPC-CNI模式
907
+ # - CiliumOverlay: CiliumOverlay模式
903
908
  # @type NetworkType: String
904
909
  # @param NodeNameType: 集群中节点NodeName类型(包括 hostname,lan-ip两种形式,默认为lan-ip。如果开启了hostname模式,创建节点时需要设置HostName参数,并且InstanceName需要和HostName一致)
905
910
  # @type NodeNameType: String
@@ -7628,6 +7633,10 @@ module TencentCloud
7628
7633
  # DescribeEncryptionStatus返回参数结构体
7629
7634
  class DescribeEncryptionStatusResponse < TencentCloud::Common::AbstractModel
7630
7635
  # @param Status: 加密状态
7636
+ # - Opening: 开启中
7637
+ # - Opened: 已开启
7638
+ # - Closing: 关闭中
7639
+ # - Closed: 已关闭
7631
7640
  # @type Status: String
7632
7641
  # @param ErrorMsg: 加密错误信息
7633
7642
  # @type ErrorMsg: String
@@ -13017,7 +13026,7 @@ module TencentCloud
13017
13026
 
13018
13027
  # kms加密参数
13019
13028
  class KMSConfiguration < TencentCloud::Common::AbstractModel
13020
- # @param KeyId: kms id
13029
+ # @param KeyId: kms id,可以在密钥管理控制台获取
13021
13030
  # @type KeyId: String
13022
13031
  # @param KmsRegion: kms 地域
13023
13032
  # @type KmsRegion: String
@@ -16962,7 +16971,7 @@ module TencentCloud
16962
16971
  # @type RegionName: String
16963
16972
  # @param RegionId: 地域ID
16964
16973
  # @type RegionId: Integer
16965
- # @param Status: 地域状态
16974
+ # @param Status: 地域状态\n- alluser: 所有用户可见
16966
16975
  # @type Status: String
16967
16976
  # @param FeatureGates: 地域特性开关(按照JSON的形式返回所有属性)
16968
16977
  # @type FeatureGates: String
@@ -19387,7 +19396,7 @@ module TencentCloud
19387
19396
  # @type Name: String
19388
19397
  # @param Version: 版本信息
19389
19398
  # @type Version: String
19390
- # @param Remark: Remark
19399
+ # @param Remark: 备注
19391
19400
  # @type Remark: String
19392
19401
 
19393
19402
  attr_accessor :Name, :Version, :Remark
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.1140
4
+ version: 3.0.1149
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-15 00:00:00.000000000 Z
11
+ date: 2025-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common