google-apis-binaryauthorization_v1beta1 0.2.0 → 0.3.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: f0e894ad268284c1a4bcdfe399672313637a977cbfe65a59855c4de0b041c36d
4
- data.tar.gz: b5934b593fe0bd882587c1c96b5a9ada0c9034ae78c208ce40b57c71ed725abc
3
+ metadata.gz: ec20b593fbbad5939042fe38a47df1f5b741a38ed001b028b73e9391c711efc9
4
+ data.tar.gz: 82355aecd12fba9685bb487f99f2b1e9ce49ceb3ee375c5cd5b16c674a500d32
5
5
  SHA512:
6
- metadata.gz: c4b75dbd9c0f9ecb7a049ed0b11d69260a7a6a87ab49986cae8bed9d9aca19b4ce7447e418f248a37e22e5570eb7b4b369dcc96395ab8e42d22fee7d4bf362c3
7
- data.tar.gz: 70f461c7332a4ede7c95a2a46a43f1c229db8076457c6322306916f249ae1200b78e87ff614205fb24998206f9e53165225ca82875458db041ac9f3f8aefc8d9
6
+ metadata.gz: 5c5b03c7700a551d1dbfcb6411144ac607866d5ebaf4aaeb5eb09973b491348c82555f9f30a071af9907c157b6d12f42a33db1269f6d99e5014b281c238ac8b5
7
+ data.tar.gz: 1e93598a525ce43a6447a129ae20a5eef75879a0be743b3de6e98eb62d6b89d53963f91d96024baf08e680184bc90c3f0f30c5fccc55764b97df18fabb86f0e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210212
6
+
3
7
  ### v0.2.0 (2021-02-06)
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
 
@@ -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 whitelist pattern are exempted from admission rules and
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.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_v1beta1
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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.2.0
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: []