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."],[[["This documentation covers version 2.4.0 of the `AdmissionWhitelistPattern` class within the Google.Cloud.BinaryAuthorization.V1 namespace, part of the Binary Authorization v1 API."],["`AdmissionWhitelistPattern` exempts specified images from checks performed by admission rules, providing a mechanism for allowlisting."],["The class is sealed and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function as a message with cloning and equality comparison capabilities."],["The `AdmissionWhitelistPattern` class can be constructed with no arguments or with another `AdmissionWhitelistPattern` instance, for which the `other` parameter will contain the existing instance."],["The `NamePattern` property of the class allows for the specification of an image name pattern, supporting trailing `*` and `**` wildcards for flexible image matching."]]],[]]