google-cloud-gke_multi_cloud 0.3.0 → 1.0.0
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 +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/gke_multi_cloud/version.rb +1 -1
- data/lib/google/cloud/gke_multi_cloud.rb +3 -3
- 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: 5e400bbbdb251407639b5041701271291d8bef10c1f5a78ca1e0a4177f68a832
|
|
4
|
+
data.tar.gz: 3f1d4d8f925217fba5914b8d8081b33fd108713d84d0c6b0eb882338c3296c01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d5a8146b6e8b89e1df577cb7a58c8ee76167174104750bf64d5410684929086399a759e79005f32df9cfc55414574c9ae58effa76dd501a83046d46a58a0bff
|
|
7
|
+
data.tar.gz: 4179e35079bef70fe7b982dc45c77af7260a2a5669c2a0ca08de33468b6f7bf8a7850e97ca3b0e922e7380658253af57660d3d623482eb468e8b38a4fda46395
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ for this library, google-cloud-gke_multi_cloud, to see the convenience methods f
|
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
18
18
|
client gems:
|
|
19
|
-
[google-cloud-gke_multi_cloud-v1](https://
|
|
19
|
+
[google-cloud-gke_multi_cloud-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_multi_cloud-v1/latest).
|
|
20
20
|
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/anthos/clusters/docs/multi-cloud)
|
|
22
22
|
for more usage information.
|
|
@@ -38,7 +38,7 @@ In order to use this library, you first need to go through the following steps:
|
|
|
38
38
|
|
|
39
39
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
40
40
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
|
41
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
|
41
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
|
42
42
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
43
43
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ module Google
|
|
|
48
48
|
# Create a new client object for AttachedClusters.
|
|
49
49
|
#
|
|
50
50
|
# By default, this returns an instance of
|
|
51
|
-
# [Google::Cloud::GkeMultiCloud::V1::AttachedClusters::Client](https://
|
|
51
|
+
# [Google::Cloud::GkeMultiCloud::V1::AttachedClusters::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_multi_cloud-v1/latest/Google-Cloud-GkeMultiCloud-V1-AttachedClusters-Client)
|
|
52
52
|
# for a gRPC client for version V1 of the API.
|
|
53
53
|
# However, you can specify a different API version by passing it in the
|
|
54
54
|
# `version` parameter. If the AttachedClusters service is
|
|
@@ -80,7 +80,7 @@ module Google
|
|
|
80
80
|
# Create a new client object for AwsClusters.
|
|
81
81
|
#
|
|
82
82
|
# By default, this returns an instance of
|
|
83
|
-
# [Google::Cloud::GkeMultiCloud::V1::AwsClusters::Client](https://
|
|
83
|
+
# [Google::Cloud::GkeMultiCloud::V1::AwsClusters::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_multi_cloud-v1/latest/Google-Cloud-GkeMultiCloud-V1-AwsClusters-Client)
|
|
84
84
|
# for a gRPC client for version V1 of the API.
|
|
85
85
|
# However, you can specify a different API version by passing it in the
|
|
86
86
|
# `version` parameter. If the AwsClusters service is
|
|
@@ -111,7 +111,7 @@ module Google
|
|
|
111
111
|
# Create a new client object for AzureClusters.
|
|
112
112
|
#
|
|
113
113
|
# By default, this returns an instance of
|
|
114
|
-
# [Google::Cloud::GkeMultiCloud::V1::AzureClusters::Client](https://
|
|
114
|
+
# [Google::Cloud::GkeMultiCloud::V1::AzureClusters::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-gke_multi_cloud-v1/latest/Google-Cloud-GkeMultiCloud-V1-AzureClusters-Client)
|
|
115
115
|
# for a gRPC client for version V1 of the API.
|
|
116
116
|
# However, you can specify a different API version by passing it in the
|
|
117
117
|
# `version` parameter. If the AzureClusters service is
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gke_multi_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|