google-apis-binaryauthorization_v1beta1 0.2.0 → 0.3.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: ec20b593fbbad5939042fe38a47df1f5b741a38ed001b028b73e9391c711efc9
|
|
4
|
+
data.tar.gz: 82355aecd12fba9685bb487f99f2b1e9ce49ceb3ee375c5cd5b16c674a500d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c5b03c7700a551d1dbfcb6411144ac607866d5ebaf4aaeb5eb09973b491348c82555f9f30a071af9907c157b6d12f42a33db1269f6d99e5014b281c238ac8b5
|
|
7
|
+
data.tar.gz: 1e93598a525ce43a6447a129ae20a5eef75879a0be743b3de6e98eb62d6b89d53963f91d96024baf08e680184bc90c3f0f30c5fccc55764b97df18fabb86f0e5
|
data/CHANGELOG.md
CHANGED
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# An admission rule specifies either that all container images used in a pod
|
|
26
26
|
# creation request must be attested to by one or more attestors, that all pod
|
|
27
27
|
# creations will be allowed, or that all pod creations will be denied. Images
|
|
28
|
-
# matching an admission
|
|
28
|
+
# matching an admission allowlist pattern are exempted from admission rules and
|
|
29
29
|
# will never block a pod creation.
|
|
30
30
|
class AdmissionRule
|
|
31
31
|
include Google::Apis::Core::Hashable
|
|
@@ -62,7 +62,7 @@ module Google
|
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
# An admission
|
|
65
|
+
# An admission allowlist pattern exempts images from checks by admission rules.
|
|
66
66
|
class AdmissionWhitelistPattern
|
|
67
67
|
include Google::Apis::Core::Hashable
|
|
68
68
|
|
|
@@ -549,7 +549,7 @@ module Google
|
|
|
549
549
|
# An admission rule specifies either that all container images used in a pod
|
|
550
550
|
# creation request must be attested to by one or more attestors, that all pod
|
|
551
551
|
# creations will be allowed, or that all pod creations will be denied. Images
|
|
552
|
-
# matching an admission
|
|
552
|
+
# matching an admission allowlist pattern are exempted from admission rules and
|
|
553
553
|
# will never block a pod creation.
|
|
554
554
|
# Corresponds to the JSON property `defaultAdmissionRule`
|
|
555
555
|
# @return [Google::Apis::BinaryauthorizationV1beta1::AdmissionRule]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BinaryauthorizationV1beta1
|
|
18
18
|
# Version of the google-apis-binaryauthorization_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210212"
|
|
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-binaryauthorization_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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: 2021-02-
|
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|