tencentcloud-sdk-tione 3.0.737 → 3.0.739
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 +2 -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: 3494e2bb3094e64e05328e4a7fa7a9f35f9eeca4
|
|
4
|
+
data.tar.gz: b0058011055b24ce408e4949bbec756708ba8309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c03b5ca435d2a8aa5aa97d18b56d7fbcdfba9afb5279efd4aa6ee8044212ce07b69ca65778c5f4c553d81506fbfd7cfa96cca25baef2fb6d177e369263d9edf7
|
|
7
|
+
data.tar.gz: fcb714d1af0694e38ec43ff18f97f44c9c559ecda70ee6a161745880dd50378d8d125266cdf3be4f56692214b051010210084ef9b4baff9f96c649c798375f24
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.739
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -10775,8 +10775,8 @@ module TencentCloud
|
|
|
10775
10775
|
|
|
10776
10776
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
10777
10777
|
extend Gem::Deprecate
|
|
10778
|
-
deprecate :StatefulSetCondition, :none,
|
|
10779
|
-
deprecate :StatefulSetCondition=, :none,
|
|
10778
|
+
deprecate :StatefulSetCondition, :none, 2024, 1
|
|
10779
|
+
deprecate :StatefulSetCondition=, :none, 2024, 1
|
|
10780
10780
|
|
|
10781
10781
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
10782
10782
|
@Replicas = replicas
|
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.739
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|