Struct docker_api::api::plugin::models::PluginConfig [−][src]
pub struct PluginConfig {Show 16 fields
pub docker_version: Option<String>,
pub description: String,
pub documentation: String,
pub interface: PluginInterface,
pub entrypoint: Vec<String>,
pub work_dir: String,
pub user: Option<User>,
pub network: PluginNetwork,
pub linux: LinuxInfo,
pub propagated_mount: String,
pub ipc_host: bool,
pub pid_host: bool,
pub mounts: Vec<PluginMount>,
pub env: Vec<PluginEnv>,
pub args: PluginArgs,
pub rootfs: Option<PluginRootfs>,
}
This is supported on crate feature
swarm
only.Fields
docker_version: Option<String>
description: String
documentation: String
interface: PluginInterface
entrypoint: Vec<String>
work_dir: String
user: Option<User>
network: PluginNetwork
linux: LinuxInfo
propagated_mount: String
ipc_host: bool
pid_host: bool
mounts: Vec<PluginMount>
env: Vec<PluginEnv>
args: PluginArgs
rootfs: Option<PluginRootfs>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PluginConfig
impl Send for PluginConfig
impl Sync for PluginConfig
impl Unpin for PluginConfig
impl UnwindSafe for PluginConfig
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