public sealed class AdmissionWhitelistPattern : IMessage<AdmissionWhitelistPattern>, IEquatable<AdmissionWhitelistPattern>, IDeepCloneable<AdmissionWhitelistPattern>, IBufferMessage, IMessage
An [admission allowlist pattern][google.cloud.binaryauthorization.v1beta1.AdmissionWhitelistPattern] exempts images
from checks by [admission rules][google.cloud.binaryauthorization.v1beta1.AdmissionRule].
An image name pattern to allowlist, 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. * wildcard does not match /, i.e.,
gcr.io/nginx* matches gcr.io/nginx@latest, but it does not match
gcr.io/nginx/image. This also supports a trailing ** wildcard which
matches subdirectories, i.e., gcr.io/nginx** matches
gcr.io/nginx/image.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.BinaryAuthorization.V1Beta1\u003c/code\u003e namespace, specifically for version 1.0.0-beta05 and up to date versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e class is designed to exempt specific images from the checks performed by admission rules, allowing for a defined allowlist of images.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eNamePattern\u003c/code\u003e property, which is a string used to define the image name pattern that is being allowed, with support for \u003ccode\u003e*\u003c/code\u003e and \u003ccode\u003e**\u003c/code\u003e wildcards to match images and subdirectories, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors that can be used, the default constructor, and a second that accepts an existing \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e as a parameter to use for the construction.\u003c/p\u003e\n"]]],[],null,[]]