google-apis-gkehub_v1alpha 0.43.0 → 0.44.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: 538ec0d5a321418e27f6cc7e585dda2e1fc0e200654322ecf05312d6a2cbb15a
|
4
|
+
data.tar.gz: a97f118f225f2854747b6f5858c008a4b1b4c07264e1927cc7972691c2159cfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b677c774501ece3514f0008e8348b16a768c37dd6d14339ca1e32c725392986ea8505975837b2d6a611865a60691ad42cf776957051d183a5c7ca973cc003ec5
|
7
|
+
data.tar.gz: eaa62a94d6279d26a0e33429ddffbd15378dcbc73709a8c217b2626ce432e2d3beb88f48b04f94161ed2b63fe74a39f6c1996153272edcc451a8ebf885bbcd5f
|
data/CHANGELOG.md
CHANGED
@@ -483,6 +483,26 @@ module Google
|
|
483
483
|
end
|
484
484
|
end
|
485
485
|
|
486
|
+
# CommonFleetDefaultMemberConfigSpec contains default configuration information
|
487
|
+
# for memberships of a fleet
|
488
|
+
class CommonFleetDefaultMemberConfigSpec
|
489
|
+
include Google::Apis::Core::Hashable
|
490
|
+
|
491
|
+
# **Anthos Identity Service**: Configuration for a single Membership.
|
492
|
+
# Corresponds to the JSON property `identityservice`
|
493
|
+
# @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
|
494
|
+
attr_accessor :identityservice
|
495
|
+
|
496
|
+
def initialize(**args)
|
497
|
+
update!(**args)
|
498
|
+
end
|
499
|
+
|
500
|
+
# Update properties of this object
|
501
|
+
def update!(**args)
|
502
|
+
@identityservice = args[:identityservice] if args.key?(:identityservice)
|
503
|
+
end
|
504
|
+
end
|
505
|
+
|
486
506
|
# Configuration for Binauthz
|
487
507
|
class ConfigManagementBinauthzConfig
|
488
508
|
include Google::Apis::Core::Hashable
|
@@ -1582,6 +1602,12 @@ module Google
|
|
1582
1602
|
# @return [String]
|
1583
1603
|
attr_accessor :delete_time
|
1584
1604
|
|
1605
|
+
# CommonFleetDefaultMemberConfigSpec contains default configuration information
|
1606
|
+
# for memberships of a fleet
|
1607
|
+
# Corresponds to the JSON property `fleetDefaultMemberConfig`
|
1608
|
+
# @return [Google::Apis::GkehubV1alpha::CommonFleetDefaultMemberConfigSpec]
|
1609
|
+
attr_accessor :fleet_default_member_config
|
1610
|
+
|
1585
1611
|
# GCP labels for this Feature.
|
1586
1612
|
# Corresponds to the JSON property `labels`
|
1587
1613
|
# @return [Hash<String,String>]
|
@@ -1671,6 +1697,7 @@ module Google
|
|
1671
1697
|
def update!(**args)
|
1672
1698
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1673
1699
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1700
|
+
@fleet_default_member_config = args[:fleet_default_member_config] if args.key?(:fleet_default_member_config)
|
1674
1701
|
@labels = args[:labels] if args.key?(:labels)
|
1675
1702
|
@membership_specs = args[:membership_specs] if args.key?(:membership_specs)
|
1676
1703
|
@membership_states = args[:membership_states] if args.key?(:membership_states)
|
@@ -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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230119"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class CommonFleetDefaultMemberConfigSpec
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class ConfigManagementBinauthzConfig
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -834,6 +840,14 @@ module Google
|
|
834
840
|
end
|
835
841
|
end
|
836
842
|
|
843
|
+
class CommonFleetDefaultMemberConfigSpec
|
844
|
+
# @private
|
845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
846
|
+
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
847
|
+
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
837
851
|
class ConfigManagementBinauthzConfig
|
838
852
|
# @private
|
839
853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1149,6 +1163,8 @@ module Google
|
|
1149
1163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1150
1164
|
property :create_time, as: 'createTime'
|
1151
1165
|
property :delete_time, as: 'deleteTime'
|
1166
|
+
property :fleet_default_member_config, as: 'fleetDefaultMemberConfig', class: Google::Apis::GkehubV1alpha::CommonFleetDefaultMemberConfigSpec, decorator: Google::Apis::GkehubV1alpha::CommonFleetDefaultMemberConfigSpec::Representation
|
1167
|
+
|
1152
1168
|
hash :labels, as: 'labels'
|
1153
1169
|
hash :membership_specs, as: 'membershipSpecs', class: Google::Apis::GkehubV1alpha::MembershipFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MembershipFeatureSpec::Representation
|
1154
1170
|
|
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.44.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-01-
|
11
|
+
date: 2023-01-29 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.44.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: []
|