google-cloud-container-v1beta1 0.2.2 → 0.2.3

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: 74a136c7c80836270ec2c4d2ad80321b62aa0e2529affa000fecc6af0723bc15
4
- data.tar.gz: c4d9829f6b0ee5f292c76ab039efaf7d56d1cb27dcafd744c4d2455460ed64e4
3
+ metadata.gz: de5f10c59d9f31d9e63146c55d2bea978113c3f05824e3daa1b14fcd173db0ba
4
+ data.tar.gz: fe3acc5c99e880ddf5378a9d869b5ed605ba83c7d2a7cf69ebfda2f14ad94cba
5
5
  SHA512:
6
- metadata.gz: 3bdfb2a2b09b611cbd9549b5a323f3dbe699c476e4b7ff3b90b8010766448bfd9895880e204d1e86a73609465203421d72b32367512fb1214e0380a803d7dbc9
7
- data.tar.gz: 4cc2053368cd478451603277bfc20529598dc4d14bbcea45cbaca518776c36715c7aa06867cb58f766a1677b013cf3ae6006f79ef92b901586c426316ef1549f
6
+ metadata.gz: 5190b1bf14add88d20f381b929aa6e8da782f75db39b1b1068b47bea71ed7d0349e4685031ca7cfb0246b52a7611bea78cf55413835ee38e6fd1e9d7246b204d
7
+ data.tar.gz: db33855053cdd25437113959d5f5b2f0598c3539686206db5d79195f4eea32a5933af859c6cdaafb8c977a1707ac49520d1ad5b2832fe62e3c36d2f1031d3b46
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/container.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_clusters request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-container-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/kubernetes-engine)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
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.2
4
+ version: 0.2.3
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-06-08 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common