Enum docker_api::api::config::opts::ConfigFilter [−][src]
pub enum ConfigFilter {
Id(String),
LabelKey(String),
Label(String, String),
Name(String),
Names(String),
}This is supported on crate feature
swarm only.Variants
The ID of the config.
Tuple Fields of Id
0: StringLabel in the form of label=key
Tuple Fields of LabelKey
0: StringLabel in the form of label=key=val
The name of the config.
Tuple Fields of Name
0: StringTuple Fields of Names
0: String