google-cloud-container-v1 0.2.1 → 0.2.2
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: ca30d2de1bf576d1b639361f932160ca05310280301a8f016cdb54186ba25e92
|
4
|
+
data.tar.gz: 120cbb5d5cc8785e2ada2d193852d8df31a0687de095404329a0125d3ff3bba9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 642288dae78cad43fa4a22cc29fe900666a2aa51689290f963f2ee4e8812ee6c12fb4fcb7f55dcf7cd9e76301b28bfee591f2fdf62b2fc5da8c8ebf1c8663331
|
7
|
+
data.tar.gz: a797659b8ad1ebc281bcf03929b6f1718fbda3b92e1c5c4cd86c60e3fb23050de29c5bd35f23b060bfb8f539e5252cbaf704cb648b368ea724d5d30005c296d5
|
@@ -2943,7 +2943,7 @@ module Google
|
|
2943
2943
|
def rpcs
|
2944
2944
|
@rpcs ||= begin
|
2945
2945
|
parent_rpcs = nil
|
2946
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
2946
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
2947
2947
|
Rpcs.new parent_rpcs
|
2948
2948
|
end
|
2949
2949
|
end
|
@@ -601,7 +601,7 @@ module Google
|
|
601
601
|
# @!attribute [rw] initial_node_count
|
602
602
|
# @return [::Integer]
|
603
603
|
# The number of nodes to create in this cluster. You must ensure that your
|
604
|
-
# Compute Engine
|
604
|
+
# Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
|
605
605
|
# is sufficient for this number of instances. You must also have available
|
606
606
|
# firewall and routes quota.
|
607
607
|
# For requests, this field should only be used in lieu of a
|
@@ -1787,7 +1787,7 @@ module Google
|
|
1787
1787
|
# @!attribute [rw] initial_node_count
|
1788
1788
|
# @return [::Integer]
|
1789
1789
|
# The initial node count for the pool. You must ensure that your
|
1790
|
-
# Compute Engine
|
1790
|
+
# Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
|
1791
1791
|
# is sufficient for this number of instances. You must also have available
|
1792
1792
|
# firewall and routes quota.
|
1793
1793
|
# @!attribute [rw] self_link
|
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.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-08 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.1.3
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: API Client library for the Kubernetes Engine V1 API
|