google-apis-gkehub_v1alpha 0.111.0 → 0.112.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09966fed7480280f6d2e53d54a34ca2d0d931773f72f887186314b196f345438'
|
|
4
|
+
data.tar.gz: 5cf9c45984674470b452113bec158ae6a26ebe23f4a3bfb465a2bc14167492ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a969cb227400a78ecbfd666c63f4ca7fb50629f274d04e92c645a106f54ceadbd37f4581fd898ea3c67f714916508d41187793db05997abedb072cb8e373ea3e
|
|
7
|
+
data.tar.gz: f728bee177b286024812f383f0a8d60e6f1f976f1cb7e9493dca38f06b97295d8ae87befcd86ab54ea51bd8f0fcd7b0b5b1d5f02e99e43e369983f42fdf7299d
|
data/CHANGELOG.md
CHANGED
|
@@ -1916,8 +1916,11 @@ module Google
|
|
|
1916
1916
|
# @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
|
|
1917
1917
|
attr_accessor :hierarchy_controller
|
|
1918
1918
|
|
|
1919
|
-
# Optional. Deprecated:
|
|
1920
|
-
# unavailable
|
|
1919
|
+
# Optional. Deprecated: Automatic Feature management is in Preview and is
|
|
1920
|
+
# unavailable in version 1.21.0 and later, after which Config Sync only supports
|
|
1921
|
+
# manual upgrades. If set to manual upgrades, clear this field instead, which is
|
|
1922
|
+
# behaviorally equivalent but helps prevent compatibility issues with newer
|
|
1923
|
+
# fields.
|
|
1921
1924
|
# Corresponds to the JSON property `management`
|
|
1922
1925
|
# @return [String]
|
|
1923
1926
|
attr_accessor :management
|
|
@@ -7030,6 +7033,11 @@ module Google
|
|
|
7030
7033
|
# @return [String]
|
|
7031
7034
|
attr_accessor :modernization_compatibility
|
|
7032
7035
|
|
|
7036
|
+
# Optional. Declares your intended modernization strategy for the fleet.
|
|
7037
|
+
# Corresponds to the JSON property `modernizationStrategy`
|
|
7038
|
+
# @return [String]
|
|
7039
|
+
attr_accessor :modernization_strategy
|
|
7040
|
+
|
|
7033
7041
|
def initialize(**args)
|
|
7034
7042
|
update!(**args)
|
|
7035
7043
|
end
|
|
@@ -7037,6 +7045,7 @@ module Google
|
|
|
7037
7045
|
# Update properties of this object
|
|
7038
7046
|
def update!(**args)
|
|
7039
7047
|
@modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
|
|
7048
|
+
@modernization_strategy = args[:modernization_strategy] if args.key?(:modernization_strategy)
|
|
7040
7049
|
end
|
|
7041
7050
|
end
|
|
7042
7051
|
|
|
@@ -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.112.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260719"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3268,6 +3268,7 @@ module Google
|
|
|
3268
3268
|
# @private
|
|
3269
3269
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3270
3270
|
property :modernization_compatibility, as: 'modernizationCompatibility'
|
|
3271
|
+
property :modernization_strategy, as: 'modernizationStrategy'
|
|
3271
3272
|
end
|
|
3272
3273
|
end
|
|
3273
3274
|
|
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.112.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.112.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:
|