tencentcloud-sdk-tke 3.0.1026 → 3.0.1027
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 +0 -33
- 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: d28f9ae5c9375bdcc0335bc7345bd424e03f8fc5
|
4
|
+
data.tar.gz: d6e84af0c6dba8b24e3596fd1cdb655dab6445d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e3f7466414db6278e0f01897bf626f5e10420c28b7b0a85e5738ee62a9ad537cbd87e81a2695129f3afa15820b1d3c39798ccfcb0bddc5defe6715357262b12
|
7
|
+
data.tar.gz: 24bbf6c08ccff87de30210caa4e5ecd05d17fe5da49d637d3828ea39febf6846e89e076c446f1d2b56f9b83611d164261351c106d4e65cad80b0402feae31091
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1027
|
data/lib/v20180525/models.rb
CHANGED
@@ -12940,10 +12940,8 @@ module TencentCloud
|
|
12940
12940
|
# @param CatalogueLevel: 目录级别,支持参数:
|
12941
12941
|
# first:一级目录
|
12942
12942
|
# second:二级目录
|
12943
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12944
12943
|
# @type CatalogueLevel: String
|
12945
12944
|
# @param CatalogueName: 目录名
|
12946
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12947
12945
|
# @type CatalogueName: String
|
12948
12946
|
|
12949
12947
|
attr_accessor :CatalogueLevel, :CatalogueName
|
@@ -12962,28 +12960,20 @@ module TencentCloud
|
|
12962
12960
|
# 集群巡检诊断结果
|
12963
12961
|
class KubeJarvisStateDiagnostic < TencentCloud::Common::AbstractModel
|
12964
12962
|
# @param StartTime: 诊断开始时间
|
12965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12966
12963
|
# @type StartTime: String
|
12967
12964
|
# @param EndTime: 诊断结束时间
|
12968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12969
12965
|
# @type EndTime: String
|
12970
12966
|
# @param Catalogues: 诊断目录
|
12971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12972
12967
|
# @type Catalogues: Array
|
12973
12968
|
# @param Type: 诊断类型
|
12974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12975
12969
|
# @type Type: String
|
12976
12970
|
# @param Name: 诊断名称
|
12977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12978
12971
|
# @type Name: String
|
12979
12972
|
# @param Desc: 诊断描述
|
12980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12981
12973
|
# @type Desc: String
|
12982
12974
|
# @param Results: 诊断结果列表
|
12983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12984
12975
|
# @type Results: Array
|
12985
12976
|
# @param Statistics: 诊断结果统计
|
12986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12987
12977
|
# @type Statistics: Array
|
12988
12978
|
|
12989
12979
|
attr_accessor :StartTime, :EndTime, :Catalogues, :Type, :Name, :Desc, :Results, :Statistics
|
@@ -13035,10 +13025,8 @@ module TencentCloud
|
|
13035
13025
|
# 集群巡检诊断概览
|
13036
13026
|
class KubeJarvisStateDiagnosticOverview < TencentCloud::Common::AbstractModel
|
13037
13027
|
# @param Catalogues: 诊断目录
|
13038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13039
13028
|
# @type Catalogues: Array
|
13040
13029
|
# @param Statistics: 诊断结果统计
|
13041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13042
13030
|
# @type Statistics: Array
|
13043
13031
|
|
13044
13032
|
attr_accessor :Catalogues, :Statistics
|
@@ -13071,13 +13059,10 @@ module TencentCloud
|
|
13071
13059
|
# 集群巡检检查结果概览
|
13072
13060
|
class KubeJarvisStateInspectionOverview < TencentCloud::Common::AbstractModel
|
13073
13061
|
# @param ClusterId: 集群ID
|
13074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13075
13062
|
# @type ClusterId: String
|
13076
13063
|
# @param Statistics: 诊断结果统计
|
13077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13078
13064
|
# @type Statistics: Array
|
13079
13065
|
# @param Diagnostics: 诊断结果详情
|
13080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13081
13066
|
# @type Diagnostics: Array
|
13082
13067
|
|
13083
13068
|
attr_accessor :ClusterId, :Statistics, :Diagnostics
|
@@ -13112,22 +13097,16 @@ module TencentCloud
|
|
13112
13097
|
# 集群巡检检查结果
|
13113
13098
|
class KubeJarvisStateInspectionResult < TencentCloud::Common::AbstractModel
|
13114
13099
|
# @param ClusterId: 集群ID
|
13115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13116
13100
|
# @type ClusterId: String
|
13117
13101
|
# @param StartTime: 诊断开始时间
|
13118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13119
13102
|
# @type StartTime: String
|
13120
13103
|
# @param EndTime: 诊断结束时间
|
13121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13122
13104
|
# @type EndTime: String
|
13123
13105
|
# @param Statistics: 诊断结果统计
|
13124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13125
13106
|
# @type Statistics: Array
|
13126
13107
|
# @param Diagnostics: 诊断结果详情
|
13127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13128
13108
|
# @type Diagnostics: Array
|
13129
13109
|
# @param Error: 查询巡检报告相关报错
|
13130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13131
13110
|
# @type Error: String
|
13132
13111
|
|
13133
13112
|
attr_accessor :ClusterId, :StartTime, :EndTime, :Statistics, :Diagnostics, :Error
|
@@ -13168,10 +13147,8 @@ module TencentCloud
|
|
13168
13147
|
# 集群巡检结果历史列表
|
13169
13148
|
class KubeJarvisStateInspectionResultsItem < TencentCloud::Common::AbstractModel
|
13170
13149
|
# @param Name: 巡检结果名称
|
13171
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13172
13150
|
# @type Name: String
|
13173
13151
|
# @param Statistics: 诊断结果统计
|
13174
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13175
13152
|
# @type Statistics: Array
|
13176
13153
|
|
13177
13154
|
attr_accessor :Name, :Statistics
|
@@ -13197,10 +13174,8 @@ module TencentCloud
|
|
13197
13174
|
# 集群巡检诊断对象信息
|
13198
13175
|
class KubeJarvisStateResultObjInfo < TencentCloud::Common::AbstractModel
|
13199
13176
|
# @param PropertyName: 对象属性名称
|
13200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13201
13177
|
# @type PropertyName: String
|
13202
13178
|
# @param PropertyValue: 对象属性值
|
13203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13204
13179
|
# @type PropertyValue: String
|
13205
13180
|
|
13206
13181
|
attr_accessor :PropertyName, :PropertyValue
|
@@ -13219,28 +13194,22 @@ module TencentCloud
|
|
13219
13194
|
# 集群巡检诊断结果详情信息
|
13220
13195
|
class KubeJarvisStateResultsItem < TencentCloud::Common::AbstractModel
|
13221
13196
|
# @param Level: 诊断结果级别
|
13222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13223
13197
|
# @type Level: String
|
13224
13198
|
# @param ObjName: 诊断对象名
|
13225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13226
13199
|
# @type ObjName: String
|
13227
13200
|
# @param ObjInfo: 诊断对象信息
|
13228
13201
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13229
13202
|
# @type ObjInfo: Array
|
13230
13203
|
# @param Title: 诊断项标题
|
13231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13232
13204
|
# @type Title: String
|
13233
13205
|
# @param Desc: 诊断项描述
|
13234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13235
13206
|
# @type Desc: String
|
13236
13207
|
# @param Proposal: 诊断建议
|
13237
13208
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13238
13209
|
# @type Proposal: String
|
13239
13210
|
# @param ProposalDocUrl: 诊断建议文档链接
|
13240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13241
13211
|
# @type ProposalDocUrl: String
|
13242
13212
|
# @param ProposalDocName: 诊断建议文档名称
|
13243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13244
13213
|
# @type ProposalDocName: String
|
13245
13214
|
|
13246
13215
|
attr_accessor :Level, :ObjName, :ObjInfo, :Title, :Desc, :Proposal, :ProposalDocUrl, :ProposalDocName
|
@@ -13278,10 +13247,8 @@ module TencentCloud
|
|
13278
13247
|
# 集群巡检统计结果
|
13279
13248
|
class KubeJarvisStateStatistic < TencentCloud::Common::AbstractModel
|
13280
13249
|
# @param HealthyLevel: 诊断结果的健康水平
|
13281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13282
13250
|
# @type HealthyLevel: String
|
13283
13251
|
# @param Count: 诊断结果的统计
|
13284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13285
13252
|
# @type Count: Integer
|
13286
13253
|
|
13287
13254
|
attr_accessor :HealthyLevel, :Count
|
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.1027
|
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-03-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|