package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
NewInternalStrategy creates an update strategy around an existing stream strategy.
NewRegistry returns a new Registry interface for the given Storage.
NewStatusStrategy creates a status update strategy around an existing stream strategy.
NewStrategy is the default logic that applies when creating and updating ImageStream objects via the REST API.
# Structs
InternalStrategy implements behavior for updating both the spec and status of an image stream.
Strategy implements behavior for ImageStreams.
# Interfaces
Registry is an interface for things that know how to store ImageStream objects.
Storage is an interface for a standard REST Storage backend.