google-apis-gkehub_v1alpha 0.104.0 → 0.105.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_v1alpha/classes.rb +1 -1
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -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: 3d1eb4a4ab73edfef43a83806dfdfd1d209790c0be410b94678b6e36bcef535c
|
|
4
|
+
data.tar.gz: 8c1bc39d22966bfb70fd9901ba9b2696662553cd4404feed73eb58e42c0821a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 358bd9dee01883588f8ee612f4e33cf8faa28fd8cba3e4767a395874260fe19e7de22449a2ba953e59f187b414e0c8546fe751960a4e27c1452c724f45a9444b
|
|
7
|
+
data.tar.gz: 56f115a8a530c86f6a0e038f0e6d7a076ac6cb9e68fa0c2814e64b8ff8a59baa3648c63eff3b8ba75c2ca5d1d37eae91a3c83cc43e8a9cb1154b9528eae96083
|
data/CHANGELOG.md
CHANGED
|
@@ -3806,7 +3806,7 @@ module Google
|
|
|
3806
3806
|
|
|
3807
3807
|
# Output only. Node providerID as reported by the first node in the list of
|
|
3808
3808
|
# nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-
|
|
3809
|
-
# node clusters (like GKE
|
|
3809
|
+
# node clusters (like GKE on Google Cloud), the node_count will be zero and the
|
|
3810
3810
|
# node_provider_id will be empty.
|
|
3811
3811
|
# Corresponds to the JSON property `nodeProviderId`
|
|
3812
3812
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV1alpha
|
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.105.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.105.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|