tencentcloud-sdk-tke 3.0.973 → 3.0.975

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180525/models.rb +24 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d7ad9fef25584860d5dace142fb3c0038df7138
4
- data.tar.gz: 8307087b4b4c55f793c1d1a9bd7702b449cc6ff7
3
+ metadata.gz: a48b73d46e7a3559e22287c5fea000a770e0fcc2
4
+ data.tar.gz: 0bbc066ec9e67c940c14096ea5e674cc96eb23aa
5
5
  SHA512:
6
- metadata.gz: 9b565cd2eb9302725314b7cd3488c243cac82d216e57a5a9221ea843bad97c35afa3b213b8f832282a41b7186ce4b0f37b9f8bae9b5d6380bd482067c8232f2c
7
- data.tar.gz: 7bccee7d8032eda7878716ed1ccf1e3021b63fb8aca8d4f7e31013b693b262964370a98e56362d4e0ee02059552d283f2a19b9d05c2940b691ca7e1e89620f18
6
+ metadata.gz: a136fa5661495f31e938793d33b4ae0361b65d2bf0f7a7cf222f2660c5d174a3eb7a10da684aebd2d955e36d3997a6d881084c83866a54f093e8aa8c68a88f59
7
+ data.tar.gz: c2df588736bd90caf30953612826ee49123c5e47592da7ea5a816dd7ca213004bd418406687c73cf0d5f2dadf0a09110a95b4f540489fe497c3c505ec03e4af4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.975
@@ -1141,7 +1141,7 @@ module TencentCloud
1141
1141
  # @type ClusterName: String
1142
1142
  # @param ClusterDescription: 集群描述
1143
1143
  # @type ClusterDescription: String
1144
- # @param VpcId: 私有网络ID,形如vpc-xxx。创建托管空集群时必传。
1144
+ # @param VpcId: 私有网络ID,形如vpc-e55paxnt。创建托管空集群时必传。
1145
1145
  # @type VpcId: String
1146
1146
  # @param ProjectId: 集群内新增资源所属项目ID。
1147
1147
  # @type ProjectId: Integer
@@ -6188,7 +6188,7 @@ module TencentCloud
6188
6188
  # 类型:String
6189
6189
  # 必选:否
6190
6190
 
6191
- # · "Name":"Tags","Values": ["abc:1"]
6191
+ # · "Name":"Tags","Values": ["product:tke"]
6192
6192
  # 按照【标签键值对】进行过滤。
6193
6193
  # 类型:String
6194
6194
  # 必选:否
@@ -6846,7 +6846,7 @@ module TencentCloud
6846
6846
  # @type Offset: Integer
6847
6847
  # @param Limit: 最大输出条数,默认20,最大为100
6848
6848
  # @type Limit: Integer
6849
- # @param Filters: · "Name":"ClusterName","Values": ["test"] 按照【集群名】进行过滤。 类型:String 必选:否 · "Name":"ClusterType","Values": ["MANAGED_CLUSTER"] 按照【集群类型】进行过滤。 类型:String 必选:否 · "Name":"ClusterStatus","Values": ["Running"] 按照【集群状态】进行过滤。 类型:String 必选:否 · "Name":"vpc-id","Values": ["vpc-123qajzs"] 按照【VPC】进行过滤。 类型:String 必选:否 · "Name":"tag-key","Values": ["testKey"] 按照【标签键】进行过滤。 类型:String 必选:否 · "Name":"tag-value","Values": ["testValue"] 按照【标签值】进行过滤。 类型:String 必选:否 · "Name":"Tags","Values": ["abc:1"] 按照【标签键值对】进行过滤。 类型:String 必选:否
6849
+ # @param Filters: · "Name":"ClusterName","Values": ["test"] 按照【集群名】进行过滤。 类型:String 必选:否 · "Name":"ClusterType","Values": ["MANAGED_CLUSTER"] 按照【集群类型】进行过滤。 类型:String 必选:否 · "Name":"ClusterStatus","Values": ["Running"] 按照【集群状态】进行过滤。 类型:String 必选:否 · "Name":"vpc-id","Values": ["vpc-2wds9k9p"] 按照【VPC】进行过滤。 类型:String 必选:否 · "Name":"tag-key","Values": ["testKey"] 按照【标签键】进行过滤。 类型:String 必选:否 · "Name":"tag-value","Values": ["testValue"] 按照【标签值】进行过滤。 类型:String 必选:否 · "Name":"Tags","Values": ["product:tke"] 按照【标签键值对】进行过滤。 类型:String 必选:否
6850
6850
  # @type Filters: Array
6851
6851
  # @param ClusterType: 集群类型,例如:MANAGED_CLUSTER
6852
6852
  # @type ClusterType: String
@@ -11414,7 +11414,7 @@ module TencentCloud
11414
11414
  # @type SubnetIds: Array
11415
11415
  # @param K8SVersion: k8s 版本号
11416
11416
  # @type K8SVersion: String
11417
- # @param Status: 集群状态(running运行中,initializing 初始化中,failed异常)
11417
+ # @param Status: 集群状态(running 运行中,initializing 初始化中,Failed 异常,Idling 空闲中,Activating 激活中,Terminating 删除中)
11418
11418
  # @type Status: String
11419
11419
  # @param ClusterDesc: 集群描述信息
11420
11420
  # @type ClusterDesc: String
@@ -11813,7 +11813,7 @@ module TencentCloud
11813
11813
  # @param AlreadyInCluster: 实例已经所在的集群ID。
11814
11814
  # 注意:此字段可能返回 null,表示取不到有效值。
11815
11815
  # @type AlreadyInCluster: String
11816
- # @param InstanceId: 实例ID形如:ins-xxxxxxxx
11816
+ # @param InstanceId: 实例ID形如:ins-e55paxnt
11817
11817
  # @type InstanceId: String
11818
11818
  # @param InstanceName: 实例名称。
11819
11819
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13991,7 +13991,7 @@ module TencentCloud
13991
13991
  class ModifyClusterImageRequest < TencentCloud::Common::AbstractModel
13992
13992
  # @param ClusterId: 集群ID
13993
13993
  # @type ClusterId: String
13994
- # @param ImageId: 指定有效的镜像ID,格式形如img-xxxx。可通过登录控制台查询,也可调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715),取返回信息中的ImageId字段。
13994
+ # @param ImageId: 指定有效的镜像ID,格式形如img-e55paxnt。可通过登录控制台查询,也可调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715),取返回信息中的ImageId字段。
13995
13995
  # @type ImageId: String
13996
13996
 
13997
13997
  attr_accessor :ClusterId, :ImageId
@@ -15981,7 +15981,7 @@ module TencentCloud
15981
15981
 
15982
15982
  # 与云监控融合托管prometheus实例,关联集群基础信息
15983
15983
  class PrometheusClusterAgentBasic < TencentCloud::Common::AbstractModel
15984
- # @param Region: 集群ID
15984
+ # @param Region: 地域
15985
15985
  # @type Region: String
15986
15986
  # @param ClusterType: 集群类型
15987
15987
  # @type ClusterType: String
@@ -17219,10 +17219,19 @@ module TencentCloud
17219
17219
  # @param ComputedValues: 应用参数
17220
17220
  # 注意:此字段可能返回 null,表示取不到有效值。
17221
17221
  # @type ComputedValues: String
17222
+ # @param ChartFrom: chart 的来源, tke-market, others
17223
+ # 注意:此字段可能返回 null,表示取不到有效值。
17224
+ # @type ChartFrom: String
17225
+ # @param ChartURL: 第三方chart 的安装地址
17226
+ # 注意:此字段可能返回 null,表示取不到有效值。
17227
+ # @type ChartURL: String
17228
+ # @param Resources: 通过chart 创建的资源
17229
+ # 注意:此字段可能返回 null,表示取不到有效值。
17230
+ # @type Resources: String
17222
17231
 
17223
- attr_accessor :Name, :Namespace, :Version, :Status, :Description, :Notes, :Config, :Manifest, :ChartVersion, :ChartName, :ChartDescription, :AppVersion, :FirstDeployedTime, :LastDeployedTime, :ComputedValues
17232
+ attr_accessor :Name, :Namespace, :Version, :Status, :Description, :Notes, :Config, :Manifest, :ChartVersion, :ChartName, :ChartDescription, :AppVersion, :FirstDeployedTime, :LastDeployedTime, :ComputedValues, :ChartFrom, :ChartURL, :Resources
17224
17233
 
17225
- def initialize(name=nil, namespace=nil, version=nil, status=nil, description=nil, notes=nil, config=nil, manifest=nil, chartversion=nil, chartname=nil, chartdescription=nil, appversion=nil, firstdeployedtime=nil, lastdeployedtime=nil, computedvalues=nil)
17234
+ def initialize(name=nil, namespace=nil, version=nil, status=nil, description=nil, notes=nil, config=nil, manifest=nil, chartversion=nil, chartname=nil, chartdescription=nil, appversion=nil, firstdeployedtime=nil, lastdeployedtime=nil, computedvalues=nil, chartfrom=nil, charturl=nil, resources=nil)
17226
17235
  @Name = name
17227
17236
  @Namespace = namespace
17228
17237
  @Version = version
@@ -17238,6 +17247,9 @@ module TencentCloud
17238
17247
  @FirstDeployedTime = firstdeployedtime
17239
17248
  @LastDeployedTime = lastdeployedtime
17240
17249
  @ComputedValues = computedvalues
17250
+ @ChartFrom = chartfrom
17251
+ @ChartURL = charturl
17252
+ @Resources = resources
17241
17253
  end
17242
17254
 
17243
17255
  def deserialize(params)
@@ -17256,6 +17268,9 @@ module TencentCloud
17256
17268
  @FirstDeployedTime = params['FirstDeployedTime']
17257
17269
  @LastDeployedTime = params['LastDeployedTime']
17258
17270
  @ComputedValues = params['ComputedValues']
17271
+ @ChartFrom = params['ChartFrom']
17272
+ @ChartURL = params['ChartURL']
17273
+ @Resources = params['Resources']
17259
17274
  end
17260
17275
  end
17261
17276
 
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.973
4
+ version: 3.0.975
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-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common