Class: Google::Cloud::BinaryAuthorization::V1::AdmissionWhitelistPattern
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::AdmissionWhitelistPattern
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/resources.rb
Overview
An admission allowlist pattern exempts images from checks by admission rules.
Instance Attribute Summary collapse
-
#name_pattern ⇒ ::String
An image name pattern to allowlist, in the form
registry/path/to/image
.
Instance Attribute Details
#name_pattern ⇒ ::String
Returns An image name pattern to allowlist, in the form registry/path/to/image
.
This supports a trailing *
wildcard, but this is allowed only in
text after the registry/
part. This also supports a trailing **
wildcard which matches subdirectories of a given entry.
134 135 136 137 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/resources.rb', line 134 class AdmissionWhitelistPattern include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |