public sealed class AdmissionWhitelistPattern : IMessage<AdmissionWhitelistPattern>, IEquatable<AdmissionWhitelistPattern>, IDeepCloneable<AdmissionWhitelistPattern>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class AdmissionWhitelistPattern.
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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAdmissionWhitelistPattern\u003c/code\u003e class, part of the Binary Authorization v1beta1 API, allows exempting images from admission rule checks.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a \u003ccode\u003eNamePattern\u003c/code\u003e property, which allows the specification of image name patterns with wildcard support, and is used to whitelist images.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of the class listed, including the latest beta version 2.0.0-beta08.\u003c/p\u003e\n"]]],[],null,[]]