google-cloud-container-v1 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: ca30d2de1bf576d1b639361f932160ca05310280301a8f016cdb54186ba25e92
4
- data.tar.gz: 120cbb5d5cc8785e2ada2d193852d8df31a0687de095404329a0125d3ff3bba9
3
+ metadata.gz: 1e87bc90cbb050e9698ecc8e09d0204e0f032eac0fc4c273ab8952068d344dc3
4
+ data.tar.gz: 7c99151ea60e1f1000d59034ba8de849def7f603c6b7d5266548872ac57a8581
5
5
  SHA512:
6
- metadata.gz: 642288dae78cad43fa4a22cc29fe900666a2aa51689290f963f2ee4e8812ee6c12fb4fcb7f55dcf7cd9e76301b28bfee591f2fdf62b2fc5da8c8ebf1c8663331
7
- data.tar.gz: a797659b8ad1ebc281bcf03929b6f1718fbda3b92e1c5c4cd86c60e3fb23050de29c5bd35f23b060bfb8f539e5252cbaf704cb648b368ea724d5d30005c296d5
6
+ metadata.gz: 32eed4da1f7313a6f688ce0713a5ab8b2c1dcc689ef34fd9b1351e9366eb7ec206e873da3ecfc328bf49f8b84235435a5708f56642c0f3db15199e18fb9c2cbd
7
+ data.tar.gz: cdeb1d64b142342560c84ce35282e3d421aee13082e52091f3a48ae6d110b78861bf2a33dc701fb5952cc46ebdf2084bf97c7980a1d7a053c808f96c092d58c3
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-v1/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 V1
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-v1
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