tencentcloud-sdk-tke 3.0.1025 → 3.0.1026
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 -14
- 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: c4be2384c69a69e0b1803ba4126853de5d331106
|
4
|
+
data.tar.gz: 0d4c2f296d22dbd4d9da114715f6ac7ca6aa47c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c388a1be759d613edfd385efc0b2755ff366f83925529d92bcbdc5fd66cd296f61e159d90b409e68dccafeeea4b5f7bc1a9f99126a683761e6055c38b8244899
|
7
|
+
data.tar.gz: 529a32f2624f6584921a4199bab6e31f6857f641592d15dea39bf8f42e57ed610ad7f268489b2d0a3e995a7b014e1a167669414b3cc63069e5681bff8b465e48
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1026
|
data/lib/v20180525/models.rb
CHANGED
@@ -1219,16 +1219,12 @@ module TencentCloud
|
|
1219
1219
|
# @param Status: 集群创建过程状态
|
1220
1220
|
# @type Status: String
|
1221
1221
|
# @param LastProbeTime: 最后一次探测到该状态的时间
|
1222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1223
1222
|
# @type LastProbeTime: String
|
1224
1223
|
# @param LastTransitionTime: 最后一次转换到该过程的时间
|
1225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1226
1224
|
# @type LastTransitionTime: String
|
1227
1225
|
# @param Reason: 转换到该过程的简明原因
|
1228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1229
1226
|
# @type Reason: String
|
1230
1227
|
# @param Message: 转换到该过程的更多信息
|
1231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1232
1228
|
# @type Message: String
|
1233
1229
|
|
1234
1230
|
attr_accessor :Type, :Status, :LastProbeTime, :LastTransitionTime, :Reason, :Message
|
@@ -1307,7 +1303,6 @@ module TencentCloud
|
|
1307
1303
|
# 弹性容器集群内网访问LB信息
|
1308
1304
|
class ClusterInternalLB < TencentCloud::Common::AbstractModel
|
1309
1305
|
# @param Enabled: 是否开启内网访问LB
|
1310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1311
1306
|
# @type Enabled: Boolean
|
1312
1307
|
# @param SubnetId: 内网访问LB关联的子网Id
|
1313
1308
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1515,19 +1510,14 @@ module TencentCloud
|
|
1515
1510
|
# 弹性容器集群公网访问负载均衡信息
|
1516
1511
|
class ClusterPublicLB < TencentCloud::Common::AbstractModel
|
1517
1512
|
# @param Enabled: 是否开启公网访问LB
|
1518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1519
1513
|
# @type Enabled: Boolean
|
1520
1514
|
# @param AllowFromCidrs: 允许访问的来源CIDR列表
|
1521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1522
1515
|
# @type AllowFromCidrs: Array
|
1523
1516
|
# @param SecurityPolicies: 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
1524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1525
1517
|
# @type SecurityPolicies: Array
|
1526
1518
|
# @param ExtraParam: 外网访问相关的扩展参数,格式为json
|
1527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1528
1519
|
# @type ExtraParam: String
|
1529
1520
|
# @param SecurityGroup: 新内外网功能,需要传递安全组
|
1530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1531
1521
|
# @type SecurityGroup: String
|
1532
1522
|
|
1533
1523
|
attr_accessor :Enabled, :AllowFromCidrs, :SecurityPolicies, :ExtraParam, :SecurityGroup
|
@@ -3079,7 +3069,6 @@ module TencentCloud
|
|
3079
3069
|
# CreateEksLogConfig返回参数结构体
|
3080
3070
|
class CreateEksLogConfigResponse < TencentCloud::Common::AbstractModel
|
3081
3071
|
# @param TopicId: 日志采集topicid
|
3082
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3083
3072
|
# @type TopicId: String
|
3084
3073
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3085
3074
|
# @type RequestId: String
|
@@ -14998,13 +14987,10 @@ module TencentCloud
|
|
14998
14987
|
# 策略实例信息
|
14999
14988
|
class OpenConstraintInfo < TencentCloud::Common::AbstractModel
|
15000
14989
|
# @param Name: 策略实例名称
|
15001
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15002
14990
|
# @type Name: String
|
15003
14991
|
# @param EventNums: 策略实例关联事件数
|
15004
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15005
14992
|
# @type EventNums: Integer
|
15006
14993
|
# @param YamlDetail: 实例yaml详情base64编码
|
15007
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15008
14994
|
# @type YamlDetail: String
|
15009
14995
|
|
15010
14996
|
attr_accessor :Name, :EventNums, :YamlDetail
|
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.1026
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|