google-apis-gkehub_v1alpha 0.62.0 → 0.64.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: '0943ef4c495127a3337926ac6c4a2cc69bc7f55c5b2db4e14524f052d26bb385'
|
4
|
+
data.tar.gz: 3996f22d87f1dafce65478867fb8308e01a65b2ea1798eac815c576c1600881a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8a630263f45582c13877cc4198f28c6e2fbd58bf9f7710c4fb21e00a20bbe94246500fc222064840117b5298e74df94b4db63510dd0c4e14a58a73b918d4a43
|
7
|
+
data.tar.gz: a6fde7a00533595c9f26c1d326cddcdab075806ed2ec9e8128c9426d4ce72347875917d393d5f9e5ba8d370617dd7fe4fb412ddcef72ef75521af0c15fcd4785
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.64.0 (2023-10-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230929
|
6
|
+
|
7
|
+
### v0.63.0 (2023-09-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230914
|
10
|
+
|
3
11
|
### v0.62.0 (2023-09-10)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230901
|
@@ -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
|
@@ -5096,12 +5103,6 @@ module Google
|
|
5096
5103
|
class Scope
|
5097
5104
|
include Google::Apis::Core::Hashable
|
5098
5105
|
|
5099
|
-
# If true, all Memberships in the Fleet bind to this Scope.
|
5100
|
-
# Corresponds to the JSON property `allMemberships`
|
5101
|
-
# @return [Boolean]
|
5102
|
-
attr_accessor :all_memberships
|
5103
|
-
alias_method :all_memberships?, :all_memberships
|
5104
|
-
|
5105
5106
|
# Output only. When the scope was created.
|
5106
5107
|
# Corresponds to the JSON property `createTime`
|
5107
5108
|
# @return [String]
|
@@ -5155,7 +5156,6 @@ module Google
|
|
5155
5156
|
|
5156
5157
|
# Update properties of this object
|
5157
5158
|
def update!(**args)
|
5158
|
-
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
5159
5159
|
@create_time = args[:create_time] if args.key?(:create_time)
|
5160
5160
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
5161
5161
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -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.64.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 = "20230929"
|
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
|
@@ -2438,7 +2440,6 @@ module Google
|
|
2438
2440
|
class Scope
|
2439
2441
|
# @private
|
2440
2442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2441
|
-
property :all_memberships, as: 'allMemberships'
|
2442
2443
|
property :create_time, as: 'createTime'
|
2443
2444
|
property :delete_time, as: 'deleteTime'
|
2444
2445
|
hash :labels, as: 'labels'
|
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.64.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-
|
11
|
+
date: 2023-10-08 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.64.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: []
|