google-cloud-container 0.2.0 → 0.2.1

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: 5985387da03022bbbc72dff93bc8936b65974873be331abdd49fae00b6ff65d7
4
- data.tar.gz: 037cf99ed6c8191df7c0afc05ad514a90cadfebc4024a88668f6e01aae1c8bda
3
+ metadata.gz: fd03b17585cc1b914c9a7d4286391b1112fb2d8434a1c6b26456669573d7e23a
4
+ data.tar.gz: bbbf1dfe6fec6cf227c6419aa39a57a2b7314c99c62bbe0a3e4fdb6f47841393
5
5
  SHA512:
6
- metadata.gz: e095c56d813cc0051c5340ca8476cf48aa738fd63b99b20e63e069c558cc7566c8175dc70ccbfb89eb15c8813462fbfcdcc0972ca9ae72252ec872abf4643160
7
- data.tar.gz: 32483576ad656c53b68cb4014ebce6ecd9313efd151e5995670bc8a1d02855b992e7e83278cbb4e9986bf5c6864816ef7e4a9c98e9d3e47c60a240d15b379c17
6
+ metadata.gz: 5a9c0a6d55db500e64e8be03cfaf5bea3d13be85db74b5287dbda3db4a70c1256e3de4f62bfee24d2f13c6f7b8c7b5a0402b42f68c854531897a0f6b2f61061a
7
+ data.tar.gz: 627f0e49f01c0e2ab2447a4f1c1677b191e97a295e43065725d3b826b92842951f9c5e28f08564cf83191013299509c559c71bbbc5caff152c3958633baf6f55
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "google/gax"
16
17
  require "pathname"
17
18
 
@@ -36,6 +37,11 @@ module Google
36
37
  # 3. [Enable the Google Container Engine API.](https://console.cloud.google.com/apis/library/container.googleapis.com)
37
38
  # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
38
39
  #
40
+ # ### Installation
41
+ # ```
42
+ # $ gem install google-cloud-container
43
+ # ```
44
+ #
39
45
  # ### Preview
40
46
  # #### ClusterManagerClient
41
47
  # ```rb
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "google/cloud/container/v1/cluster_manager_client"
16
17
 
17
18
  module Google
@@ -36,6 +37,11 @@ module Google
36
37
  # 3. [Enable the Google Container Engine API.](https://console.cloud.google.com/apis/library/container.googleapis.com)
37
38
  # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
38
39
  #
40
+ # ### Installation
41
+ # ```
42
+ # $ gem install google-cloud-container
43
+ # ```
44
+ #
39
45
  # ### Preview
40
46
  # #### ClusterManagerClient
41
47
  # ```rb
@@ -19,6 +19,7 @@
19
19
  # For the short term, the refresh process will only be runnable by Google
20
20
  # engineers.
21
21
 
22
+
22
23
  require "json"
23
24
  require "pathname"
24
25
 
@@ -36,6 +37,7 @@ module Google
36
37
  # @!attribute [r] cluster_manager_stub
37
38
  # @return [Google::Container::V1::ClusterManager::Stub]
38
39
  class ClusterManagerClient
40
+ # @private
39
41
  attr_reader :cluster_manager_stub
40
42
 
41
43
  # The default address of the service.
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  require "googleauth"
16
17
 
17
18
  module Google
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  module Google
16
17
  module Container
17
18
  module V1
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  module Google
16
17
  module Protobuf
17
18
  # A generic empty message that you can re-use to avoid defining duplicated
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+
15
16
  module Google
16
17
  module Cloud
17
18
  # rubocop:disable LineLength
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/container/v1/cluster_service.proto
3
3
 
4
+
4
5
  require 'google/protobuf'
5
6
 
6
7
  require 'google/api/annotations_pb'
@@ -16,6 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
+
19
20
  require 'grpc'
20
21
  require 'google/container/v1/cluster_service_pb'
21
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-21 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax