Struct gitlab::api::projects::ContainerExpirationPolicyBuilder [−][src]
pub struct ContainerExpirationPolicyBuilder<'a> { /* fields omitted */ }Expand description
Builder for ContainerExpirationPolicy.
Implementations
How often the policy should be applied.
Whether the policy is enabled or not.
How many container images to keep.
Only consider containers older than this age.
Only apply to images with names maching a regular expression.
See the Ruby documentation for supported syntax.
Delete images with names matching a regular expression.
See the Ruby documentation for supported syntax.
Keep images with names matching a regular expression.
See the Ruby documentation for supported syntax.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ContainerExpirationPolicyBuilder<'a>
impl<'a> Send for ContainerExpirationPolicyBuilder<'a>
impl<'a> Sync for ContainerExpirationPolicyBuilder<'a>
impl<'a> Unpin for ContainerExpirationPolicyBuilder<'a>
impl<'a> UnwindSafe for ContainerExpirationPolicyBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more