tencentcloud-sdk-tke 3.0.400 → 3.0.401
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 +7 -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: 90b559a351f04e3df68246eb163983d6a47b2e2b
|
|
4
|
+
data.tar.gz: a49d3b653853b640329a8fadb2174888733b6bbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bfeaf8f2b9eafc7cc86a62f073046b23699f2aff8cc83a33e46993eb90b4bdeb5dd88530af1cad0e728e06065a4089f996cb9984e03d106932e694eadcc81f9
|
|
7
|
+
data.tar.gz: d086c1b7d88d0d0fe0725771926eecd01b070911d064cf27724abb768bd868576e4fab925f33fa260b3436c7ae1b94e77853aaf4748905287c0fdfcb62b56ffd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.401
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -635,10 +635,13 @@ module TencentCloud
|
|
|
635
635
|
# @param QGPUShareEnable: 是否开启QGPU共享
|
|
636
636
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
637
637
|
# @type QGPUShareEnable: Boolean
|
|
638
|
+
# @param RuntimeVersion: 运行时版本
|
|
639
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
640
|
+
# @type RuntimeVersion: String
|
|
638
641
|
|
|
639
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
|
|
642
|
+
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
|
|
640
643
|
|
|
641
|
-
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)
|
|
644
|
+
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)
|
|
642
645
|
@ClusterId = clusterid
|
|
643
646
|
@ClusterName = clustername
|
|
644
647
|
@ClusterDescription = clusterdescription
|
|
@@ -661,6 +664,7 @@ module TencentCloud
|
|
|
661
664
|
@ClusterLevel = clusterlevel
|
|
662
665
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
|
663
666
|
@QGPUShareEnable = qgpushareenable
|
|
667
|
+
@RuntimeVersion = runtimeversion
|
|
664
668
|
end
|
|
665
669
|
|
|
666
670
|
def deserialize(params)
|
|
@@ -696,6 +700,7 @@ module TencentCloud
|
|
|
696
700
|
@ClusterLevel = params['ClusterLevel']
|
|
697
701
|
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
|
698
702
|
@QGPUShareEnable = params['QGPUShareEnable']
|
|
703
|
+
@RuntimeVersion = params['RuntimeVersion']
|
|
699
704
|
end
|
|
700
705
|
end
|
|
701
706
|
|
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.401
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|