public sealed class AdmissionWhitelistPattern : IMessage<AdmissionWhitelistPattern>, IEquatable<AdmissionWhitelistPattern>, IDeepCloneable<AdmissionWhitelistPattern>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class AdmissionWhitelistPattern.
An [admission allowlist pattern][google.cloud.binaryauthorization.v1.AdmissionWhitelistPattern] exempts images
from checks by [admission rules][google.cloud.binaryauthorization.v1.AdmissionRule].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `AdmissionWhitelistPattern` class in the Binary Authorization v1 API is 2.5.0, with older versions available from 2.4.0 down to 1.0.0."],["The `AdmissionWhitelistPattern` class is used to exempt specific images from checks performed by admission rules."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for operations like message handling, equality comparisons, deep cloning, and buffer management."],["It inherits from the base `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`, and it also provides a `NamePattern` property to define an image name pattern for allowlisting."],["Constructors are available for creating new instances of `AdmissionWhitelistPattern`, either empty or by copying an existing `AdmissionWhitelistPattern`."]]],[]]