google-apis-gkehub_v1alpha 0.37.0 → 0.38.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: 4d5d0088840f32e3a396b491598aea062b29521923f313f449ee1cab1b905d44
|
4
|
+
data.tar.gz: fae902fbafb463050f5a4330d6c97a21097081f4625209ff536bdf467df4838e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1405bb86e593fa675c88c9e8a45c32a158fe4d838d81eacf30f70372f45f188c6ed7393a939e1b5679a7c4ac5a3451dfd9ad6645b059a73dfda4ea308def5de2
|
7
|
+
data.tar.gz: b4c3479a25edb8053c59c840d6934b2f1a9f5919d5f48bb071368000ff111491a2aaad455ef8a08140461a6fc89b93c938eea5a066fa6b100d9f014adc409b14
|
data/CHANGELOG.md
CHANGED
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
class AnthosObservabilityMembershipSpec
|
46
46
|
include Google::Apis::Core::Hashable
|
47
47
|
|
48
|
-
#
|
48
|
+
# Use full of metrics rather than optimized metrics. See https://cloud.google.
|
49
49
|
# com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
|
50
50
|
# optimized_metrics_default_metrics
|
51
51
|
# Corresponds to the JSON property `doNotOptimizeMetrics`
|
@@ -53,8 +53,7 @@ module Google
|
|
53
53
|
attr_accessor :do_not_optimize_metrics
|
54
54
|
alias_method :do_not_optimize_metrics?, :do_not_optimize_metrics
|
55
55
|
|
56
|
-
#
|
57
|
-
# application-metrics-logs-user-guide
|
56
|
+
# Enable collecting and reporting metrics and logs from user apps.
|
58
57
|
# Corresponds to the JSON property `enableStackdriverOnApplications`
|
59
58
|
# @return [Boolean]
|
60
59
|
attr_accessor :enable_stackdriver_on_applications
|
@@ -405,31 +404,33 @@ module Google
|
|
405
404
|
# members` can have the following values: * `allUsers`: A special identifier
|
406
405
|
# that represents anyone who is on the internet; with or without a Google
|
407
406
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
408
|
-
# anyone who is authenticated with a Google account or a service account.
|
409
|
-
#
|
410
|
-
#
|
411
|
-
#
|
412
|
-
#
|
413
|
-
#
|
414
|
-
#
|
415
|
-
#
|
416
|
-
# .
|
417
|
-
#
|
418
|
-
# email address
|
419
|
-
#
|
420
|
-
#
|
421
|
-
#
|
422
|
-
# emailid
|
423
|
-
#
|
424
|
-
#
|
425
|
-
#
|
426
|
-
#
|
427
|
-
#
|
428
|
-
#
|
429
|
-
#
|
430
|
-
#
|
431
|
-
#
|
432
|
-
#
|
407
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
408
|
+
# not include identities that come from external identity providers (IdPs)
|
409
|
+
# through identity federation. * `user:`emailid``: An email address that
|
410
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
411
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
412
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
413
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
414
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
415
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
416
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
417
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
418
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
419
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
420
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
421
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
422
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
423
|
+
# address (plus unique identifier) representing a service account that has been
|
424
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
425
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
426
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
427
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
428
|
+
# An email address (plus unique identifier) representing a Google group that has
|
429
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
430
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
431
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
432
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
433
|
+
# of that domain. For example, `google.com` or `example.com`.
|
433
434
|
# Corresponds to the JSON property `members`
|
434
435
|
# @return [Array<String>]
|
435
436
|
attr_accessor :members
|
@@ -688,7 +689,7 @@ module Google
|
|
688
689
|
attr_accessor :prevent_drift
|
689
690
|
alias_method :prevent_drift?, :prevent_drift
|
690
691
|
|
691
|
-
# Specifies whether the Config Sync Repo is in
|
692
|
+
# Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
|
692
693
|
# mode.
|
693
694
|
# Corresponds to the JSON property `sourceFormat`
|
694
695
|
# @return [String]
|
@@ -2016,6 +2017,11 @@ module Google
|
|
2016
2017
|
class IdentityServiceAuthMethod
|
2017
2018
|
include Google::Apis::Core::Hashable
|
2018
2019
|
|
2020
|
+
# Configuration for the Google Plugin Auth flow.
|
2021
|
+
# Corresponds to the JSON property `googleConfig`
|
2022
|
+
# @return [Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig]
|
2023
|
+
attr_accessor :google_config
|
2024
|
+
|
2019
2025
|
# Identifier for auth config.
|
2020
2026
|
# Corresponds to the JSON property `name`
|
2021
2027
|
# @return [String]
|
@@ -2037,12 +2043,33 @@ module Google
|
|
2037
2043
|
|
2038
2044
|
# Update properties of this object
|
2039
2045
|
def update!(**args)
|
2046
|
+
@google_config = args[:google_config] if args.key?(:google_config)
|
2040
2047
|
@name = args[:name] if args.key?(:name)
|
2041
2048
|
@oidc_config = args[:oidc_config] if args.key?(:oidc_config)
|
2042
2049
|
@proxy = args[:proxy] if args.key?(:proxy)
|
2043
2050
|
end
|
2044
2051
|
end
|
2045
2052
|
|
2053
|
+
# Configuration for the Google Plugin Auth flow.
|
2054
|
+
class IdentityServiceGoogleConfig
|
2055
|
+
include Google::Apis::Core::Hashable
|
2056
|
+
|
2057
|
+
# Disable automatic configuration of Google Plugin on supported platforms.
|
2058
|
+
# Corresponds to the JSON property `disable`
|
2059
|
+
# @return [Boolean]
|
2060
|
+
attr_accessor :disable
|
2061
|
+
alias_method :disable?, :disable
|
2062
|
+
|
2063
|
+
def initialize(**args)
|
2064
|
+
update!(**args)
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
# Update properties of this object
|
2068
|
+
def update!(**args)
|
2069
|
+
@disable = args[:disable] if args.key?(:disable)
|
2070
|
+
end
|
2071
|
+
end
|
2072
|
+
|
2046
2073
|
# **Anthos Identity Service**: Configuration for a single Membership.
|
2047
2074
|
class IdentityServiceMembershipSpec
|
2048
2075
|
include Google::Apis::Core::Hashable
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220828"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -370,6 +370,12 @@ module Google
|
|
370
370
|
include Google::Apis::Core::JsonObjectSupport
|
371
371
|
end
|
372
372
|
|
373
|
+
class IdentityServiceGoogleConfig
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
373
379
|
class IdentityServiceMembershipSpec
|
374
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
381
|
|
@@ -1251,6 +1257,8 @@ module Google
|
|
1251
1257
|
class IdentityServiceAuthMethod
|
1252
1258
|
# @private
|
1253
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1260
|
+
property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig::Representation
|
1261
|
+
|
1254
1262
|
property :name, as: 'name'
|
1255
1263
|
property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig::Representation
|
1256
1264
|
|
@@ -1258,6 +1266,13 @@ module Google
|
|
1258
1266
|
end
|
1259
1267
|
end
|
1260
1268
|
|
1269
|
+
class IdentityServiceGoogleConfig
|
1270
|
+
# @private
|
1271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1272
|
+
property :disable, as: 'disable'
|
1273
|
+
end
|
1274
|
+
end
|
1275
|
+
|
1261
1276
|
class IdentityServiceMembershipSpec
|
1262
1277
|
# @private
|
1263
1278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.38.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: 2022-
|
11
|
+
date: 2022-09-05 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.38.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: []
|