Struct podman_api_stubs::models::InspectContainerConfig[][src]

pub struct InspectContainerConfig {
Show 27 fields pub annotations: Option<HashMap<String, String>>, pub attach_stderr: Option<bool>, pub attach_stdin: Option<bool>, pub attach_stdout: Option<bool>, pub cmd: Option<Vec<String>>, pub create_command: Option<Vec<String>>, pub domainname: Option<String>, pub entrypoint: Option<String>, pub env: Option<Vec<String>>, pub healthcheck: Option<Schema2HealthConfig>, pub hostname: Option<String>, pub image: Option<String>, pub labels: Option<HashMap<String, String>>, pub on_build: Option<String>, pub open_stdin: Option<bool>, pub secrets: Option<Vec<InspectSecret>>, pub stdin_once: Option<bool>, pub stop_signal: Option<i64>, pub stop_timeout: Option<i64>, pub systemd_mode: Option<bool>, pub timeout: Option<i64>, pub timezone: Option<String>, pub tty: Option<bool>, pub umask: Option<String>, pub user: Option<String>, pub volumes: Option<HashMap<String, Value>>, pub working_dir: Option<String>,
}
Expand description

InspectContainerConfig holds further data about how a container was initially configured.

Fields

annotations: Option<HashMap<String, String>>attach_stderr: Option<bool>attach_stdin: Option<bool>attach_stdout: Option<bool>cmd: Option<Vec<String>>create_command: Option<Vec<String>>domainname: Option<String>entrypoint: Option<String>env: Option<Vec<String>>healthcheck: Option<Schema2HealthConfig>hostname: Option<String>image: Option<String>labels: Option<HashMap<String, String>>on_build: Option<String>open_stdin: Option<bool>secrets: Option<Vec<InspectSecret>>stdin_once: Option<bool>stop_signal: Option<i64>stop_timeout: Option<i64>systemd_mode: Option<bool>timeout: Option<i64>timezone: Option<String>tty: Option<bool>umask: Option<String>user: Option<String>volumes: Option<HashMap<String, Value>>working_dir: Option<String>

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.