google-cloud-gke_multi_cloud-v1 0.20.1 → 0.21.0
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/README.md +1 -1
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/client.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/operations.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d439446d9df2d3b24e20559500bbebd5651bf495b54519e0ed60f456c6ba52e
|
|
4
|
+
data.tar.gz: 713180d4f5da3297a56326d7bea032ecac9e327ac9fea346cf5363221abd89e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0b1678486b411de6020afa620857e0c523949761e490e53762512072406a980daa2c0e96a3bc00a1ba192c40ea405222c3beeb70079e99db1c1de2531a290ed
|
|
7
|
+
data.tar.gz: a23cb92a03e48d7c64fc285bdb8da62525609e0e3e96576db5d2e081d56dbdf6825b28758e89f3a5b79f0dfc0c876f2e914bda195acee2d419bbf33654ae425a
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1337,6 +1337,7 @@ module Google
|
|
|
1337
1337
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1338
1338
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1339
1339
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1340
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1340
1341
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1341
1342
|
# trigger a retry.
|
|
1342
1343
|
# @return [::Hash]
|
|
@@ -1420,6 +1421,7 @@ module Google
|
|
|
1420
1421
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1421
1422
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1422
1423
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1424
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1423
1425
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1424
1426
|
# trigger a retry.
|
|
1425
1427
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -1241,6 +1241,7 @@ module Google
|
|
|
1241
1241
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1242
1242
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1243
1243
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1244
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1244
1245
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1245
1246
|
# trigger a retry.
|
|
1246
1247
|
# @return [::Hash]
|
|
@@ -1313,6 +1314,7 @@ module Google
|
|
|
1313
1314
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1314
1315
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1315
1316
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1317
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1316
1318
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1317
1319
|
# trigger a retry.
|
|
1318
1320
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
|
@@ -2141,6 +2141,7 @@ module Google
|
|
|
2141
2141
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2142
2142
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2143
2143
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2144
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2144
2145
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2145
2146
|
# trigger a retry.
|
|
2146
2147
|
# @return [::Hash]
|
|
@@ -2224,6 +2225,7 @@ module Google
|
|
|
2224
2225
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2225
2226
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2226
2227
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2228
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2227
2229
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2228
2230
|
# trigger a retry.
|
|
2229
2231
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -1963,6 +1963,7 @@ module Google
|
|
|
1963
1963
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1964
1964
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1965
1965
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1966
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1966
1967
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1967
1968
|
# trigger a retry.
|
|
1968
1969
|
# @return [::Hash]
|
|
@@ -2035,6 +2036,7 @@ module Google
|
|
|
2035
2036
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2036
2037
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2037
2038
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2039
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2038
2040
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2039
2041
|
# trigger a retry.
|
|
2040
2042
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
|
@@ -2467,6 +2467,7 @@ module Google
|
|
|
2467
2467
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2468
2468
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2469
2469
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2470
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2470
2471
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2471
2472
|
# trigger a retry.
|
|
2472
2473
|
# @return [::Hash]
|
|
@@ -2550,6 +2551,7 @@ module Google
|
|
|
2550
2551
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2551
2552
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2552
2553
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2554
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2553
2555
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2554
2556
|
# trigger a retry.
|
|
2555
2557
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -2262,6 +2262,7 @@ module Google
|
|
|
2262
2262
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2263
2263
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2264
2264
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2265
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2265
2266
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2266
2267
|
# trigger a retry.
|
|
2267
2268
|
# @return [::Hash]
|
|
@@ -2334,6 +2335,7 @@ module Google
|
|
|
2334
2335
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2335
2336
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2336
2337
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2338
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2337
2339
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2338
2340
|
# trigger a retry.
|
|
2339
2341
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gke_multi_cloud-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|