tencentcloud-sdk-tione 3.0.460 → 3.0.461
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211111/models.rb +13 -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: b5ee2c8716c87396aa34f74f9e4064081c3a55ab
|
|
4
|
+
data.tar.gz: 2bf2d3a9455f7cae9158093c72e1b91373c1ad06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6e5b757c80fd76afb8e13c19d48c46763d9ac4cf65af832f7b658d502787aef05de3a87fe80b279c752c1c7bbe2993aae9c8dd949f0679e166b117a57f85e01
|
|
7
|
+
data.tar.gz: 44771036a49224c338616bd8f61e316667cbc12b7d765ea2cd151e3fd12c933ab38f26f22dfe50003ef5e0b83bf200bf701479a690f3fe80b99bb8f18dd4e9fe
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.461
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -7723,10 +7723,12 @@ module TencentCloud
|
|
|
7723
7723
|
# @type Status: String
|
|
7724
7724
|
# @param StatefulSetCondition: 工作负载的状况信息
|
|
7725
7725
|
# @type StatefulSetCondition: Array
|
|
7726
|
+
# @param Conditions: 工作负载历史的状况信息
|
|
7727
|
+
# @type Conditions: Array
|
|
7726
7728
|
|
|
7727
|
-
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition
|
|
7729
|
+
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions
|
|
7728
7730
|
|
|
7729
|
-
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil)
|
|
7731
|
+
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil)
|
|
7730
7732
|
@Replicas = replicas
|
|
7731
7733
|
@UpdatedReplicas = updatedreplicas
|
|
7732
7734
|
@ReadyReplicas = readyreplicas
|
|
@@ -7734,6 +7736,7 @@ module TencentCloud
|
|
|
7734
7736
|
@UnavailableReplicas = unavailablereplicas
|
|
7735
7737
|
@Status = status
|
|
7736
7738
|
@StatefulSetCondition = statefulsetcondition
|
|
7739
|
+
@Conditions = conditions
|
|
7737
7740
|
end
|
|
7738
7741
|
|
|
7739
7742
|
def deserialize(params)
|
|
@@ -7751,6 +7754,14 @@ module TencentCloud
|
|
|
7751
7754
|
@StatefulSetCondition << statefulsetcondition_tmp
|
|
7752
7755
|
end
|
|
7753
7756
|
end
|
|
7757
|
+
unless params['Conditions'].nil?
|
|
7758
|
+
@Conditions = []
|
|
7759
|
+
params['Conditions'].each do |i|
|
|
7760
|
+
statefulsetcondition_tmp = StatefulSetCondition.new
|
|
7761
|
+
statefulsetcondition_tmp.deserialize(i)
|
|
7762
|
+
@Conditions << statefulsetcondition_tmp
|
|
7763
|
+
end
|
|
7764
|
+
end
|
|
7754
7765
|
end
|
|
7755
7766
|
end
|
|
7756
7767
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tione
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.461
|
|
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-11-
|
|
11
|
+
date: 2022-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|