GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern (google_api_binary_authorization v0.13.4) View Source
An 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern{ namePattern: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.