package
1.3.0-alpha.3
Repository: https://github.com/johscheuer/origin.git
Documentation: pkg.go.dev

# Functions

ImageStreamToSelectableFields returns a label set that represents the object.
MatchImageStreamTag returns a generic matcher for a given label and field selector.
NewRegistry returns a new Registry interface for the given Storage.
NewREST returns a new REST.

# Variables

No description provided by the author

# Structs

REST implements the RESTStorage interface for ImageStreamTag It only supports the Get method and is used to simplify retrieving an Image by tag from an ImageStream.

# Interfaces

Registry is an interface for things that know how to store ImageStreamTag objects.
Storage is an interface for a standard REST Storage backend.