tencentcloud-sdk-tke 3.0.545 → 3.0.547
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 +17 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9da20f0a3c83571d9c83a640cbd46e42587604e5
|
4
|
+
data.tar.gz: 8e4f24470732ce2a7126644168a22a69c313c377
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c3ee15ac597c272cdf02a55c8572e6402205a138aa3ebfd6ce5e29151cf1e274da00a01d380c8ceabd2f79d5516fdb80309e2bdfc01fa64042448202d07db7a
|
7
|
+
data.tar.gz: 284752d90f4347e474e03de6875d5987a0bc13649c60e235d62d5cfcfb074728faec8ad3bfe8a7624fcf3f869f8b524ec92cf33c78b330a72d9ae5ad0a29b4a7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.547
|
data/lib/v20180525/models.rb
CHANGED
@@ -113,7 +113,7 @@ module TencentCloud
|
|
113
113
|
|
114
114
|
# 参数InstanceAdvancedSettingsOverride数组的长度应与InstanceIds数组一致;当长度大于InstanceIds数组长度时将报错;当长度小于InstanceIds数组时,没有对应配置的instace将使用默认配置。
|
115
115
|
# @type InstanceAdvancedSettingsOverrides: Array
|
116
|
-
# @param ImageId:
|
116
|
+
# @param ImageId: 节点镜像
|
117
117
|
# @type ImageId: String
|
118
118
|
|
119
119
|
attr_accessor :ClusterId, :InstanceIds, :InstanceAdvancedSettings, :EnhancedService, :LoginSettings, :HostName, :SecurityGroupIds, :NodePool, :SkipValidateOptions, :InstanceAdvancedSettingsOverrides, :ImageId
|
@@ -665,7 +665,7 @@ module TencentCloud
|
|
665
665
|
# @param TagSpecification: 标签描述列表。
|
666
666
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
667
667
|
# @type TagSpecification: Array
|
668
|
-
# @param ClusterStatus: 集群状态 (
|
668
|
+
# @param ClusterStatus: 集群状态 (Trading 集群开通中,Creating 创建中,Running 运行中,Deleting 删除中,Idling 闲置中,Recovering 唤醒中,Scaling 规模调整中,Upgrading 升级中,WaittingForConnect 等待注册,Trading 集群开通中,Isolated 欠费隔离中,Pause 集群升级暂停,NodeUpgrading 节点升级中,RuntimeUpgrading 节点运行时升级中,MasterScaling Master扩缩容中,ClusterLevelUpgrading 调整规格中,ResourceIsolate 隔离中,ResourceIsolated 已隔离,ResourceReverse 冲正中,Abnormal 异常)
|
669
669
|
# @type ClusterStatus: String
|
670
670
|
# @param Property: 集群属性(包括集群不同属性的MAP,属性字段包括NodeNameType (lan-ip模式和hostname 模式,默认无lan-ip模式))
|
671
671
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -702,10 +702,13 @@ module TencentCloud
|
|
702
702
|
# @param RuntimeVersion: 运行时版本
|
703
703
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
704
704
|
# @type RuntimeVersion: String
|
705
|
+
# @param ClusterEtcdNodeNum: 集群当前etcd数量
|
706
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
707
|
+
# @type ClusterEtcdNodeNum: Integer
|
705
708
|
|
706
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RuntimeVersion
|
709
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RuntimeVersion, :ClusterEtcdNodeNum
|
707
710
|
|
708
|
-
def initialize(clusterid=nil, clustername=nil, clusterdescription=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternetworksettings=nil, clusternodenum=nil, projectid=nil, tagspecification=nil, clusterstatus=nil, property=nil, clustermaternodenum=nil, imageid=nil, oscustomizetype=nil, containerruntime=nil, createdtime=nil, deletionprotection=nil, enableexternalnode=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, runtimeversion=nil)
|
711
|
+
def initialize(clusterid=nil, clustername=nil, clusterdescription=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternetworksettings=nil, clusternodenum=nil, projectid=nil, tagspecification=nil, clusterstatus=nil, property=nil, clustermaternodenum=nil, imageid=nil, oscustomizetype=nil, containerruntime=nil, createdtime=nil, deletionprotection=nil, enableexternalnode=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, runtimeversion=nil, clusteretcdnodenum=nil)
|
709
712
|
@ClusterId = clusterid
|
710
713
|
@ClusterName = clustername
|
711
714
|
@ClusterDescription = clusterdescription
|
@@ -729,6 +732,7 @@ module TencentCloud
|
|
729
732
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
730
733
|
@QGPUShareEnable = qgpushareenable
|
731
734
|
@RuntimeVersion = runtimeversion
|
735
|
+
@ClusterEtcdNodeNum = clusteretcdnodenum
|
732
736
|
end
|
733
737
|
|
734
738
|
def deserialize(params)
|
@@ -765,6 +769,7 @@ module TencentCloud
|
|
765
769
|
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
766
770
|
@QGPUShareEnable = params['QGPUShareEnable']
|
767
771
|
@RuntimeVersion = params['RuntimeVersion']
|
772
|
+
@ClusterEtcdNodeNum = params['ClusterEtcdNodeNum']
|
768
773
|
end
|
769
774
|
end
|
770
775
|
|
@@ -1363,10 +1368,14 @@ module TencentCloud
|
|
1363
1368
|
# @param Ipv6ServiceCIDR: 用于分配service的IP range,由系统自动分配
|
1364
1369
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1365
1370
|
# @type Ipv6ServiceCIDR: String
|
1371
|
+
# @param CiliumMode: 集群Cilium Mode配置
|
1372
|
+
# - clusterIP
|
1373
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1374
|
+
# @type CiliumMode: String
|
1366
1375
|
|
1367
|
-
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR
|
1376
|
+
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR, :CiliumMode
|
1368
1377
|
|
1369
|
-
def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, ipvs=nil, vpcid=nil, cni=nil, kubeproxymode=nil, servicecidr=nil, subnets=nil, ignoreservicecidrconflict=nil, isdualstack=nil, ipv6servicecidr=nil)
|
1378
|
+
def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, ipvs=nil, vpcid=nil, cni=nil, kubeproxymode=nil, servicecidr=nil, subnets=nil, ignoreservicecidrconflict=nil, isdualstack=nil, ipv6servicecidr=nil, ciliummode=nil)
|
1370
1379
|
@ClusterCIDR = clustercidr
|
1371
1380
|
@IgnoreClusterCIDRConflict = ignoreclustercidrconflict
|
1372
1381
|
@MaxNodePodNum = maxnodepodnum
|
@@ -1380,6 +1389,7 @@ module TencentCloud
|
|
1380
1389
|
@IgnoreServiceCIDRConflict = ignoreservicecidrconflict
|
1381
1390
|
@IsDualStack = isdualstack
|
1382
1391
|
@Ipv6ServiceCIDR = ipv6servicecidr
|
1392
|
+
@CiliumMode = ciliummode
|
1383
1393
|
end
|
1384
1394
|
|
1385
1395
|
def deserialize(params)
|
@@ -1396,6 +1406,7 @@ module TencentCloud
|
|
1396
1406
|
@IgnoreServiceCIDRConflict = params['IgnoreServiceCIDRConflict']
|
1397
1407
|
@IsDualStack = params['IsDualStack']
|
1398
1408
|
@Ipv6ServiceCIDR = params['Ipv6ServiceCIDR']
|
1409
|
+
@CiliumMode = params['CiliumMode']
|
1399
1410
|
end
|
1400
1411
|
end
|
1401
1412
|
|
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.547
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-tke.rb
|
37
|
-
- lib/v20180525/models.rb
|
38
36
|
- lib/v20180525/client.rb
|
37
|
+
- lib/v20180525/models.rb
|
38
|
+
- lib/tencentcloud-sdk-tke.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|