GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern (google_api_binary_authorization v0.11.0) View Source
An admission whitelist 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*
as a wildcard, but this is allowed only in text after theregistry/
part.
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() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.