GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern (google_api_binary_authorization v0.18.0)
View SourceAn admission allowlist pattern exempts images from checks by admission rules.
Attributes
-
namePattern
(type:String.t
, default:nil
) - An image name pattern to allowlist, in the formregistry/path/to/image
. This supports a trailing*
wildcard, but this is allowed only in text after theregistry/
part. This also supports a trailing**
wildcard which matches subdirectories of a given entry.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern{ namePattern: String.t() | nil }