Enum docker_api::api::config::opts::ConfigFilter
source · pub enum ConfigFilter {
Id(String),
LabelKey(String),
Label(String, String),
Name(String),
Names(String),
}
Available on crate feature
swarm
only.Variants§
Id(String)
The ID of the config.
LabelKey(String)
Label in the form of label=key
Label(String, String)
Label in the form of label=key=val
Name(String)
The name of the config.