pub type ImageReference = ImageReference;Expand description
Combination of a remote image reference and transport.
Aliased Type§
pub struct ImageReference {
pub transport: Transport,
pub name: String,
}Fields§
§transport: TransportThe storage and transport for the image
name: StringThe image name - format depends on transport (see struct docs)