Struct podman_api::models::PluginConfig [−][src]
pub struct PluginConfig {Show 16 fields
pub args: PluginConfigArgs,
pub description: String,
pub docker_version: Option<String>,
pub documentation: String,
pub entrypoint: Vec<String, Global>,
pub env: Vec<PluginEnv, Global>,
pub interface: PluginConfigInterface,
pub ipc_host: bool,
pub linux: PluginConfigLinux,
pub mounts: Vec<PluginMount, Global>,
pub network: PluginConfigNetwork,
pub pid_host: bool,
pub propagated_mount: String,
pub user: Option<PluginConfigUser>,
pub work_dir: String,
pub rootfs: Option<PluginConfigRootfs>,
}
Fields
args: PluginConfigArgs
description: String
description
docker_version: Option<String>
Docker Version used to create the plugin
documentation: String
documentation
entrypoint: Vec<String, Global>
entrypoint
env: Vec<PluginEnv, Global>
env
interface: PluginConfigInterface
ipc_host: bool
ipc host
linux: PluginConfigLinux
mounts: Vec<PluginMount, Global>
mounts
network: PluginConfigNetwork
pid_host: bool
pid host
propagated_mount: String
propagated mount
user: Option<PluginConfigUser>
work_dir: String
work dir
rootfs: Option<PluginConfigRootfs>
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. 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