google-apis-gkehub_v1 0.29.0 → 0.30.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: e69be23f4fd2e34d9951d462276f5180f8a9f88b569317716704e2d05e13ff78
|
4
|
+
data.tar.gz: 216a4c046d3798649fdb0bf453aee1a20173c7208f02f7b9ee767e4643211444
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf7bc5956f3f79b12140f5a3f2e7e409a072102a989d2fdee947802c806f96e5d4e3edd2df37310a2f4544433dd1e3ac88c3a86e1d332f30e4052e7925fd510c
|
7
|
+
data.tar.gz: 751486c826ca863a1836259a173d3d254a02f59427521bf52e249bb3ddab8d65ff9bd6ae962584d7ed5720352300f99a20ae24fee50fe442cc91bc0b6fb75539
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.30.0 (2022-07-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220628
|
6
|
+
* Regenerated using generator version 0.8.0
|
7
|
+
|
3
8
|
### v0.29.0 (2022-06-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220613
|
@@ -1143,6 +1143,13 @@ module Google
|
|
1143
1143
|
# @return [Google::Apis::GkehubV1::ConfigManagementPolicyControllerMonitoring]
|
1144
1144
|
attr_accessor :monitoring
|
1145
1145
|
|
1146
|
+
# Enable or disable mutation in policy controller. If true, mutation CRDs,
|
1147
|
+
# webhook and controller deployment will be deployed to the cluster.
|
1148
|
+
# Corresponds to the JSON property `mutationEnabled`
|
1149
|
+
# @return [Boolean]
|
1150
|
+
attr_accessor :mutation_enabled
|
1151
|
+
alias_method :mutation_enabled?, :mutation_enabled
|
1152
|
+
|
1146
1153
|
# Enables the ability to use Constraint Templates that reference to objects
|
1147
1154
|
# other than the object currently being evaluated.
|
1148
1155
|
# Corresponds to the JSON property `referentialRulesEnabled`
|
@@ -1167,6 +1174,7 @@ module Google
|
|
1167
1174
|
@exemptable_namespaces = args[:exemptable_namespaces] if args.key?(:exemptable_namespaces)
|
1168
1175
|
@log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
|
1169
1176
|
@monitoring = args[:monitoring] if args.key?(:monitoring)
|
1177
|
+
@mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
|
1170
1178
|
@referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
|
1171
1179
|
@template_library_installed = args[:template_library_installed] if args.key?(:template_library_installed)
|
1172
1180
|
end
|
@@ -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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.8.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220628"
|
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.30.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-07-04 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.30.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: []
|