Struct podman_api_stubs::models::ContainerBasicConfig[][src]

pub struct ContainerBasicConfig {
Show 34 fields pub annotations: Option<HashMap<String, String>>, pub command: Option<Vec<String>>, pub conmon_pid_file: Option<String>, pub container_create_command: Option<Vec<String>>, pub dependency_containers: Option<Vec<String>>, pub entrypoint: Option<Vec<String>>, pub env: Option<HashMap<String, String>>, pub env_host: Option<bool>, pub hostname: Option<String>, pub httpproxy: Option<bool>, pub init_container_type: Option<String>, pub labels: Option<HashMap<String, String>>, pub log_configuration: Option<LogConfig>, pub name: Option<String>, pub namespace: Option<String>, pub oci_runtime: Option<String>, pub personality: Option<LinuxPersonality>, pub pidns: Option<Namespace>, pub pod: Option<String>, pub raw_image_name: Option<String>, pub remove: Option<bool>, pub restart_policy: Option<String>, pub restart_tries: Option<i64>, pub sdnotify_mode: Option<String>, pub secret_env: Option<HashMap<String, String>>, pub stdin: Option<bool>, pub stop_signal: Option<Signal>, pub stop_timeout: Option<i64>, pub sysctl: Option<HashMap<String, String>>, pub systemd: Option<String>, pub terminal: Option<bool>, pub timeout: Option<i64>, pub timezone: Option<String>, pub utsns: Option<Namespace>,
}

Fields

annotations: Option<HashMap<String, String>>command: Option<Vec<String>>conmon_pid_file: Option<String>container_create_command: Option<Vec<String>>dependency_containers: Option<Vec<String>>entrypoint: Option<Vec<String>>env: Option<HashMap<String, String>>env_host: Option<bool>hostname: Option<String>httpproxy: Option<bool>init_container_type: Option<String>labels: Option<HashMap<String, String>>log_configuration: Option<LogConfig>name: Option<String>namespace: Option<String>oci_runtime: Option<String>personality: Option<LinuxPersonality>pidns: Option<Namespace>pod: Option<String>raw_image_name: Option<String>remove: Option<bool>restart_policy: Option<String>restart_tries: Option<i64>sdnotify_mode: Option<String>secret_env: Option<HashMap<String, String>>stdin: Option<bool>stop_signal: Option<Signal>stop_timeout: Option<i64>sysctl: Option<HashMap<String, String>>systemd: Option<String>terminal: Option<bool>timeout: Option<i64>timezone: Option<String>utsns: Option<Namespace>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.