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: 6817dfd3b2835edbdd3d14bc532e2abda5784bffe13decd8c04871c3408719ae
4
- data.tar.gz: 8f3a13d34355a542b40ac32ce8e9b6c5123589475d9032ae1368082be6b34cf0
3
+ metadata.gz: 74a136c7c80836270ec2c4d2ad80321b62aa0e2529affa000fecc6af0723bc15
4
+ data.tar.gz: c4d9829f6b0ee5f292c76ab039efaf7d56d1cb27dcafd744c4d2455460ed64e4
5
5
  SHA512:
6
- metadata.gz: 0437b8adb6d3f7113ef69f1c6f777590e8a038a486503a3e131cb0650f5ff6f269c2f880187a9f8c56ab48b3dfa312e9e8ad932b3157f4dd1e5f2cd6cb10d252
7
- data.tar.gz: dfbc6bd4a7ea93ff82c48d78851d6e386dcea2ac146c2a6375345100eff5efdcb4d3a2030ccd29907098e07ae3b89fa92ef15ab49daef624d14a5c50f69b7167
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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  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 <a href="/compute/docs/resource-quotas">resource quota</a>
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 <a href="/compute/docs/resource-quotas">resource quota</a>
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.1
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-05-26 00:00:00.000000000 Z
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.0.6
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