google-cloud-container-v1 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e099dde5e36198fa67a36b6067a7018d9db2b0132cc2be1c0797d37af6b9c972
4
- data.tar.gz: 3271530e068703974b32df7b3e24a07d2525f1a7258f498eb6bc8c659a9ca610
3
+ metadata.gz: ca30d2de1bf576d1b639361f932160ca05310280301a8f016cdb54186ba25e92
4
+ data.tar.gz: 120cbb5d5cc8785e2ada2d193852d8df31a0687de095404329a0125d3ff3bba9
5
5
  SHA512:
6
- metadata.gz: 18c5df7a36e6976a54fa4c70a36ca64b5445b6307fcf2bb70d2ecfedfe92da969e2f8d781a117be9296c35f6cea7f81dd305f6256fbff25ae066a4fc04485cef
7
- data.tar.gz: 92bd4d01d115204d11665c831802b7c53a81f640ad609eaf5d4a3fabf173dc74c52a9da1c2dc3c80b1994bdf5f0e83cb9b0d0770da250c87ff59f020a6f3e139
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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  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 <a href="/compute/docs/resource-quotas">resource quota</a>
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 <a href="/compute/docs/resource-quotas">resource quota</a>
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.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 V1 API