google_api_binary_authorization v0.5.0 GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern 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 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BinaryAuthorization.V1.Model.AdmissionWhitelistPattern{
  namePattern: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.