google-apis-gkehub_v1 0.56.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84a570c9201b2b9be3318693745a0ce794ae1966a7e76943f8ff08bde8525dd1
|
4
|
+
data.tar.gz: 5407b1cd3ca009fd97eca1edaa695b33745d680a1ff85681606a1bd96e1720b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b6e7919c442f8ff91b85ae103cd20d41093f435b8051f03e296923bcb6c1fcf66eb2db4c26e863fd2167b18065457419a50688abd5461dc86bd210e6cfe620f
|
7
|
+
data.tar.gz: 28126121a571c8be5d1c7b5687548e1b1021269dcebd57909b8fae47a64223f0f95a5db6f1739c306a1bbd7b49987da72f71478822eca32e89c5f31565def9c4
|
data/CHANGELOG.md
CHANGED
@@ -359,12 +359,19 @@ module Google
|
|
359
359
|
class CommonFleetDefaultMemberConfigSpec
|
360
360
|
include Google::Apis::Core::Hashable
|
361
361
|
|
362
|
+
# **Anthos Config Management**: Configuration for a single cluster. Intended to
|
363
|
+
# parallel the ConfigManagement CR.
|
364
|
+
# Corresponds to the JSON property `configmanagement`
|
365
|
+
# @return [Google::Apis::GkehubV1::ConfigManagementMembershipSpec]
|
366
|
+
attr_accessor :configmanagement
|
367
|
+
|
362
368
|
def initialize(**args)
|
363
369
|
update!(**args)
|
364
370
|
end
|
365
371
|
|
366
372
|
# Update properties of this object
|
367
373
|
def update!(**args)
|
374
|
+
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
368
375
|
end
|
369
376
|
end
|
370
377
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230914"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -785,6 +785,8 @@ module Google
|
|
785
785
|
class CommonFleetDefaultMemberConfigSpec
|
786
786
|
# @private
|
787
787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
789
|
+
|
788
790
|
end
|
789
791
|
end
|
790
792
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|