google-cloud-container 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/container.rb +6 -0
- data/lib/google/cloud/container/v1.rb +6 -0
- data/lib/google/cloud/container/v1/cluster_manager_client.rb +2 -0
- data/lib/google/cloud/container/v1/credentials.rb +1 -0
- data/lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb +1 -0
- data/lib/google/cloud/container/v1/doc/google/protobuf/empty.rb +1 -0
- data/lib/google/cloud/container/v1/doc/overview.rb +1 -0
- data/lib/google/container/v1/cluster_service_pb.rb +1 -0
- data/lib/google/container/v1/cluster_service_services_pb.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd03b17585cc1b914c9a7d4286391b1112fb2d8434a1c6b26456669573d7e23a
|
4
|
+
data.tar.gz: bbbf1dfe6fec6cf227c6419aa39a57a2b7314c99c62bbe0a3e4fdb6f47841393
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
11
|
+
date: 2018-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|