Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Strategy = imageRepositoryMappingStrategy{kapi.Scheme, kapi.SimpleNameGenerator}
Strategy is the default logic that applies when creating ImageRepositoryMapping objects via the REST API.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements the RESTStorage interface in terms of an image registry and image repository registry. It only supports the Create method and is used to simplify adding a new Image and tag to an ImageRepository.
func NewREST ¶
func NewREST(imageRegistry image.Registry, imageRepositoryRegistry imagerepository.Registry) *REST
NewREST returns a new REST.
Click to show internal directories.
Click to hide internal directories.