tencentcloud-sdk-tke 3.0.870 → 3.0.871
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/v20220501/models.rb +6 -2
- 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: ceb8e2c6aad7b866d3fa550a1bd65e8a49eb925d
|
|
4
|
+
data.tar.gz: 5ce45b12bac3e342b96af66ca4cc726944e8b6e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14dca77d6f8fdeb874fd9d03a1836dd15a1a4dd85558f22ae8bfda4484f52cddcffe78135a5d28e2e8ed3b668a5d33f4163d60c5bf8cd67140172c3066c0cb8d
|
|
7
|
+
data.tar.gz: cb686a5d425af63bb24fdc9343848f6228d6f3113478c93fd4db57f7235a3894f50de4ebcf5a8f8ea1a2358862c2c5745106b9509427629a8af3c46874bd90a8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.871
|
data/lib/v20220501/models.rb
CHANGED
|
@@ -1333,6 +1333,8 @@ module TencentCloud
|
|
|
1333
1333
|
# @param Replicas: 期望节点数
|
|
1334
1334
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1335
1335
|
# @type Replicas: Integer
|
|
1336
|
+
# @param ReadyReplicas: 就绪 Machine 个数
|
|
1337
|
+
# @type ReadyReplicas: Integer
|
|
1336
1338
|
# @param InternetAccessible: 公网带宽设置
|
|
1337
1339
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1338
1340
|
# @type InternetAccessible: :class:`Tencentcloud::Tke.v20220501.models.InternetAccessible`
|
|
@@ -1340,9 +1342,9 @@ module TencentCloud
|
|
|
1340
1342
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1341
1343
|
# @type DataDisks: Array
|
|
1342
1344
|
|
|
1343
|
-
attr_accessor :Scaling, :SubnetIds, :SecurityGroupIds, :UpgradeSettings, :AutoRepair, :InstanceChargeType, :InstanceChargePrepaid, :SystemDisk, :KeyIds, :Management, :HealthCheckPolicyName, :HostNamePattern, :KubeletArgs, :Lifecycle, :RuntimeRootDir, :EnableAutoscaling, :InstanceTypes, :Replicas, :InternetAccessible, :DataDisks
|
|
1345
|
+
attr_accessor :Scaling, :SubnetIds, :SecurityGroupIds, :UpgradeSettings, :AutoRepair, :InstanceChargeType, :InstanceChargePrepaid, :SystemDisk, :KeyIds, :Management, :HealthCheckPolicyName, :HostNamePattern, :KubeletArgs, :Lifecycle, :RuntimeRootDir, :EnableAutoscaling, :InstanceTypes, :Replicas, :ReadyReplicas, :InternetAccessible, :DataDisks
|
|
1344
1346
|
|
|
1345
|
-
def initialize(scaling=nil, subnetids=nil, securitygroupids=nil, upgradesettings=nil, autorepair=nil, instancechargetype=nil, instancechargeprepaid=nil, systemdisk=nil, keyids=nil, management=nil, healthcheckpolicyname=nil, hostnamepattern=nil, kubeletargs=nil, lifecycle=nil, runtimerootdir=nil, enableautoscaling=nil, instancetypes=nil, replicas=nil, internetaccessible=nil, datadisks=nil)
|
|
1347
|
+
def initialize(scaling=nil, subnetids=nil, securitygroupids=nil, upgradesettings=nil, autorepair=nil, instancechargetype=nil, instancechargeprepaid=nil, systemdisk=nil, keyids=nil, management=nil, healthcheckpolicyname=nil, hostnamepattern=nil, kubeletargs=nil, lifecycle=nil, runtimerootdir=nil, enableautoscaling=nil, instancetypes=nil, replicas=nil, readyreplicas=nil, internetaccessible=nil, datadisks=nil)
|
|
1346
1348
|
@Scaling = scaling
|
|
1347
1349
|
@SubnetIds = subnetids
|
|
1348
1350
|
@SecurityGroupIds = securitygroupids
|
|
@@ -1361,6 +1363,7 @@ module TencentCloud
|
|
|
1361
1363
|
@EnableAutoscaling = enableautoscaling
|
|
1362
1364
|
@InstanceTypes = instancetypes
|
|
1363
1365
|
@Replicas = replicas
|
|
1366
|
+
@ReadyReplicas = readyreplicas
|
|
1364
1367
|
@InternetAccessible = internetaccessible
|
|
1365
1368
|
@DataDisks = datadisks
|
|
1366
1369
|
end
|
|
@@ -1402,6 +1405,7 @@ module TencentCloud
|
|
|
1402
1405
|
@EnableAutoscaling = params['EnableAutoscaling']
|
|
1403
1406
|
@InstanceTypes = params['InstanceTypes']
|
|
1404
1407
|
@Replicas = params['Replicas']
|
|
1408
|
+
@ReadyReplicas = params['ReadyReplicas']
|
|
1405
1409
|
unless params['InternetAccessible'].nil?
|
|
1406
1410
|
@InternetAccessible = InternetAccessible.new
|
|
1407
1411
|
@InternetAccessible.deserialize(params['InternetAccessible'])
|
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.871
|
|
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-07-
|
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|