google-cloud-container-v1 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a78ddc9c0a1b6015d19be6e925d1f6eb7da502071772561a3ba6bca4a60cb68
|
4
|
+
data.tar.gz: 7ef064cb17d49d9dad50606416db3b43f50441bf57bb4874737cb0ac98a360b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b2b2d7b55d927ff4490eafcef93f0abf706a78fd2e242713cbeb614c2f5a811a90fcb09222e2caa81c25b7ab5fd3d2bb2d987a43f7a41decbf2cdb846ec72bc
|
7
|
+
data.tar.gz: '08ce665ff5bda4fc818c39e29dc23f82ca5ce53cc5c01b8d741345e3d159473537e5e0ccff41367da84508089fa13c6edc16ef3f9912bbf6577b17ba0a6427f7'
|
@@ -3052,7 +3052,7 @@ module Google
|
|
3052
3052
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
3053
3053
|
# the following configuration fields:
|
3054
3054
|
#
|
3055
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
3055
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
3056
3056
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
3057
3057
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
3058
3058
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
- !ruby/object:Gem::Version
|
195
195
|
version: '0'
|
196
196
|
requirements: []
|
197
|
-
rubygems_version: 3.
|
197
|
+
rubygems_version: 3.2.6
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: API Client library for the Kubernetes Engine V1 API
|