google-cloud-gke_connect-gateway 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/gke_connect/gateway/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0f2a7c924094d278a1e38455e1578d896728c0a4a63ad325469a5ebc1d9c789
|
|
4
|
+
data.tar.gz: 5aa6b0193bf1cd878e4aef5c61036eaa4de96acc684a2386f6cdf130771181a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42e88dc562bc85e1923ebce84d8ab735af8c05b87c6f8aa4aaaad5249e4d2e15e483b7960707481a1635eb7ccdd38a7cb57289bbc21017290bf18a820dd0ca75
|
|
7
|
+
data.tar.gz: 120a6a093628fed5965873ebc0be875a4beeba586145ca74a5ed9cca6550a370b4eac0c65f56965865d5e315c95759b9f7ba3ea31a5fc6191fbbc70c321beeab
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Connect Gateway API
|
|
4
4
|
|
|
5
|
-
The Connect gateway builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.
|
|
5
|
+
The Connect gateway builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.
|
|
6
6
|
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-gke_connect-gateway-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gke_connect-gateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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: 2021-06-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -154,9 +154,7 @@ description: The Connect gateway builds on the power of fleets to let Anthos use
|
|
|
154
154
|
connect to and run commands against registered Anthos clusters in a simple, consistent,
|
|
155
155
|
and secured way, whether the clusters are on Google Cloud, other public clouds,
|
|
156
156
|
or on premises, and makes it easier to automate DevOps processes across all your
|
|
157
|
-
clusters.
|
|
158
|
-
client library. For most uses, we recommend installing the main client library google-cloud-gke_connect-gateway
|
|
159
|
-
instead. See the readme for more details.
|
|
157
|
+
clusters.
|
|
160
158
|
email: googleapis-packages@google.com
|
|
161
159
|
executables: []
|
|
162
160
|
extensions: []
|