tencentcloud-sdk-tsf 1.0.311 → 1.0.312
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/v20180326/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: 3fbca69b69103dc9da2082ba57f831cf32055162
|
4
|
+
data.tar.gz: 00b9f4aa62d7d5012a21cf5110e908a568096514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b47131830fd19ddc433588b60db23b2e291cc49ebfe12f245a151f87e1a4f5a77c840214f333d7a2339d31b5c559e81d4eeb2c507896a4a2d3675f4a8487f367
|
7
|
+
data.tar.gz: 7ea13e7d99ce5085cf910a961240987e1e8863f17751ce26658c46627135be0950ea43f2a37a24b80cc5a367324d2cb9398da7714286e5471a768a50a82b5d1c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.312
|
data/lib/v20180326/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 1.0.312
|
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
|
+
date: 2022-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|