google-apis-gkehub_v1alpha2 0.1.0 → 0.2.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/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v1alpha2/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha2/service.rb +12 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 917b2289c431c86cff514077a94a708073cc1bdf543e89b998e83ffd4ba05e3e
|
|
4
|
+
data.tar.gz: 2cf3ffeb8c628aaaae6b125c333bf71ecc6a6d707c59ff21a819f99ae42fddb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ebcc78978d5e9eb84a5dd4552faa90000124eb81e5b237d666f6163d9279186029a3b2d0544efe437dc2b82ae16a58d958b3b9b059a2521b7a152b64558f821
|
|
7
|
+
data.tar.gz: e89398a4377884ce566b55c7bb929c8677424244832b4055d98d6857936d5da789c09f17f506b7be3030bbbc8e951fdb4f2f49a8f6fba869c7d6839ff764f1e9
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV1alpha2
|
|
18
18
|
# Version of the google-apis-gkehub_v1alpha2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210507"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -87,7 +87,7 @@ module Google
|
|
|
87
87
|
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
|
88
88
|
# AIP-160](https://google.aip.dev/160).
|
|
89
89
|
# @param [Fixnum] page_size
|
|
90
|
-
# The maximum number of results to return. If not set, the service
|
|
90
|
+
# The maximum number of results to return. If not set, the service selects a
|
|
91
91
|
# default.
|
|
92
92
|
# @param [String] page_token
|
|
93
93
|
# A page token received from the `next_page_token` field in the response. Send
|
|
@@ -161,7 +161,10 @@ module Google
|
|
|
161
161
|
execute_or_queue_command(command, &block)
|
|
162
162
|
end
|
|
163
163
|
|
|
164
|
-
#
|
|
164
|
+
# Creates a new Membership. **This is currently only supported for GKE clusters
|
|
165
|
+
# on Google Cloud**. To register other clusters, follow the instructions at
|
|
166
|
+
# https://cloud.google.com/anthos/multicluster-management/connect/registering-a-
|
|
167
|
+
# cluster.
|
|
165
168
|
# @param [String] parent
|
|
166
169
|
# Required. The parent (project and location) where the Memberships will be
|
|
167
170
|
# created. Specified in the format `projects/*/locations/*`.
|
|
@@ -202,7 +205,10 @@ module Google
|
|
|
202
205
|
execute_or_queue_command(command, &block)
|
|
203
206
|
end
|
|
204
207
|
|
|
205
|
-
# Removes a Membership.
|
|
208
|
+
# Removes a Membership. **This is currently only supported for GKE clusters on
|
|
209
|
+
# Google Cloud**. To unregister other clusters, follow the instructions at https:
|
|
210
|
+
# //cloud.google.com/anthos/multicluster-management/connect/unregistering-a-
|
|
211
|
+
# cluster.
|
|
206
212
|
# @param [String] name
|
|
207
213
|
# Required. The Membership resource name in the format `projects/*/locations/*/
|
|
208
214
|
# memberships/*`.
|
|
@@ -233,7 +239,9 @@ module Google
|
|
|
233
239
|
execute_or_queue_command(command, &block)
|
|
234
240
|
end
|
|
235
241
|
|
|
236
|
-
# Generates the manifest for deployment of the GKE connect agent.
|
|
242
|
+
# Generates the manifest for deployment of the GKE connect agent. **This method
|
|
243
|
+
# is used internally by Google-provided libraries.** Most clients should not
|
|
244
|
+
# need to call this method directly.
|
|
237
245
|
# @param [String] name
|
|
238
246
|
# Required. The Membership resource name the Agent will associate with, in the
|
|
239
247
|
# format `projects/*/locations/*/memberships/*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1alpha2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for GKE Hub V1alpha2
|