Enum podman_api::opts::VolumePruneFilter
source · pub enum VolumePruneFilter {
LabelKey(String),
LabelKeyVal(String, String),
NoLabelKey(String),
NoLabelKeyVal(String, String),
Until(String),
}Expand description
Used to filter pruned volumes.
Variants§
LabelKey(String)
Volumes with a label.
LabelKeyVal(String, String)
Volumes with a key=value label.
NoLabelKey(String)
Volumes without a label.
NoLabelKeyVal(String, String)
Volumes without a key=value label.
Until(String)
The