Struct google_binaryauthorization1_beta1::AdmissionWhitelistPattern[][src]

pub struct AdmissionWhitelistPattern {
    pub name_pattern: Option<String>,
}

An admission whitelist pattern exempts images from checks by admission rules.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

Trait Implementations

impl Default for AdmissionWhitelistPattern
[src]

Returns the "default value" for a type. Read more

impl Clone for AdmissionWhitelistPattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdmissionWhitelistPattern
[src]

Formats the value using the given formatter. Read more

impl Part for AdmissionWhitelistPattern
[src]

Auto Trait Implementations