Versions in this module Expand all Collapse all v0 v0.4.4 Apr 23, 2015 v0.4.3 Apr 8, 2015 Changes in this version + var Strategy = imageStreamMappingStrategy + type REST struct + func NewREST(imageRegistry image.Registry, imageStreamRegistry imagestream.Registry) *REST + func (r *REST) New() runtime.Object + func (s *REST) Create(ctx kapi.Context, obj runtime.Object) (runtime.Object, error) + type Registry interface + CreateImageStreamMapping func(ctx kapi.Context, mapping *api.ImageStreamMapping) (*kapi.Status, error) + func NewRegistry(s Storage) Registry + type Storage interface + Create func(ctx kapi.Context, obj runtime.Object) (runtime.Object, error)