google-apis-gkehub_v1alpha 0.101.0 → 0.102.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 +10 -11
- 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: f5f4df9bf90466efd99769737abc8f1ec8384926fa702fc912b2d614b64732c9
|
|
4
|
+
data.tar.gz: e9c70fb9d0caf51dd0f23505792c1f58f80aab7df6cfc96b9e7620d8e54ac911
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b3ef9518b39a44752e29a58891aa001cee6a387f964006b38bc586ffd5ce79327db6506a5ab632163f605e25d5cb91feb028b50ec4411d74dbc70f6b73b208
|
|
7
|
+
data.tar.gz: 80d9cce5ec7cfd294ac1f1047288ae59cfd5ed4c4ff68cb5f7b953f77e26eb1f1226c2f72581e7e9d63284557afa1a053e319180153c9e0d2350be68671f4d1a
|
data/CHANGELOG.md
CHANGED
|
@@ -406,8 +406,8 @@ module Google
|
|
|
406
406
|
class ClusterSelector
|
|
407
407
|
include Google::Apis::Core::Hashable
|
|
408
408
|
|
|
409
|
-
#
|
|
410
|
-
# resource.labels
|
|
409
|
+
# Optional. A valid CEL (Common Expression Language) expression which evaluates `
|
|
410
|
+
# resource.labels`.
|
|
411
411
|
# Corresponds to the JSON property `labelSelector`
|
|
412
412
|
# @return [String]
|
|
413
413
|
attr_accessor :label_selector
|
|
@@ -1845,7 +1845,8 @@ module Google
|
|
|
1845
1845
|
# @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
|
|
1846
1846
|
attr_accessor :hierarchy_controller
|
|
1847
1847
|
|
|
1848
|
-
# Optional.
|
|
1848
|
+
# Optional. Deprecated: From version 1.21.0, automatic Feature management is
|
|
1849
|
+
# unavailable, and Config Sync only supports manual upgrades.
|
|
1849
1850
|
# Corresponds to the JSON property `management`
|
|
1850
1851
|
# @return [String]
|
|
1851
1852
|
attr_accessor :management
|
|
@@ -6181,7 +6182,7 @@ module Google
|
|
|
6181
6182
|
|
|
6182
6183
|
# Optional. Immutable. The full, unique resource name of the rollout sequence
|
|
6183
6184
|
# that initiatied this Rollout. In the format of `projects/`project`/locations/
|
|
6184
|
-
# global/rolloutSequences/`rollout_sequence``.
|
|
6185
|
+
# global/rolloutSequences/`rollout_sequence``.
|
|
6185
6186
|
# Corresponds to the JSON property `rolloutSequence`
|
|
6186
6187
|
# @return [String]
|
|
6187
6188
|
attr_accessor :rollout_sequence
|
|
@@ -6191,8 +6192,7 @@ module Google
|
|
|
6191
6192
|
# @return [Google::Apis::GkehubV1alpha::Schedule]
|
|
6192
6193
|
attr_accessor :schedule
|
|
6193
6194
|
|
|
6194
|
-
# Output only. The stages of the Rollout.
|
|
6195
|
-
# google-initiated rollouts.
|
|
6195
|
+
# Output only. The stages of the Rollout.
|
|
6196
6196
|
# Corresponds to the JSON property `stages`
|
|
6197
6197
|
# @return [Array<Google::Apis::GkehubV1alpha::RolloutStage>]
|
|
6198
6198
|
attr_accessor :stages
|
|
@@ -6405,16 +6405,15 @@ module Google
|
|
|
6405
6405
|
include Google::Apis::Core::Hashable
|
|
6406
6406
|
|
|
6407
6407
|
# Optional. Output only. The resource link of the Cluster resource upgraded in
|
|
6408
|
-
# this Rollout. It is formatted as:
|
|
6409
|
-
#
|
|
6410
|
-
# locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.
|
|
6411
|
-
# com/projects//locations//clusters/.
|
|
6408
|
+
# this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
|
|
6409
|
+
# locations/`location`/clusters/`cluster_name``. .
|
|
6412
6410
|
# Corresponds to the JSON property `cluster`
|
|
6413
6411
|
# @return [String]
|
|
6414
6412
|
attr_accessor :cluster
|
|
6415
6413
|
|
|
6416
6414
|
# Optional. Output only. The resource link of the NodePool resource upgraded in
|
|
6417
|
-
# this Rollout. It is formatted as:
|
|
6415
|
+
# this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
|
|
6416
|
+
# locations/`location`/clusters/`cluster_name`/nodePools/`node_pool_name``.
|
|
6418
6417
|
# Corresponds to the JSON property `nodePool`
|
|
6419
6418
|
# @return [String]
|
|
6420
6419
|
attr_accessor :node_pool
|
|
@@ -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.102.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 = "20260119"
|
|
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.102.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.102.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:
|