tencentcloud-sdk-tke 3.0.1123 → 3.0.1131

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35ee90ebc6c48939ac30b1d89ddf4cfa861e9988
4
- data.tar.gz: 36508519d6cf1cfc70ebacab2959f5aafc8c47d3
3
+ metadata.gz: 3911689e6085bffa3e91fd33b20a56fbc810c478
4
+ data.tar.gz: eff209c20eb5f91ccfd559a972025ebddac6b3b8
5
5
  SHA512:
6
- metadata.gz: 4124b1fdf30c70bb717f0b8c73eaa5473e3812449f72bcf259af30f274e114e829cc247bb1402847c9e6bb01d6008692b29f01b66a5e08ec8c030c1086480eea
7
- data.tar.gz: 9ddc9f9ae6d2d5dbff65c6f7689cfaf60e0d0c8525fcaa93fd5539c3dc2d9d9af48cdab50b77ec454d25e6c568ef75c8b6f1316e3f26873ac0589d446965d3ee
6
+ metadata.gz: 0d831fa3723c23f429487ee0db1ea9d8ed2a60fc3e51c6859141da57829ad26faf1057183293a92d54afeafb6d8d5e80c9915eb27b044acf4b51cb6ac5a27fb3
7
+ data.tar.gz: 19877590677d715c83c3ecadf88073185bdf75b47b4e2a2e6e7a124fb3034fc8baf180cb57d8829e630c4589f2cb86083251d1aadda518ae7e111e3e2fbbb145
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1123
1
+ 3.0.1131
@@ -1474,10 +1474,12 @@ module TencentCloud
1474
1474
  # - 容器网络插件为CiliumOverlay。
1475
1475
  # - 支持CDC的托管集群,且网络插件为VPC-CNI。
1476
1476
  # @type SubnetId: String
1477
+ # @param DataPlaneV2: 是否启用了 DataPlaneV2(cilium替代kube-proxy)
1478
+ # @type DataPlaneV2: Boolean
1477
1479
 
1478
- attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR, :CiliumMode, :SubnetId
1480
+ attr_accessor :ClusterCIDR, :IgnoreClusterCIDRConflict, :MaxNodePodNum, :MaxClusterServiceNum, :Ipvs, :VpcId, :Cni, :KubeProxyMode, :ServiceCIDR, :Subnets, :IgnoreServiceCIDRConflict, :IsDualStack, :Ipv6ServiceCIDR, :CiliumMode, :SubnetId, :DataPlaneV2
1479
1481
 
1480
- 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, subnetid=nil)
1482
+ 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, subnetid=nil, dataplanev2=nil)
1481
1483
  @ClusterCIDR = clustercidr
1482
1484
  @IgnoreClusterCIDRConflict = ignoreclustercidrconflict
1483
1485
  @MaxNodePodNum = maxnodepodnum
@@ -1493,6 +1495,7 @@ module TencentCloud
1493
1495
  @Ipv6ServiceCIDR = ipv6servicecidr
1494
1496
  @CiliumMode = ciliummode
1495
1497
  @SubnetId = subnetid
1498
+ @DataPlaneV2 = dataplanev2
1496
1499
  end
1497
1500
 
1498
1501
  def deserialize(params)
@@ -1511,6 +1514,7 @@ module TencentCloud
1511
1514
  @Ipv6ServiceCIDR = params['Ipv6ServiceCIDR']
1512
1515
  @CiliumMode = params['CiliumMode']
1513
1516
  @SubnetId = params['SubnetId']
1517
+ @DataPlaneV2 = params['DataPlaneV2']
1514
1518
  end
1515
1519
  end
1516
1520
 
@@ -18130,15 +18134,15 @@ module TencentCloud
18130
18134
 
18131
18135
  # 超级节点上的资源统计
18132
18136
  class SuperNodeResource < TencentCloud::Common::AbstractModel
18133
- # @param NodeName: 节点名称
18137
+ # @param NodeName: 节点名称,此字段在出参中有效。
18134
18138
  # @type NodeName: String
18135
- # @param Num: 节点上的资源总数
18139
+ # @param Num: 节点上的资源总数,QuotaType为 exact 时,表示创建指定规格的精确配额数量。
18136
18140
  # @type Num: Integer
18137
- # @param Cpu: 节点上的总核数
18141
+ # @param Cpu: 节点上的总核数,QuotaType为 exact 时表示指定规格的核数。
18138
18142
  # @type Cpu: Float
18139
- # @param Memory: 节点上的总内存数
18143
+ # @param Memory: 节点上的总内存数,QuotaType为 exact 时表示指定规格的内存,单位:Gi
18140
18144
  # @type Memory: Float
18141
- # @param Gpu: 节点上的总 GPU 卡数
18145
+ # @param Gpu: 节点上的总 GPU 卡数,QuotaType为 exact 时表示指定规格的GPU卡数。
18142
18146
  # @type Gpu: Float
18143
18147
  # @param QuotaType: 节点资源的配额类型,exact表示精确配额,fuzzy 表示模糊配额。
18144
18148
  # @type QuotaType: String
@@ -18146,7 +18150,7 @@ module TencentCloud
18146
18150
  # @type ChargeType: String
18147
18151
  # @param ResourceType: QuotaType为 exact 时,此字段有效,表示精确配额的资源类型。
18148
18152
  # @type ResourceType: String
18149
- # @param DisasterRecoverGroupId: 置放群组 ID
18153
+ # @param DisasterRecoverGroupId: 置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。
18150
18154
  # @type DisasterRecoverGroupId: String
18151
18155
 
18152
18156
  attr_accessor :NodeName, :Num, :Cpu, :Memory, :Gpu, :QuotaType, :ChargeType, :ResourceType, :DisasterRecoverGroupId
@@ -175,14 +175,18 @@ module TencentCloud
175
175
  # @type InternetAccessible: :class:`Tencentcloud::Tke.v20220501.models.InternetAccessible`
176
176
  # @param DataDisks: 原生节点池数据盘列表
177
177
  # @type DataDisks: Array
178
+ # @param QGPUEnable: qgpu开关
179
+ # @type QGPUEnable: Boolean
178
180
  # @param KeyIds: 节点池ssh公钥id数组
179
181
  # @type KeyIds: Array
180
182
  # @param MachineType: 节点池类型
181
183
  # @type MachineType: String
184
+ # @param AutomationService: 原生节点池安装节点自动化助手开关
185
+ # @type AutomationService: Boolean
182
186
 
183
- attr_accessor :Scaling, :SubnetIds, :InstanceChargeType, :SystemDisk, :InstanceTypes, :SecurityGroupIds, :UpgradeSettings, :AutoRepair, :InstanceChargePrepaid, :Management, :HealthCheckPolicyName, :HostNamePattern, :KubeletArgs, :Lifecycle, :RuntimeRootDir, :EnableAutoscaling, :Replicas, :InternetAccessible, :DataDisks, :KeyIds, :MachineType
187
+ attr_accessor :Scaling, :SubnetIds, :InstanceChargeType, :SystemDisk, :InstanceTypes, :SecurityGroupIds, :UpgradeSettings, :AutoRepair, :InstanceChargePrepaid, :Management, :HealthCheckPolicyName, :HostNamePattern, :KubeletArgs, :Lifecycle, :RuntimeRootDir, :EnableAutoscaling, :Replicas, :InternetAccessible, :DataDisks, :QGPUEnable, :KeyIds, :MachineType, :AutomationService
184
188
 
185
- def initialize(scaling=nil, subnetids=nil, instancechargetype=nil, systemdisk=nil, instancetypes=nil, securitygroupids=nil, upgradesettings=nil, autorepair=nil, instancechargeprepaid=nil, management=nil, healthcheckpolicyname=nil, hostnamepattern=nil, kubeletargs=nil, lifecycle=nil, runtimerootdir=nil, enableautoscaling=nil, replicas=nil, internetaccessible=nil, datadisks=nil, keyids=nil, machinetype=nil)
189
+ def initialize(scaling=nil, subnetids=nil, instancechargetype=nil, systemdisk=nil, instancetypes=nil, securitygroupids=nil, upgradesettings=nil, autorepair=nil, instancechargeprepaid=nil, management=nil, healthcheckpolicyname=nil, hostnamepattern=nil, kubeletargs=nil, lifecycle=nil, runtimerootdir=nil, enableautoscaling=nil, replicas=nil, internetaccessible=nil, datadisks=nil, qgpuenable=nil, keyids=nil, machinetype=nil, automationservice=nil)
186
190
  @Scaling = scaling
187
191
  @SubnetIds = subnetids
188
192
  @InstanceChargeType = instancechargetype
@@ -202,8 +206,10 @@ module TencentCloud
202
206
  @Replicas = replicas
203
207
  @InternetAccessible = internetaccessible
204
208
  @DataDisks = datadisks
209
+ @QGPUEnable = qgpuenable
205
210
  @KeyIds = keyids
206
211
  @MachineType = machinetype
212
+ @AutomationService = automationservice
207
213
  end
208
214
 
209
215
  def deserialize(params)
@@ -254,8 +260,10 @@ module TencentCloud
254
260
  @DataDisks << datadisk_tmp
255
261
  end
256
262
  end
263
+ @QGPUEnable = params['QGPUEnable']
257
264
  @KeyIds = params['KeyIds']
258
265
  @MachineType = params['MachineType']
266
+ @AutomationService = params['AutomationService']
259
267
  end
260
268
  end
261
269
 
@@ -277,7 +285,7 @@ module TencentCloud
277
285
  # @type DeletionProtection: Boolean
278
286
  # @param Unschedulable: 节点是否默认不可调度
279
287
  # @type Unschedulable: Boolean
280
- # @param Native: 原生节点池创建参数
288
+ # @param Native: 原生节点池创建参数(Type字段设置为Native时需填写)
281
289
  # @type Native: :class:`Tencentcloud::Tke.v20220501.models.CreateNativeNodePoolParam`
282
290
  # @param Annotations: 节点 Annotation 列表
283
291
  # @type Annotations: Array
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.1123
4
+ version: 3.0.1131
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-14 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common