# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AddTagEventToImageStream attempts to update the given image stream with a tag event.
DockerImageReferenceForStream returns a DockerImageReference that represents the ImageStream or false, if no valid reference exists.
ImageWithMetadata returns a copy of image with the DockerImageMetadata filled in from the raw DockerImageManifest data stored in the image.
SplitImageStreamTag turns the name of an ImageStreamTag into Name and Tag.
LatestTaggedImage returns the most recent TagEvent for the specified image repository and tag.
ParseDockerImageReference parses a Docker pull spec string into a DockerImageReference.
SplitImageStreamTag turns the name of an ImageStreamTag into Name and Tag.
UpdateTrackingTags sets updatedImage as the most recent TagEvent for all tags in stream.spec.tags that have from.kind = "ImageStreamTag" and the tag in from.name = updatedTag.

# Constants

DefaultImageTag is used when an image tag is needed and the configuration does not specify a tag to use.
DockerDefaultNamespace is the value for namespace when a single segment name is provided.
No description provided by the author

# Structs

DockerConfig is the list of configuration options used when creating a container.
DockerFSLayer is a container struct for BlobSums defined in an image manifest.
DockerHistory stores unstructured v1 compatibility information.
DockerImage is the type representing a docker image and its various properties when retrieved from the Docker client API.
DockerImageManifest represents the Docker v2 image format.
DockerImageReference points to a Docker image.
DockerV1CompatibilityImage represents the structured v1 compatibility information.
Image is an immutable representation of a Docker image and metadata at a point in time.
ImageList is a list of Image objects.
ImageRepository stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a repository, and an optional reference to a Docker image repository on a registry.
ImageRepositoryList is a list of ImageRepository objects.
ImageRepositoryMapping 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.
ImageRepositoryStatus contains information about the state of this image repository.
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.
TagEvent is used by ImageRepositoryStatus to keep a historical record of images associated with a tag.
TagEventList contains a historical record of images associated with a tag.
TagReference allows a user to TODO.