PolicyAdmissionWhitelistPattern

data class PolicyAdmissionWhitelistPattern(val namePattern: String)

Constructors

Link copied to clipboard
constructor(namePattern: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An image name pattern to whitelist, 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.