Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::ContainerImage
source · Expand description
Describe a container image
Fields§
§names: Vec<String>
Names by which this image is known. e.g. [“gcr.io/google_containers/hyperkube:v1.0.7”, “dockerhub.io/google_containers/hyperkube:v1.0.7”]
size_bytes: Option<i64>
The size of the image in bytes.
Trait Implementations§
source§impl Clone for ContainerImage
impl Clone for ContainerImage
source§fn clone(&self) -> ContainerImage
fn clone(&self) -> ContainerImage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContainerImage
impl Debug for ContainerImage
source§impl Default for ContainerImage
impl Default for ContainerImage
source§fn default() -> ContainerImage
fn default() -> ContainerImage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContainerImage
impl<'de> Deserialize<'de> for ContainerImage
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