google-cloud-gke_hub 0.1.2 → 0.1.3
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/lib/google/cloud/gke_hub/version.rb +1 -1
- data/lib/google/cloud/gke_hub.rb +8 -2
- 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: c1768fe383a7504ec42391fe4f08988e8f9c688cf0c006c7a10a8b2ca937b108
|
|
4
|
+
data.tar.gz: c91e704ee3feba4fb14957f1b88c27c79c091d1b95746b72fc7ff1b709ef364b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c6d06508b10f1812b50e90d9b375712d2a611f804074f68d86da40143d36d8126cd64c94c8da5efc8611514727eb62ff3e852333389d36320af80426d755443
|
|
7
|
+
data.tar.gz: 446146ddad8bcd435f134e1d3699156f774762b1016c08109f78f75183a1acae7f15046486c0376aa658a1df2769844b7667a2ddf849b6451dafb466eeb9bda6
|
data/lib/google/cloud/gke_hub.rb
CHANGED
|
@@ -57,8 +57,14 @@ module Google
|
|
|
57
57
|
#
|
|
58
58
|
# ## About GkeHubMembershipService
|
|
59
59
|
#
|
|
60
|
-
# GKE Hub
|
|
61
|
-
#
|
|
60
|
+
# The GKE Hub MembershipService handles the registration of many Kubernetes
|
|
61
|
+
# clusters to Google Cloud, represented with the Membership resource.
|
|
62
|
+
#
|
|
63
|
+
# GKE Hub is currently only available in the global region.
|
|
64
|
+
#
|
|
65
|
+
# **Membership management may be non-trivial:** it is recommended to use one
|
|
66
|
+
# of the Google-provided client libraries or tools where possible when working
|
|
67
|
+
# with Membership resources.
|
|
62
68
|
#
|
|
63
69
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
64
70
|
# Defaults to `:v1beta1`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gke_hub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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: 2021-
|
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|