google-apis-gkehub_v1beta 0.94.0 → 0.95.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: d0b861aa90b7898c076c7d631612a4c7721053c246af72738a702dbded96a910
|
|
4
|
+
data.tar.gz: 7e988b01bb599db7676346016977227fe6673f3c5bbd25a743deec16900c32b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee5be400fce30b8eaad1f66a5389113b44a4fce44a1dba5fb3b78bfd1907e871abe5fa1e1dad9aef690719f82f8388ad03c047e9d61d1588116724ad2364c3bf
|
|
7
|
+
data.tar.gz: 2a4958eb3270985bd4a60a47d147493b279e8c9114442a62a7ea0df74eabb7449402fe2f84a6a633bee2af074b2e5392912a27c77f36b179ee956db61650a1c0
|
data/CHANGELOG.md
CHANGED
|
@@ -1747,8 +1747,11 @@ module Google
|
|
|
1747
1747
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig]
|
|
1748
1748
|
attr_accessor :hierarchy_controller
|
|
1749
1749
|
|
|
1750
|
-
# Optional. Deprecated:
|
|
1751
|
-
# unavailable
|
|
1750
|
+
# Optional. Deprecated: Automatic Feature management is in Preview and is
|
|
1751
|
+
# unavailable in version 1.21.0 and later, after which Config Sync only supports
|
|
1752
|
+
# manual upgrades. If set to manual upgrades, clear this field instead, which is
|
|
1753
|
+
# behaviorally equivalent but helps prevent compatibility issues with newer
|
|
1754
|
+
# fields.
|
|
1752
1755
|
# Corresponds to the JSON property `management`
|
|
1753
1756
|
# @return [String]
|
|
1754
1757
|
attr_accessor :management
|
|
@@ -6564,6 +6567,11 @@ module Google
|
|
|
6564
6567
|
# @return [String]
|
|
6565
6568
|
attr_accessor :modernization_compatibility
|
|
6566
6569
|
|
|
6570
|
+
# Optional. Declares your intended modernization strategy for the fleet.
|
|
6571
|
+
# Corresponds to the JSON property `modernizationStrategy`
|
|
6572
|
+
# @return [String]
|
|
6573
|
+
attr_accessor :modernization_strategy
|
|
6574
|
+
|
|
6567
6575
|
def initialize(**args)
|
|
6568
6576
|
update!(**args)
|
|
6569
6577
|
end
|
|
@@ -6571,6 +6579,7 @@ module Google
|
|
|
6571
6579
|
# Update properties of this object
|
|
6572
6580
|
def update!(**args)
|
|
6573
6581
|
@modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
|
|
6582
|
+
@modernization_strategy = args[:modernization_strategy] if args.key?(:modernization_strategy)
|
|
6574
6583
|
end
|
|
6575
6584
|
end
|
|
6576
6585
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV1beta
|
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.95.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
|
|
@@ -3007,6 +3007,7 @@ module Google
|
|
|
3007
3007
|
# @private
|
|
3008
3008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3009
3009
|
property :modernization_compatibility, as: 'modernizationCompatibility'
|
|
3010
|
+
property :modernization_strategy, as: 'modernizationStrategy'
|
|
3010
3011
|
end
|
|
3011
3012
|
end
|
|
3012
3013
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.95.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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.95.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|