public sealed class AdmissionWhitelistPattern : IMessage<AdmissionWhitelistPattern>, IEquatable<AdmissionWhitelistPattern>, IDeepCloneable<AdmissionWhitelistPattern>, IBufferMessage, IMessage
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"]],[["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 document describes the \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.BinaryAuthorization.V1\u003c/code\u003e namespace, which is designed to exempt images from admission rule checks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e class is part of the Google Cloud Binary Authorization library, specifically within version 2.0.0, but there is also a list of previous versions available for this class ranging back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eObject\u003c/code\u003e class and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, supporting advanced functionalities like message handling and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class features a \u003ccode\u003eNamePattern\u003c/code\u003e property which is a string used to define an image name pattern that will be allowlisted, and supports trailing wildcards \u003ccode\u003e*\u003c/code\u003e and \u003ccode\u003e**\u003c/code\u003e for flexible matching.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e has 2 different constructors for a new, or an existing instance of itself.\u003c/p\u003e\n"]]],[],null,[]]