google-apis-binaryauthorization_v1 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: e564043f859212d3eb5eaaaac6f1b8d0fd3081d9760c550472fc3911202042b6
4
- data.tar.gz: ad2e2ee9afdd00f052fb13bb3b9c063810eea3c63852d279b3f99f4098b2edc5
3
+ metadata.gz: edb6cd4a1104b41629eb17289eedae569381d61dbca10c716a9ed679247c02c3
4
+ data.tar.gz: 3e82296e833851a4d4b5e52845d49539a32c10c5c67d531aca63903ea5940a84
5
5
  SHA512:
6
- metadata.gz: ba626b63324ef870b421d9eccfd0a18aae83bb2af8aaa22829cf04f2414964cac79479be237a97a9b8fb31975c94d484b2570da2c8af566c26b33da9fc51dcda
7
- data.tar.gz: 1e5ae85d18527044e40d00845bb67279ceafc599e40dd3d93a4d915a589f02aff993de8f84bc3ba23a0272eab02e8e7205bc43112a6fab8b3e3ccaf2ae4cd59e
6
+ metadata.gz: 1bb4504c85c4cef73e30fbb61fbe24b85ccf9a1f8a1ac1c80c2fbb44f0b466d2cfcefc4b7ac9a5b09a4ade41b6a49d57cbb75392e39448506c3129ab27b50b39
7
+ data.tar.gz: ca77d179c634a94c5baacac23eb3aad68ff377a7ff04f4d682549246251ab0d6d955b61a32e101a6a0077e920d0a2ba756800d21ad85d6898213f64d6630170c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.3.0 (2021-02-20)
4
+
5
+ * Regenerated from discovery document revision 20210212
6
+
3
7
  ### v0.2.0 (2021-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20210129
@@ -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 whitelist pattern are exempted from admission rules and
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 whitelist pattern exempts images from checks by admission rules.
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
 
@@ -548,7 +548,7 @@ module Google
548
548
  # An admission rule specifies either that all container images used in a pod
549
549
  # creation request must be attested to by one or more attestors, that all pod
550
550
  # creations will be allowed, or that all pod creations will be denied. Images
551
- # matching an admission whitelist pattern are exempted from admission rules and
551
+ # matching an admission allowlist pattern are exempted from admission rules and
552
552
  # will never block a pod creation.
553
553
  # Corresponds to the JSON property `defaultAdmissionRule`
554
554
  # @return [Google::Apis::BinaryauthorizationV1::AdmissionRule]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1
18
18
  # Version of the google-apis-binaryauthorization_v1 gem
19
- GEM_VERSION = "0.2.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 = "20210129"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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-08 00:00:00.000000000 Z
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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1
57
57
  post_install_message:
58
58
  rdoc_options: []