pub struct ContainerInspect {Show 42 fields
pub app_armor_profile: String,
pub args: Vec<String>,
pub bounding_caps: Vec<String>,
pub config: ContainerInspectConfig,
pub conmon_pid_file: String,
pub created: DateTime<Utc>,
pub dependencies: Vec<String>,
pub driver: String,
pub effective_caps: Vec<String>,
pub exec_ids: Vec<String>,
pub graph_driver: ContainerInspectGraphDriver,
pub host_config: ContainerInspectHostConfig,
pub hostname_path: String,
pub hosts_path: String,
pub id: String,
pub image: String,
pub image_digest: String,
pub image_name: String,
pub is_infra: bool,
pub is_service: bool,
pub kube_exit_code_propagation: String,
pub lock_number: u32,
pub mount_label: String,
pub mounts: Vec<InspectMount>,
pub name: String,
pub namespace: String,
pub network_settings: ContainerInspectNetworkSettings,
pub oci_config_path: String,
pub oci_runtime: String,
pub path: String,
pub pid_file: String,
pub pod: String,
pub process_label: String,
pub resolv_conf_path: String,
pub restart_count: i32,
pub rootfs: String,
pub size_root_fs: i64,
pub size_rw: i64,
pub state: ContainerInspectState,
pub static_dir: String,
pub use_image_hostname: bool,
pub use_image_hosts: bool,
}
Fields§
§app_armor_profile: String
§args: Vec<String>
§bounding_caps: Vec<String>
§config: ContainerInspectConfig
§conmon_pid_file: String
§created: DateTime<Utc>
§dependencies: Vec<String>
§driver: String
§effective_caps: Vec<String>
§exec_ids: Vec<String>
§graph_driver: ContainerInspectGraphDriver
§host_config: ContainerInspectHostConfig
§hostname_path: String
§hosts_path: String
§id: String
§image: String
§image_digest: String
§image_name: String
§is_infra: bool
§is_service: bool
§kube_exit_code_propagation: String
§lock_number: u32
§mount_label: String
§mounts: Vec<InspectMount>
§name: String
§namespace: String
§network_settings: ContainerInspectNetworkSettings
§oci_config_path: String
§oci_runtime: String
§path: String
§pid_file: String
§pod: String
§process_label: String
§resolv_conf_path: String
§restart_count: i32
§rootfs: String
§size_root_fs: i64
§size_rw: i64
§state: ContainerInspectState
§static_dir: String
§use_image_hostname: bool
§use_image_hosts: bool
Trait Implementations§
Source§impl Debug for ContainerInspect
impl Debug for ContainerInspect
Source§impl<'de> Deserialize<'de> for ContainerInspect
impl<'de> Deserialize<'de> for ContainerInspect
Source§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 Freeze for ContainerInspect
impl RefUnwindSafe for ContainerInspect
impl Send for ContainerInspect
impl Sync for ContainerInspect
impl Unpin for ContainerInspect
impl UnwindSafe for ContainerInspect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more