# Structs
DockerImageReference points to a Docker image.
Image is an immutable representation of a Docker image and metadata at a point in time.
ImageList is a list of Image objects.
ImageRepositoryTag exists to allow calls to `osc get imageRepositoryTag ...` to function.
ImageStream stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a stream, and an optional reference to a Docker image repository on a registry.
ImageStreamImage exists to allow calls to `osc get imageStreamImage ...` to function.
ImageStreamList is a list of ImageStream objects.
ImageStreamMapping represents a mapping from a single tag to a Docker image as well as the reference to the Docker image repository the image came from.
ImageStreamSpec represents options for ImageStreams.
ImageStreamStatus contains information about the state of this image stream.
ImageStreamTag exists to allow calls to `osc get imageStreamTag ...` to function.
NamedTagEventList relates a tag to its image history.
NamedTagReference allows a user to TODO.
TagEvent is used by ImageRepositoryStatus to keep a historical record of images associated with a tag.