tencentcloud-sdk-tke 3.0.870 → 3.0.872
Sign up to get free protection for your applications and to get access to all the features.
- 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: 9b951fa9f4100fcf90444c35c7ee6c4409b573b5
|
4
|
+
data.tar.gz: bddf2c00a272076d452c47e227bd26fc9f4b8565
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b37874a5c721e5f16589ea7cb50bb68598211ad1b3deeebb8f2a57f1f019b7a048c78b4ffdda50f08186af817f7505f6d2ea382ea171a6c0374919ab1e5d7aa3
|
7
|
+
data.tar.gz: 0fb5263127055565080b3b9e9844b83d2cc536900da6ebbe2e7c398e54adc8e8d52b57efba400bef643eb395e07197eb226a1c13c4c737b8abcb8a8f9d4efda4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.872
|
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.872
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|