Skip to main content

ImageReference

Type Alias ImageReference 

Source
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: Transport

The storage and transport for the image

§name: String

The image name - format depends on transport (see struct docs)