google-cloud-container-v1beta1 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: 74a136c7c80836270ec2c4d2ad80321b62aa0e2529affa000fecc6af0723bc15
|
4
|
+
data.tar.gz: c4d9829f6b0ee5f292c76ab039efaf7d56d1cb27dcafd744c4d2455460ed64e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bdfb2a2b09b611cbd9549b5a323f3dbe699c476e4b7ff3b90b8010766448bfd9895880e204d1e86a73609465203421d72b32367512fb1214e0380a803d7dbc9
|
7
|
+
data.tar.gz: 4cc2053368cd478451603277bfc20529598dc4d14bbcea45cbaca518776c36715c7aa06867cb58f766a1677b013cf3ae6006f79ef92b901586c426316ef1549f
|
@@ -3026,7 +3026,7 @@ module Google
|
|
3026
3026
|
def rpcs
|
3027
3027
|
@rpcs ||= begin
|
3028
3028
|
parent_rpcs = nil
|
3029
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
3029
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
3030
3030
|
Rpcs.new parent_rpcs
|
3031
3031
|
end
|
3032
3032
|
end
|
@@ -655,7 +655,7 @@ module Google
|
|
655
655
|
# @!attribute [rw] initial_node_count
|
656
656
|
# @return [::Integer]
|
657
657
|
# The number of nodes to create in this cluster. You must ensure that your
|
658
|
-
# Compute Engine
|
658
|
+
# Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
|
659
659
|
# is sufficient for this number of instances. You must also have available
|
660
660
|
# firewall and routes quota.
|
661
661
|
# For requests, this field should only be used in lieu of a
|
@@ -1907,7 +1907,7 @@ module Google
|
|
1907
1907
|
# @!attribute [rw] initial_node_count
|
1908
1908
|
# @return [::Integer]
|
1909
1909
|
# The initial node count for the pool. You must ensure that your
|
1910
|
-
# Compute Engine
|
1910
|
+
# Compute Engine [resource quota](https://cloud.google.com/compute/quotas)
|
1911
1911
|
# is sufficient for this number of instances. You must also have available
|
1912
1912
|
# firewall and routes quota.
|
1913
1913
|
# @!attribute [rw] self_link
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1beta1
|
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 V1beta1 API
|