google-apis-gkehub_v1alpha 0.99.0 → 0.100.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 +2 -2
- 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: ca8cdf8b2c95f61b668a95b097306502904826c26ba2a5141319da51a52f6e41
|
|
4
|
+
data.tar.gz: ef696309b098ef836e83b9b65c944c2f288217d7a4b1bca4766595903897df56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c775d6517d69e09a8933c13c212a0185275dc9c85f0c0351fa5422b77f60dfd1bb8371ee1a3071996e9cd17f3300c563562997a2eedb4ed34ac37cf9b642864
|
|
7
|
+
data.tar.gz: 38fb12bda862043c2c28d0a8adcd8748ca63ab2092b7e90e6ee20291ece346302366b36a3421757a5163369ae91a2830a7271ae98f949b4f8d31aecf08804b07
|
data/CHANGELOG.md
CHANGED
|
@@ -2696,7 +2696,7 @@ module Google
|
|
|
2696
2696
|
end
|
|
2697
2697
|
end
|
|
2698
2698
|
|
|
2699
|
-
#
|
|
2699
|
+
# Feature config to use for Rollout.
|
|
2700
2700
|
class FeatureUpdate
|
|
2701
2701
|
include Google::Apis::Core::Hashable
|
|
2702
2702
|
|
|
@@ -6155,7 +6155,7 @@ module Google
|
|
|
6155
6155
|
# @return [Array<Google::Apis::GkehubV1alpha::ExcludedCluster>]
|
|
6156
6156
|
attr_accessor :excluded_clusters
|
|
6157
6157
|
|
|
6158
|
-
#
|
|
6158
|
+
# Feature config to use for Rollout.
|
|
6159
6159
|
# Corresponds to the JSON property `feature`
|
|
6160
6160
|
# @return [Google::Apis::GkehubV1alpha::FeatureUpdate]
|
|
6161
6161
|
attr_accessor :feature
|
|
@@ -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.100.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 = "20251108"
|
|
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.100.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.100.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:
|