tencentcloud-sdk-tke 3.0.1023 → 3.0.1024

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: 8b6b03c10ebb8d3f5ccad3e50de1c567290e81cd
4
- data.tar.gz: fa9363b058c496439742cd1ec33e7b75880b77c2
3
+ metadata.gz: 4fe1adaaffbc2365c32c3941c89dba14a68ae1f4
4
+ data.tar.gz: 8964ce4b096991ae9ae0e4a9735129562c47905d
5
5
  SHA512:
6
- metadata.gz: 0af47fc0af9ab40116731d74d2d05ab972ca21f3d324c158958756125a80732b36927fc876c54052df3d9b79ceb3ab09edbc5f98d89929481dce4acf526aa540
7
- data.tar.gz: a0a571281f9918fa6c9a76820c71533bb57a0d66321661236f2dcabeaf01694d3d08550fbee430597cdf5ae04cda42674c147f14f812599f8bc0a799313df2bb
6
+ metadata.gz: 979a3976509ada1e415f8b559346361c2b3a2d79b639426287db0a7b1e1c0c95fa0eb1d2caa074df3dcc0015d6ac5585c72200e38296ed2e2e1d7660b2990ab7
7
+ data.tar.gz: d8b8638518ecac0ecb23524d81b7f11efeebd8834085b4914652ac951edc9d2b8a47741ff02de8ea3859ec6e3bf828d66f9740cd9e398097a274d245224cea86
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1023
1
+ 3.0.1024
@@ -15198,7 +15198,6 @@ module TencentCloud
15198
15198
  # @param Type: Pod类型:intel、amd、v100、t4、a10\*gnv4、a10\*gnv4v等。
15199
15199
  # @type Type: String
15200
15200
  # @param Gpu: Pod是GPU时,表示GPU卡数
15201
- # 注意:此字段可能返回 null,表示取不到有效值。
15202
15201
  # @type Gpu: String
15203
15202
  # @param ChargeType: 计费类型
15204
15203
  # PREPAID:Pod调度到包月超级节点
@@ -15242,22 +15241,16 @@ module TencentCloud
15242
15241
  # 可被预留券抵扣的 Pod 某种规格的抵扣率
15243
15242
  class PodDeductionRate < TencentCloud::Common::AbstractModel
15244
15243
  # @param Cpu: Pod的 CPU
15245
- # 注意:此字段可能返回 null,表示取不到有效值。
15246
15244
  # @type Cpu: Float
15247
15245
  # @param Memory: Pod 的内存
15248
- # 注意:此字段可能返回 null,表示取不到有效值。
15249
15246
  # @type Memory: Float
15250
15247
  # @param Type: Pod 的类型
15251
- # 注意:此字段可能返回 null,表示取不到有效值。
15252
15248
  # @type Type: String
15253
15249
  # @param GpuNum: Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
15254
- # 注意:此字段可能返回 null,表示取不到有效值。
15255
15250
  # @type GpuNum: String
15256
15251
  # @param TotalNum: 这种规格的 Pod总数
15257
- # 注意:此字段可能返回 null,表示取不到有效值。
15258
15252
  # @type TotalNum: Integer
15259
15253
  # @param DeductionNum: 这种规格的 Pod被预留券抵扣的数量
15260
- # 注意:此字段可能返回 null,表示取不到有效值。
15261
15254
  # @type DeductionNum: Integer
15262
15255
 
15263
15256
  attr_accessor :Cpu, :Memory, :Type, :GpuNum, :TotalNum, :DeductionNum
@@ -15343,19 +15336,14 @@ module TencentCloud
15343
15336
  # Pod所在的节点信息
15344
15337
  class PodNodeInfo < TencentCloud::Common::AbstractModel
15345
15338
  # @param ClusterId: 集群 ID
15346
- # 注意:此字段可能返回 null,表示取不到有效值。
15347
15339
  # @type ClusterId: String
15348
15340
  # @param NodeName: 节点名称
15349
- # 注意:此字段可能返回 null,表示取不到有效值。
15350
15341
  # @type NodeName: String
15351
15342
  # @param Zone: 可用区
15352
- # 注意:此字段可能返回 null,表示取不到有效值。
15353
15343
  # @type Zone: String
15354
15344
  # @param Namespace: 命名空间
15355
- # 注意:此字段可能返回 null,表示取不到有效值。
15356
15345
  # @type Namespace: String
15357
15346
  # @param Name: Pod 名称
15358
- # 注意:此字段可能返回 null,表示取不到有效值。
15359
15347
  # @type Name: String
15360
15348
 
15361
15349
  attr_accessor :ClusterId, :NodeName, :Zone, :Namespace, :Name
@@ -17287,34 +17275,24 @@ module TencentCloud
17287
17275
  # 预留券的使用率信息
17288
17276
  class ReservedInstanceUtilizationRate < TencentCloud::Common::AbstractModel
17289
17277
  # @param Rate: 使用率
17290
- # 注意:此字段可能返回 null,表示取不到有效值。
17291
17278
  # @type Rate: Float
17292
17279
  # @param Num: 预留券数量
17293
- # 注意:此字段可能返回 null,表示取不到有效值。
17294
17280
  # @type Num: Integer
17295
17281
  # @param CPU: 核数
17296
- # 注意:此字段可能返回 null,表示取不到有效值。
17297
17282
  # @type CPU: Float
17298
17283
  # @param Memory: 内存
17299
- # 注意:此字段可能返回 null,表示取不到有效值。
17300
17284
  # @type Memory: Float
17301
17285
  # @param Type: 预留券类型
17302
- # 注意:此字段可能返回 null,表示取不到有效值。
17303
17286
  # @type Type: String
17304
17287
  # @param GpuNum: GPU 卡数
17305
- # 注意:此字段可能返回 null,表示取不到有效值。
17306
17288
  # @type GpuNum: String
17307
17289
  # @param Zone: 可用区
17308
- # 注意:此字段可能返回 null,表示取不到有效值。
17309
17290
  # @type Zone: String
17310
17291
  # @param ClusterId: 集群 ID
17311
- # 注意:此字段可能返回 null,表示取不到有效值。
17312
17292
  # @type ClusterId: String
17313
17293
  # @param NodeName: 节点名称
17314
- # 注意:此字段可能返回 null,表示取不到有效值。
17315
17294
  # @type NodeName: String
17316
17295
  # @param PodNum: Pod 数量
17317
- # 注意:此字段可能返回 null,表示取不到有效值。
17318
17296
  # @type PodNum: Integer
17319
17297
 
17320
17298
  attr_accessor :Rate, :Num, :CPU, :Memory, :Type, :GpuNum, :Zone, :ClusterId, :NodeName, :PodNum
@@ -18026,19 +18004,14 @@ module TencentCloud
18026
18004
  # 超级节点上的资源统计
18027
18005
  class SuperNodeResource < TencentCloud::Common::AbstractModel
18028
18006
  # @param NodeName: 节点名称
18029
- # 注意:此字段可能返回 null,表示取不到有效值。
18030
18007
  # @type NodeName: String
18031
18008
  # @param Num: 节点上的资源总数
18032
- # 注意:此字段可能返回 null,表示取不到有效值。
18033
18009
  # @type Num: Integer
18034
18010
  # @param Cpu: 节点上的总核数
18035
- # 注意:此字段可能返回 null,表示取不到有效值。
18036
18011
  # @type Cpu: Float
18037
18012
  # @param Memory: 节点上的总内存数
18038
- # 注意:此字段可能返回 null,表示取不到有效值。
18039
18013
  # @type Memory: Float
18040
18014
  # @param Gpu: 节点上的总 GPU 卡数
18041
- # 注意:此字段可能返回 null,表示取不到有效值。
18042
18015
  # @type Gpu: Float
18043
18016
 
18044
18017
  attr_accessor :NodeName, :Num, :Cpu, :Memory, :Gpu
@@ -1412,10 +1412,8 @@ module TencentCloud
1412
1412
  # 节点池弹性伸缩配置
1413
1413
  class MachineSetScaling < TencentCloud::Common::AbstractModel
1414
1414
  # @param MinReplicas: 节点池最小副本数
1415
- # 注意:此字段可能返回 null,表示取不到有效值。
1416
1415
  # @type MinReplicas: Integer
1417
1416
  # @param MaxReplicas: 节点池最大副本数
1418
- # 注意:此字段可能返回 null,表示取不到有效值。
1419
1417
  # @type MaxReplicas: Integer
1420
1418
  # @param CreatePolicy: 节点池扩容策略。ZoneEquality:多可用区打散;ZonePriority:首选可用区优先;
1421
1419
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1439,16 +1437,13 @@ module TencentCloud
1439
1437
  # 托管节点池自动升级配置
1440
1438
  class MachineUpgradeSettings < TencentCloud::Common::AbstractModel
1441
1439
  # @param AutoUpgrade: 是否开启自动升级
1442
- # 注意:此字段可能返回 null,表示取不到有效值。
1443
1440
  # @type AutoUpgrade: Boolean
1444
1441
  # @param UpgradeOptions: 运维窗口
1445
- # 注意:此字段可能返回 null,表示取不到有效值。
1446
1442
  # @type UpgradeOptions: :class:`Tencentcloud::Tke.v20220501.models.AutoUpgradeOptions`
1447
1443
  # @param Components: 升级项
1448
1444
  # 注意:此字段可能返回 null,表示取不到有效值。
1449
1445
  # @type Components: Array
1450
1446
  # @param MaxUnavailable: 升级时,最大不可升级的节点数
1451
- # 注意:此字段可能返回 null,表示取不到有效值。
1452
1447
  # @type MaxUnavailable: :class:`Tencentcloud::Tke.v20220501.models.IntOrString`
1453
1448
 
1454
1449
  attr_accessor :AutoUpgrade, :UpgradeOptions, :Components, :MaxUnavailable
@@ -1714,10 +1709,8 @@ module TencentCloud
1714
1709
  # 注意:此字段可能返回 null,表示取不到有效值。
1715
1710
  # @type SecurityGroupIDs: Array
1716
1711
  # @param VpcId: VPC 唯一 ID
1717
- # 注意:此字段可能返回 null,表示取不到有效值。
1718
1712
  # @type VpcId: String
1719
1713
  # @param SubnetId: 子网唯一 ID
1720
- # 注意:此字段可能返回 null,表示取不到有效值。
1721
1714
  # @type SubnetId: String
1722
1715
  # @param OsImage: OS的名称
1723
1716
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1790,7 +1783,6 @@ module TencentCloud
1790
1783
  # 原生节点池信息
1791
1784
  class NativeNodePoolInfo < TencentCloud::Common::AbstractModel
1792
1785
  # @param Scaling: 伸缩配置
1793
- # 注意:此字段可能返回 null,表示取不到有效值。
1794
1786
  # @type Scaling: :class:`Tencentcloud::Tke.v20220501.models.MachineSetScaling`
1795
1787
  # @param SubnetIds: 子网列表
1796
1788
  # @type SubnetIds: Array
@@ -1798,7 +1790,6 @@ module TencentCloud
1798
1790
  # 注意:此字段可能返回 null,表示取不到有效值。
1799
1791
  # @type SecurityGroupIds: Array
1800
1792
  # @param UpgradeSettings: 自动升级配置
1801
- # 注意:此字段可能返回 null,表示取不到有效值。
1802
1793
  # @type UpgradeSettings: :class:`Tencentcloud::Tke.v20220501.models.MachineUpgradeSettings`
1803
1794
  # @param AutoRepair: 是否开启自愈能力
1804
1795
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1806,7 +1797,6 @@ module TencentCloud
1806
1797
  # @param InstanceChargeType: 节点计费类型
1807
1798
  # @type InstanceChargeType: String
1808
1799
  # @param InstanceChargePrepaid: 包年包月机型计费配置
1809
- # 注意:此字段可能返回 null,表示取不到有效值。
1810
1800
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Tke.v20220501.models.InstanceChargePrepaid`
1811
1801
  # @param SystemDisk: 系统盘配置
1812
1802
  # @type SystemDisk: :class:`Tencentcloud::Tke.v20220501.models.Disk`
@@ -1814,7 +1804,6 @@ module TencentCloud
1814
1804
  # 注意:此字段可能返回 null,表示取不到有效值。
1815
1805
  # @type KeyIds: Array
1816
1806
  # @param Management: Machine 系统配置
1817
- # 注意:此字段可能返回 null,表示取不到有效值。
1818
1807
  # @type Management: :class:`Tencentcloud::Tke.v20220501.models.ManagementConfig`
1819
1808
  # @param HealthCheckPolicyName: 故障自愈规则名称
1820
1809
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1826,29 +1815,23 @@ module TencentCloud
1826
1815
  # 注意:此字段可能返回 null,表示取不到有效值。
1827
1816
  # @type KubeletArgs: Array
1828
1817
  # @param Lifecycle: 预定义脚本
1829
- # 注意:此字段可能返回 null,表示取不到有效值。
1830
1818
  # @type Lifecycle: :class:`Tencentcloud::Tke.v20220501.models.LifecycleConfig`
1831
1819
  # @param RuntimeRootDir: 运行时根目录
1832
- # 注意:此字段可能返回 null,表示取不到有效值。
1833
1820
  # @type RuntimeRootDir: String
1834
1821
  # @param EnableAutoscaling: 是否开启弹性伸缩
1835
- # 注意:此字段可能返回 null,表示取不到有效值。
1836
1822
  # @type EnableAutoscaling: Boolean
1837
1823
  # @param InstanceTypes: 机型列表
1838
1824
  # @type InstanceTypes: Array
1839
1825
  # @param Replicas: 期望节点数
1840
- # 注意:此字段可能返回 null,表示取不到有效值。
1841
1826
  # @type Replicas: Integer
1842
1827
  # @param ReadyReplicas: 就绪 Machine 个数
1843
1828
  # @type ReadyReplicas: Integer
1844
1829
  # @param InternetAccessible: 公网带宽设置
1845
- # 注意:此字段可能返回 null,表示取不到有效值。
1846
1830
  # @type InternetAccessible: :class:`Tencentcloud::Tke.v20220501.models.InternetAccessible`
1847
1831
  # @param DataDisks: 原生节点池数据盘
1848
1832
  # 注意:此字段可能返回 null,表示取不到有效值。
1849
1833
  # @type DataDisks: Array
1850
1834
  # @param MachineType: 原生节点机型 Native, NativeCVM
1851
- # 注意:此字段可能返回 null,表示取不到有效值。
1852
1835
  # @type MachineType: String
1853
1836
 
1854
1837
  attr_accessor :Scaling, :SubnetIds, :SecurityGroupIds, :UpgradeSettings, :AutoRepair, :InstanceChargeType, :InstanceChargePrepaid, :SystemDisk, :KeyIds, :Management, :HealthCheckPolicyName, :HostNamePattern, :KubeletArgs, :Lifecycle, :RuntimeRootDir, :EnableAutoscaling, :InstanceTypes, :Replicas, :ReadyReplicas, :InternetAccessible, :DataDisks, :MachineType
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.1023
4
+ version: 3.0.1024
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-03-19 00:00:00.000000000 Z
11
+ date: 2025-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common