google-apis-container_v1 0.29.0 → 0.30.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: 1a5a145f98fa36c9468f84d86d782b104501378fc8cb7aa5a0e34e617061fd28
|
|
4
|
+
data.tar.gz: a12bc9b3af9cdccffd8629c81f7c267d66d1abc427d7e34fa24b94993d441615
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da8702aad31aa584c1eaccc31ec18f22eeea98afeb07b9dd28e6fa062b81e5a055dd9e687dda87fb35d33854be52c7c605a75f0b711fc6f9e649306917ae03ab
|
|
7
|
+
data.tar.gz: 5f8ba1111197e9c13479044ecbca679a54b44b152906dcfb1c4c1583e106a3dcbc9c7ba0220e567d9eae8d917e43981b45cc5500dd94d287771c5057059cc551
|
data/CHANGELOG.md
CHANGED
|
@@ -358,6 +358,12 @@ module Google
|
|
|
358
358
|
attr_accessor :enabled
|
|
359
359
|
alias_method :enabled?, :enabled
|
|
360
360
|
|
|
361
|
+
# Mode of operation for binauthz policy evaluation. Currently the only options
|
|
362
|
+
# are equivalent to enable/disable. If unspecified, defaults to DISABLED.
|
|
363
|
+
# Corresponds to the JSON property `evaluationMode`
|
|
364
|
+
# @return [String]
|
|
365
|
+
attr_accessor :evaluation_mode
|
|
366
|
+
|
|
361
367
|
def initialize(**args)
|
|
362
368
|
update!(**args)
|
|
363
369
|
end
|
|
@@ -365,6 +371,7 @@ module Google
|
|
|
365
371
|
# Update properties of this object
|
|
366
372
|
def update!(**args)
|
|
367
373
|
@enabled = args[:enabled] if args.key?(:enabled)
|
|
374
|
+
@evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
|
|
368
375
|
end
|
|
369
376
|
end
|
|
370
377
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_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
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220420"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_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-05-
|
|
11
|
+
date: 2022-05-16 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-container_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|