Class: Google::Cloud::BinaryAuthorization::V1beta1::AdmissionWhitelistPattern

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb

Overview

An [admission allowlist pattern][google.cloud.binaryauthorization.v1beta1.AdmissionWhitelistPattern] exempts images from checks by [admission rules][google.cloud.binaryauthorization.v1beta1.AdmissionRule].

Instance Attribute Summary collapse

Instance Attribute Details

#name_pattern::String

Returns An image name pattern to allow, in the form registry/path/to/image. This supports a trailing * as a wildcard, but this is allowed only in text after the registry/ part.

Returns:

  • (::String)

    An image name pattern to allow, in the form registry/path/to/image. This supports a trailing * as a wildcard, but this is allowed only in text after the registry/ part.



94
95
96
97
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb', line 94

class AdmissionWhitelistPattern
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end