Struct k8s_openapi::api::core::v1::ContainerImage [−][src]
Expand description
Describe a container image
Fields
names: Vec<String>
Names by which this image is known. e.g. [“k8s.gcr.io/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
Returns the “default value” for a type. 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 !=
.
Auto Trait Implementations
impl RefUnwindSafe for ContainerImage
impl Send for ContainerImage
impl Sync for ContainerImage
impl Unpin for ContainerImage
impl UnwindSafe for ContainerImage
Blanket Implementations
Mutably borrows from an owned value. Read more