Enum podman_api::opts::ContainerListFilter [−][src]
pub enum ContainerListFilter {
}
Expand description
Used to filter listed containers by one of the variants.
Variants
Ancestor(ImageOpt)
Tuple Fields
0: ImageOpt
Images that are ancestors.
Before(String)
Tuple Fields
0: String
Container ID or name
Expose(String)
Tuple Fields
0: String
Exited(i32)
Tuple Fields
0: i32
Containers with exit code of
Health(ContainerHealth)
Tuple Fields
Id(Id)
Tuple Fields
0: Id
A container’s ID
IsTask(bool)
Tuple Fields
0: bool
LabelKey(String)
Tuple Fields
0: String
Container key label.
LabelKeyVal(String, String)
Container key-value label.
Name(String)
Tuple Fields
0: String
A container’s name
Network(String)
Tuple Fields
0: String
Network ID or name
Pod(String)
Tuple Fields
0: String
Pod ID or name
Publish(String)
Tuple Fields
0: String
Since(String)
Tuple Fields
0: String
Container ID or name
Status(ContainerStatus)
Tuple Fields
Volume(String)
Tuple Fields
0: String
Volume name or mount point destination
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContainerListFilter
impl Send for ContainerListFilter
impl Sync for ContainerListFilter
impl Unpin for ContainerListFilter
impl UnwindSafe for ContainerListFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more