imagerepositorymapping

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2014 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewREST

func NewREST(imageRegistry image.Registry, imageRepositoryRegistry imagerepository.Registry) apiserver.RESTStorage

NewREST returns a new REST.

Types

type REST

type REST struct {
	// contains filtered or unexported fields
}

REST implements the RESTStorage interface in terms of an Registry and Registry. It Only supports the Create method and is used to simply adding a new Image and tag to an ImageRepository.

func (*REST) Create

func (s *REST) Create(ctx kapi.Context, obj runtime.Object) (<-chan runtime.Object, error)

Create registers a new image (if it doesn't exist) and updates the specified ImageRepository's tags.

func (*REST) Delete

func (s *REST) Delete(ctx kapi.Context, id string) (<-chan runtime.Object, error)

Delete is not supported.

func (*REST) Get

func (s *REST) Get(ctx kapi.Context, id string) (runtime.Object, error)

Get is not supported.

func (*REST) List

func (s *REST) List(ctx kapi.Context, selector, fields labels.Selector) (runtime.Object, error)

List is not supported.

func (*REST) New

func (s *REST) New() runtime.Object

New returns a new ImageRepositoryMapping for use with Create.

func (*REST) Update

func (s *REST) Update(ctx kapi.Context, obj runtime.Object) (<-chan runtime.Object, error)

Update is not supported.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL