tencentcloud-sdk-tke 1.0.349 → 1.0.350
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/v20180525/models.rb +57 -16
- 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: e93da8d14b62eb31f5c190b4b303a576dbce7b08
|
4
|
+
data.tar.gz: 887267f70a738d6bbc339b3aa15c4a4c95b6f8be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9b659a6934dd1b386145bef2e39bc9ad05494b7d092066734362f074c34ed44193f52cb019b1ba515228d8b081dbddb327082debab4817a9646f46b28450d4c
|
7
|
+
data.tar.gz: 9f50f3865e91e6fb56919ca503faa0683305f5aef708eed702725c3291422fb561ea3303a3daefba5bcd062bef45245e67af37ea60aba6df63f40bb49194e290
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.350
|
data/lib/v20180525/models.rb
CHANGED
@@ -604,10 +604,13 @@ module TencentCloud
|
|
604
604
|
# @param AutoUpgradeClusterLevel: 自动变配集群等级,针对托管集群生效
|
605
605
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
606
606
|
# @type AutoUpgradeClusterLevel: Boolean
|
607
|
+
# @param QGPUShareEnable: 是否开启QGPU共享
|
608
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
609
|
+
# @type QGPUShareEnable: Boolean
|
607
610
|
|
608
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel
|
611
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterDescription, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNetworkSettings, :ClusterNodeNum, :ProjectId, :TagSpecification, :ClusterStatus, :Property, :ClusterMaterNodeNum, :ImageId, :OsCustomizeType, :ContainerRuntime, :CreatedTime, :DeletionProtection, :EnableExternalNode, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
|
609
612
|
|
610
|
-
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)
|
613
|
+
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)
|
611
614
|
@ClusterId = clusterid
|
612
615
|
@ClusterName = clustername
|
613
616
|
@ClusterDescription = clusterdescription
|
@@ -629,6 +632,7 @@ module TencentCloud
|
|
629
632
|
@EnableExternalNode = enableexternalnode
|
630
633
|
@ClusterLevel = clusterlevel
|
631
634
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
635
|
+
@QGPUShareEnable = qgpushareenable
|
632
636
|
end
|
633
637
|
|
634
638
|
def deserialize(params)
|
@@ -663,6 +667,7 @@ module TencentCloud
|
|
663
667
|
@EnableExternalNode = params['EnableExternalNode']
|
664
668
|
@ClusterLevel = params['ClusterLevel']
|
665
669
|
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
670
|
+
@QGPUShareEnable = params['QGPUShareEnable']
|
666
671
|
end
|
667
672
|
end
|
668
673
|
|
@@ -710,10 +715,12 @@ module TencentCloud
|
|
710
715
|
# @type CiliumMode: String
|
711
716
|
# @param IsDualStack: 集群VPC-CNI模式下是否是双栈集群,默认false,表明非双栈集群。
|
712
717
|
# @type IsDualStack: Boolean
|
718
|
+
# @param QGPUShareEnable: 是否开启QGPU共享
|
719
|
+
# @type QGPUShareEnable: Boolean
|
713
720
|
|
714
|
-
attr_accessor :IPVS, :AsEnabled, :ContainerRuntime, :NodeNameType, :ExtraArgs, :NetworkType, :IsNonStaticIpMode, :DeletionProtection, :KubeProxyMode, :AuditEnabled, :AuditLogsetId, :AuditLogTopicId, :VpcCniType, :RuntimeVersion, :EnableCustomizedPodCIDR, :BasePodNumber, :CiliumMode, :IsDualStack
|
721
|
+
attr_accessor :IPVS, :AsEnabled, :ContainerRuntime, :NodeNameType, :ExtraArgs, :NetworkType, :IsNonStaticIpMode, :DeletionProtection, :KubeProxyMode, :AuditEnabled, :AuditLogsetId, :AuditLogTopicId, :VpcCniType, :RuntimeVersion, :EnableCustomizedPodCIDR, :BasePodNumber, :CiliumMode, :IsDualStack, :QGPUShareEnable
|
715
722
|
|
716
|
-
def initialize(ipvs=nil, asenabled=nil, containerruntime=nil, nodenametype=nil, extraargs=nil, networktype=nil, isnonstaticipmode=nil, deletionprotection=nil, kubeproxymode=nil, auditenabled=nil, auditlogsetid=nil, auditlogtopicid=nil, vpccnitype=nil, runtimeversion=nil, enablecustomizedpodcidr=nil, basepodnumber=nil, ciliummode=nil, isdualstack=nil)
|
723
|
+
def initialize(ipvs=nil, asenabled=nil, containerruntime=nil, nodenametype=nil, extraargs=nil, networktype=nil, isnonstaticipmode=nil, deletionprotection=nil, kubeproxymode=nil, auditenabled=nil, auditlogsetid=nil, auditlogtopicid=nil, vpccnitype=nil, runtimeversion=nil, enablecustomizedpodcidr=nil, basepodnumber=nil, ciliummode=nil, isdualstack=nil, qgpushareenable=nil)
|
717
724
|
@IPVS = ipvs
|
718
725
|
@AsEnabled = asenabled
|
719
726
|
@ContainerRuntime = containerruntime
|
@@ -732,6 +739,7 @@ module TencentCloud
|
|
732
739
|
@BasePodNumber = basepodnumber
|
733
740
|
@CiliumMode = ciliummode
|
734
741
|
@IsDualStack = isdualstack
|
742
|
+
@QGPUShareEnable = qgpushareenable
|
735
743
|
end
|
736
744
|
|
737
745
|
def deserialize(params)
|
@@ -756,6 +764,7 @@ module TencentCloud
|
|
756
764
|
@BasePodNumber = params['BasePodNumber']
|
757
765
|
@CiliumMode = params['CiliumMode']
|
758
766
|
@IsDualStack = params['IsDualStack']
|
767
|
+
@QGPUShareEnable = params['QGPUShareEnable']
|
759
768
|
end
|
760
769
|
end
|
761
770
|
|
@@ -1251,10 +1260,16 @@ module TencentCloud
|
|
1251
1260
|
# @param IgnoreServiceCIDRConflict: 是否忽略 ServiceCIDR 冲突错误, 仅在 VPC-CNI 模式生效,默认不忽略
|
1252
1261
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1253
1262
|
# @type IgnoreServiceCIDRConflict: Boolean
|
1263
|
+
# @param IsDualStack: 集群VPC-CNI模式是否为非双栈集群,默认false,非双栈。
|
1264
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1265
|
+
# @type IsDualStack: Boolean
|
1266
|
+
# @param Ipv6ServiceCIDR: 用于分配service的IP range,由系统自动分配
|
1267
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1268
|
+
# @type Ipv6ServiceCIDR: String
|
1254
1269
|
|
1255
|
-
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict
|
1270
|
+
attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR
|
1256
1271
|
|
1257
|
-
def initialize(clustercidr=nil, ignoreclustercidrconflict=nil, maxnodepodnum=nil, maxclusterservicenum=nil, ipvs=nil, vpcid=nil, cni=nil, kubeproxymode=nil, servicecidr=nil, subnets=nil, ignoreservicecidrconflict=nil)
|
1272
|
+
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)
|
1258
1273
|
@ClusterCIDR = clustercidr
|
1259
1274
|
@IgnoreClusterCIDRConflict = ignoreclustercidrconflict
|
1260
1275
|
@MaxNodePodNum = maxnodepodnum
|
@@ -1266,6 +1281,8 @@ module TencentCloud
|
|
1266
1281
|
@ServiceCIDR = servicecidr
|
1267
1282
|
@Subnets = subnets
|
1268
1283
|
@IgnoreServiceCIDRConflict = ignoreservicecidrconflict
|
1284
|
+
@IsDualStack = isdualstack
|
1285
|
+
@Ipv6ServiceCIDR = ipv6servicecidr
|
1269
1286
|
end
|
1270
1287
|
|
1271
1288
|
def deserialize(params)
|
@@ -1280,6 +1297,8 @@ module TencentCloud
|
|
1280
1297
|
@ServiceCIDR = params['ServiceCIDR']
|
1281
1298
|
@Subnets = params['Subnets']
|
1282
1299
|
@IgnoreServiceCIDRConflict = params['IgnoreServiceCIDRConflict']
|
1300
|
+
@IsDualStack = params['IsDualStack']
|
1301
|
+
@Ipv6ServiceCIDR = params['Ipv6ServiceCIDR']
|
1283
1302
|
end
|
1284
1303
|
end
|
1285
1304
|
|
@@ -1798,10 +1817,12 @@ module TencentCloud
|
|
1798
1817
|
# @type OsCustomizeType: String
|
1799
1818
|
# @param Tags: 资源标签
|
1800
1819
|
# @type Tags: Array
|
1820
|
+
# @param DeletionProtection: 删除保护开关
|
1821
|
+
# @type DeletionProtection: Boolean
|
1801
1822
|
|
1802
|
-
attr_accessor :ClusterId, :AutoScalingGroupPara, :LaunchConfigurePara, :InstanceAdvancedSettings, :EnableAutoscale, :Name, :Labels, :Taints, :ContainerRuntime, :RuntimeVersion, :NodePoolOs, :OsCustomizeType, :Tags
|
1823
|
+
attr_accessor :ClusterId, :AutoScalingGroupPara, :LaunchConfigurePara, :InstanceAdvancedSettings, :EnableAutoscale, :Name, :Labels, :Taints, :ContainerRuntime, :RuntimeVersion, :NodePoolOs, :OsCustomizeType, :Tags, :DeletionProtection
|
1803
1824
|
|
1804
|
-
def initialize(clusterid=nil, autoscalinggrouppara=nil, launchconfigurepara=nil, instanceadvancedsettings=nil, enableautoscale=nil, name=nil, labels=nil, taints=nil, containerruntime=nil, runtimeversion=nil, nodepoolos=nil, oscustomizetype=nil, tags=nil)
|
1825
|
+
def initialize(clusterid=nil, autoscalinggrouppara=nil, launchconfigurepara=nil, instanceadvancedsettings=nil, enableautoscale=nil, name=nil, labels=nil, taints=nil, containerruntime=nil, runtimeversion=nil, nodepoolos=nil, oscustomizetype=nil, tags=nil, deletionprotection=nil)
|
1805
1826
|
@ClusterId = clusterid
|
1806
1827
|
@AutoScalingGroupPara = autoscalinggrouppara
|
1807
1828
|
@LaunchConfigurePara = launchconfigurepara
|
@@ -1815,6 +1836,7 @@ module TencentCloud
|
|
1815
1836
|
@NodePoolOs = nodepoolos
|
1816
1837
|
@OsCustomizeType = oscustomizetype
|
1817
1838
|
@Tags = tags
|
1839
|
+
@DeletionProtection = deletionprotection
|
1818
1840
|
end
|
1819
1841
|
|
1820
1842
|
def deserialize(params)
|
@@ -1855,6 +1877,7 @@ module TencentCloud
|
|
1855
1877
|
@Tags << tag_tmp
|
1856
1878
|
end
|
1857
1879
|
end
|
1880
|
+
@DeletionProtection = params['DeletionProtection']
|
1858
1881
|
end
|
1859
1882
|
end
|
1860
1883
|
|
@@ -10031,16 +10054,19 @@ module TencentCloud
|
|
10031
10054
|
# @type ClusterLevel: String
|
10032
10055
|
# @param AutoUpgradeClusterLevel: 自动变配集群等级
|
10033
10056
|
# @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
|
10057
|
+
# @param QGPUShareEnable: 是否开启QGPU共享
|
10058
|
+
# @type QGPUShareEnable: Boolean
|
10034
10059
|
|
10035
|
-
attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel
|
10060
|
+
attr_accessor :ClusterId, :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable
|
10036
10061
|
|
10037
|
-
def initialize(clusterid=nil, projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil)
|
10062
|
+
def initialize(clusterid=nil, projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil)
|
10038
10063
|
@ClusterId = clusterid
|
10039
10064
|
@ProjectId = projectid
|
10040
10065
|
@ClusterName = clustername
|
10041
10066
|
@ClusterDesc = clusterdesc
|
10042
10067
|
@ClusterLevel = clusterlevel
|
10043
10068
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
10069
|
+
@QGPUShareEnable = qgpushareenable
|
10044
10070
|
end
|
10045
10071
|
|
10046
10072
|
def deserialize(params)
|
@@ -10053,6 +10079,7 @@ module TencentCloud
|
|
10053
10079
|
@AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
|
10054
10080
|
@AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
|
10055
10081
|
end
|
10082
|
+
@QGPUShareEnable = params['QGPUShareEnable']
|
10056
10083
|
end
|
10057
10084
|
end
|
10058
10085
|
|
@@ -10073,17 +10100,21 @@ module TencentCloud
|
|
10073
10100
|
# @param AutoUpgradeClusterLevel: 自动变配集群等级
|
10074
10101
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10075
10102
|
# @type AutoUpgradeClusterLevel: :class:`Tencentcloud::Tke.v20180525.models.AutoUpgradeClusterLevel`
|
10103
|
+
# @param QGPUShareEnable: 是否开启QGPU共享
|
10104
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10105
|
+
# @type QGPUShareEnable: Boolean
|
10076
10106
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10077
10107
|
# @type RequestId: String
|
10078
10108
|
|
10079
|
-
attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :RequestId
|
10109
|
+
attr_accessor :ProjectId, :ClusterName, :ClusterDesc, :ClusterLevel, :AutoUpgradeClusterLevel, :QGPUShareEnable, :RequestId
|
10080
10110
|
|
10081
|
-
def initialize(projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, requestid=nil)
|
10111
|
+
def initialize(projectid=nil, clustername=nil, clusterdesc=nil, clusterlevel=nil, autoupgradeclusterlevel=nil, qgpushareenable=nil, requestid=nil)
|
10082
10112
|
@ProjectId = projectid
|
10083
10113
|
@ClusterName = clustername
|
10084
10114
|
@ClusterDesc = clusterdesc
|
10085
10115
|
@ClusterLevel = clusterlevel
|
10086
10116
|
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
10117
|
+
@QGPUShareEnable = qgpushareenable
|
10087
10118
|
@RequestId = requestid
|
10088
10119
|
end
|
10089
10120
|
|
@@ -10096,6 +10127,7 @@ module TencentCloud
|
|
10096
10127
|
@AutoUpgradeClusterLevel = AutoUpgradeClusterLevel.new
|
10097
10128
|
@AutoUpgradeClusterLevel.deserialize(params['AutoUpgradeClusterLevel'])
|
10098
10129
|
end
|
10130
|
+
@QGPUShareEnable = params['QGPUShareEnable']
|
10099
10131
|
@RequestId = params['RequestId']
|
10100
10132
|
end
|
10101
10133
|
end
|
@@ -10203,10 +10235,12 @@ module TencentCloud
|
|
10203
10235
|
# @type Tags: Array
|
10204
10236
|
# @param Unschedulable: 设置加入的节点是否参与调度,默认值为0,表示参与调度;非0表示不参与调度, 待节点初始化完成之后, 可执行kubectl uncordon nodename使node加入调度.
|
10205
10237
|
# @type Unschedulable: Integer
|
10238
|
+
# @param DeletionProtection: 删除保护开关
|
10239
|
+
# @type DeletionProtection: Boolean
|
10206
10240
|
|
10207
|
-
attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags, :Unschedulable
|
10241
|
+
attr_accessor :ClusterId, :NodePoolId, :Name, :MaxNodesNum, :MinNodesNum, :Labels, :Taints, :EnableAutoscale, :OsName, :OsCustomizeType, :ExtraArgs, :Tags, :Unschedulable, :DeletionProtection
|
10208
10242
|
|
10209
|
-
def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil, unschedulable=nil)
|
10243
|
+
def initialize(clusterid=nil, nodepoolid=nil, name=nil, maxnodesnum=nil, minnodesnum=nil, labels=nil, taints=nil, enableautoscale=nil, osname=nil, oscustomizetype=nil, extraargs=nil, tags=nil, unschedulable=nil, deletionprotection=nil)
|
10210
10244
|
@ClusterId = clusterid
|
10211
10245
|
@NodePoolId = nodepoolid
|
10212
10246
|
@Name = name
|
@@ -10220,6 +10254,7 @@ module TencentCloud
|
|
10220
10254
|
@ExtraArgs = extraargs
|
10221
10255
|
@Tags = tags
|
10222
10256
|
@Unschedulable = unschedulable
|
10257
|
+
@DeletionProtection = deletionprotection
|
10223
10258
|
end
|
10224
10259
|
|
10225
10260
|
def deserialize(params)
|
@@ -10260,6 +10295,7 @@ module TencentCloud
|
|
10260
10295
|
end
|
10261
10296
|
end
|
10262
10297
|
@Unschedulable = params['Unschedulable']
|
10298
|
+
@DeletionProtection = params['DeletionProtection']
|
10263
10299
|
end
|
10264
10300
|
end
|
10265
10301
|
|
@@ -10820,10 +10856,13 @@ module TencentCloud
|
|
10820
10856
|
# @param Tags: 资源标签
|
10821
10857
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10822
10858
|
# @type Tags: Array
|
10859
|
+
# @param DeletionProtection: 删除保护开关
|
10860
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10861
|
+
# @type DeletionProtection: Boolean
|
10823
10862
|
|
10824
|
-
attr_accessor :NodePoolId, :Name, :ClusterInstanceId, :LifeState, :LaunchConfigurationId, :AutoscalingGroupId, :Labels, :Taints, :NodeCountSummary, :AutoscalingGroupStatus, :MaxNodesNum, :MinNodesNum, :DesiredNodesNum, :NodePoolOs, :OsCustomizeType, :ImageId, :DesiredPodNum, :UserScript, :Tags
|
10863
|
+
attr_accessor :NodePoolId, :Name, :ClusterInstanceId, :LifeState, :LaunchConfigurationId, :AutoscalingGroupId, :Labels, :Taints, :NodeCountSummary, :AutoscalingGroupStatus, :MaxNodesNum, :MinNodesNum, :DesiredNodesNum, :NodePoolOs, :OsCustomizeType, :ImageId, :DesiredPodNum, :UserScript, :Tags, :DeletionProtection
|
10825
10864
|
|
10826
|
-
def initialize(nodepoolid=nil, name=nil, clusterinstanceid=nil, lifestate=nil, launchconfigurationid=nil, autoscalinggroupid=nil, labels=nil, taints=nil, nodecountsummary=nil, autoscalinggroupstatus=nil, maxnodesnum=nil, minnodesnum=nil, desirednodesnum=nil, nodepoolos=nil, oscustomizetype=nil, imageid=nil, desiredpodnum=nil, userscript=nil, tags=nil)
|
10865
|
+
def initialize(nodepoolid=nil, name=nil, clusterinstanceid=nil, lifestate=nil, launchconfigurationid=nil, autoscalinggroupid=nil, labels=nil, taints=nil, nodecountsummary=nil, autoscalinggroupstatus=nil, maxnodesnum=nil, minnodesnum=nil, desirednodesnum=nil, nodepoolos=nil, oscustomizetype=nil, imageid=nil, desiredpodnum=nil, userscript=nil, tags=nil, deletionprotection=nil)
|
10827
10866
|
@NodePoolId = nodepoolid
|
10828
10867
|
@Name = name
|
10829
10868
|
@ClusterInstanceId = clusterinstanceid
|
@@ -10843,6 +10882,7 @@ module TencentCloud
|
|
10843
10882
|
@DesiredPodNum = desiredpodnum
|
10844
10883
|
@UserScript = userscript
|
10845
10884
|
@Tags = tags
|
10885
|
+
@DeletionProtection = deletionprotection
|
10846
10886
|
end
|
10847
10887
|
|
10848
10888
|
def deserialize(params)
|
@@ -10889,6 +10929,7 @@ module TencentCloud
|
|
10889
10929
|
@Tags << tag_tmp
|
10890
10930
|
end
|
10891
10931
|
end
|
10932
|
+
@DeletionProtection = params['DeletionProtection']
|
10892
10933
|
end
|
10893
10934
|
end
|
10894
10935
|
|
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: 1.0.
|
4
|
+
version: 1.0.350
|
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-07-
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|