google-apis-gkehub_v1 0.29.0 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/google/apis/gkehub_v1/classes.rb +32 -20
- data/lib/google/apis/gkehub_v1/gem_version.rb +3 -3
- data/lib/google/apis/gkehub_v1/representations.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14f12ef030307cf138eb461415f0758f9082fbe3c04e2fd150a448f484c394fd
|
4
|
+
data.tar.gz: 3ac919118a92a3610591e7c1aa4e41a4a1a0ef91e9fdfd40dc1888adb1e2d595
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1172352447f971bfc385baf5b9176191125403796fc897d6ef558959a2f061653c189a999ec3f42bd409cf2d8fc028444166510d476e779e40c9447ecaf9e651
|
7
|
+
data.tar.gz: 63a7c53f258dcbdf6c0594064a405a71d0220f1379fac33203aa3a28d7574bd672f1a3d606ccd50379c4bc52c76b20033c8349928a09728a92e198d634414fb6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.32.0 (2022-08-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220805
|
6
|
+
|
7
|
+
### v0.31.0 (2022-07-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220715
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
12
|
+
### v0.30.0 (2022-07-03)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220628
|
15
|
+
* Regenerated using generator version 0.8.0
|
16
|
+
|
3
17
|
### v0.29.0 (2022-06-18)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220613
|
@@ -353,25 +353,28 @@ module Google
|
|
353
353
|
# anyone who is authenticated with a Google account or a service account. * `
|
354
354
|
# user:`emailid``: An email address that represents a specific Google account.
|
355
355
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
356
|
-
# address that represents a service account. For example, `my-other-app@
|
357
|
-
# gserviceaccount.com`. * `
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
362
|
-
#
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
# emailid
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
#
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
356
|
+
# address that represents a Google service account. For example, `my-other-app@
|
357
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
358
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
359
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
360
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
361
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
362
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
363
|
+
# email address (plus unique identifier) representing a user that has been
|
364
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
365
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
366
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
367
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
368
|
+
# representing a service account that has been recently deleted. For example, `
|
369
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
370
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
371
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
372
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
373
|
+
# representing a Google group that has been recently deleted. For example, `
|
374
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
375
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
376
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
377
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
375
378
|
# Corresponds to the JSON property `members`
|
376
379
|
# @return [Array<String>]
|
377
380
|
attr_accessor :members
|
@@ -1143,6 +1146,13 @@ module Google
|
|
1143
1146
|
# @return [Google::Apis::GkehubV1::ConfigManagementPolicyControllerMonitoring]
|
1144
1147
|
attr_accessor :monitoring
|
1145
1148
|
|
1149
|
+
# Enable or disable mutation in policy controller. If true, mutation CRDs,
|
1150
|
+
# webhook and controller deployment will be deployed to the cluster.
|
1151
|
+
# Corresponds to the JSON property `mutationEnabled`
|
1152
|
+
# @return [Boolean]
|
1153
|
+
attr_accessor :mutation_enabled
|
1154
|
+
alias_method :mutation_enabled?, :mutation_enabled
|
1155
|
+
|
1146
1156
|
# Enables the ability to use Constraint Templates that reference to objects
|
1147
1157
|
# other than the object currently being evaluated.
|
1148
1158
|
# Corresponds to the JSON property `referentialRulesEnabled`
|
@@ -1167,6 +1177,7 @@ module Google
|
|
1167
1177
|
@exemptable_namespaces = args[:exemptable_namespaces] if args.key?(:exemptable_namespaces)
|
1168
1178
|
@log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
|
1169
1179
|
@monitoring = args[:monitoring] if args.key?(:monitoring)
|
1180
|
+
@mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
|
1170
1181
|
@referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
|
1171
1182
|
@template_library_installed = args[:template_library_installed] if args.key?(:template_library_installed)
|
1172
1183
|
end
|
@@ -2477,7 +2488,8 @@ module Google
|
|
2477
2488
|
# Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For
|
2478
2489
|
# example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-
|
2479
2490
|
# a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/
|
2480
|
-
# locations/us-west1-a/azureClusters/my-cluster
|
2491
|
+
# locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/
|
2492
|
+
# projects/my-project/locations/us-west1-a/attachedClusters/my-cluster
|
2481
2493
|
# Corresponds to the JSON property `resourceLink`
|
2482
2494
|
# @return [String]
|
2483
2495
|
attr_accessor :resource_link
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -852,6 +852,7 @@ module Google
|
|
852
852
|
property :log_denies_enabled, as: 'logDeniesEnabled'
|
853
853
|
property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV1::ConfigManagementPolicyControllerMonitoring, decorator: Google::Apis::GkehubV1::ConfigManagementPolicyControllerMonitoring::Representation
|
854
854
|
|
855
|
+
property :mutation_enabled, as: 'mutationEnabled'
|
855
856
|
property :referential_rules_enabled, as: 'referentialRulesEnabled'
|
856
857
|
property :template_library_installed, as: 'templateLibraryInstalled'
|
857
858
|
end
|
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.32.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-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.32.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: []
|