tencentcloud-sdk-tsf 1.0.310 → 1.0.313

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: 50d19f41e4d4b3f5febddb82bde0977481de2c7a
4
- data.tar.gz: 01bae9c43088b6ac8acb0dbfca9390798ce0dfb3
3
+ metadata.gz: c5681a9ccbb1b509b50dc68f7f98ee331ef33532
4
+ data.tar.gz: 344c2699d561480136e33bf2b7cb140acb85f69d
5
5
  SHA512:
6
- metadata.gz: e1b99ee2c76a2d56cd825df99289ce87136be6a9d30d03a32e766c9def54cdefdc4c200d9a6bf8707112dc79e94c9b159358cb1e00edd52e1a295a4165bc52ea
7
- data.tar.gz: 23d96417674688d350d4761f8821c34543d110d22feb257567f8022b2745e31266ed5e6ebec0fce284107db7345aef0b80ba069f8590c0fd79e5ed73f4f0f564
6
+ metadata.gz: 0a77a8c603704648dccd752f163751ef81ebd63f441dee6311be0ea72545b4c53a3394f8122f95632a819aaa80d87de9e25c177cc4c4d475aa4f74263f14beef
7
+ data.tar.gz: c4b56f4dd8eb725c3c9e96f77804fca7a2c7f7865ead015d88283ebbe0e563443ee4d3eb40b37f516fecc188988942176898f7f3209e07861dfc74b5907493ce
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.310
1
+ 1.0.313
@@ -1692,10 +1692,13 @@ module TencentCloud
1692
1692
  # @param KubeInjectEnable: KubeInjectEnable值
1693
1693
  # 注意:此字段可能返回 null,表示取不到有效值。
1694
1694
  # @type KubeInjectEnable: Boolean
1695
+ # @param RepoType: 仓库类型 (person, tcr)
1696
+ # 注意:此字段可能返回 null,表示取不到有效值。
1697
+ # @type RepoType: String
1695
1698
 
1696
- attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable
1699
+ attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable, :RepoType
1697
1700
 
1698
- def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil, kubeinjectenable=nil)
1701
+ def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil, kubeinjectenable=nil, repotype=nil)
1699
1702
  @GroupId = groupid
1700
1703
  @GroupName = groupname
1701
1704
  @InstanceNum = instancenum
@@ -1731,6 +1734,7 @@ module TencentCloud
1731
1734
  @VolumeInfos = volumeinfos
1732
1735
  @VolumeMountInfos = volumemountinfos
1733
1736
  @KubeInjectEnable = kubeinjectenable
1737
+ @RepoType = repotype
1734
1738
  end
1735
1739
 
1736
1740
  def deserialize(params)
@@ -1803,6 +1807,7 @@ module TencentCloud
1803
1807
  end
1804
1808
  end
1805
1809
  @KubeInjectEnable = params['KubeInjectEnable']
1810
+ @RepoType = params['RepoType']
1806
1811
  end
1807
1812
  end
1808
1813
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.310
4
+ version: 1.0.313
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-05-11 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common