Class AdmissionWhitelistPattern (1.1.0)

AdmissionWhitelistPattern(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
name_pattern str
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.