google-apis-gkehub_v1alpha 0.62.0 → 0.63.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: ce1a004f6ccdbcbf6f675935dd74a5e716f586def3c3a88f9017e9790938f506
|
4
|
+
data.tar.gz: 894f879a6a5f14f871e093f0ceab14a2f1686c4562863d5f9c2b694835bf0d09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da2f9a75561b2e1b8d8d8ad1e766f05454c8fa058ce085bab03af726beca36724b7bb860c94ffef5f64a63ebddfcff38829eb91cf388f2b056cb2faf3e98e091
|
7
|
+
data.tar.gz: ce74109b30be4abf5745abfdcb20c7721821aaf53777e4e50b5bf5156187be2cc4a36bc9bc25b221ea3fc995092a298f0c080895f7624bea3a82fb48f6c26613
|
data/CHANGELOG.md
CHANGED
@@ -939,6 +939,12 @@ module Google
|
|
939
939
|
class CommonFleetDefaultMemberConfigSpec
|
940
940
|
include Google::Apis::Core::Hashable
|
941
941
|
|
942
|
+
# **Anthos Config Management**: Configuration for a single cluster. Intended to
|
943
|
+
# parallel the ConfigManagement CR.
|
944
|
+
# Corresponds to the JSON property `configmanagement`
|
945
|
+
# @return [Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec]
|
946
|
+
attr_accessor :configmanagement
|
947
|
+
|
942
948
|
# **Anthos Identity Service**: Configuration for a single Membership.
|
943
949
|
# Corresponds to the JSON property `identityservice`
|
944
950
|
# @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
|
@@ -950,6 +956,7 @@ module Google
|
|
950
956
|
|
951
957
|
# Update properties of this object
|
952
958
|
def update!(**args)
|
959
|
+
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
|
953
960
|
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
954
961
|
end
|
955
962
|
end
|
@@ -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.63.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
|
@@ -1262,6 +1262,8 @@ module Google
|
|
1262
1262
|
class CommonFleetDefaultMemberConfigSpec
|
1263
1263
|
# @private
|
1264
1264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1265
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
|
1266
|
+
|
1265
1267
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
1266
1268
|
|
1267
1269
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.63.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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.63.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|