etcd

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewREST

func NewREST(h tools.EtcdHelper) (*REST, *StatusREST)

NewREST returns a RESTStorage object that will work against ResourceQuota objects.

Types

type REST

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

rest implements a RESTStorage for resourcequotas against etcd

func (*REST) Create

func (r *REST) Create(ctx api.Context, obj runtime.Object) (runtime.Object, error)

Create creates a resourcequota based on a specification.

func (*REST) Delete

func (r *REST) Delete(ctx api.Context, name string) (runtime.Object, error)

Delete deletes an existing resourcequota specified by its name.

func (*REST) Get

func (r *REST) Get(ctx api.Context, name string) (runtime.Object, error)

Get gets a specific resourcequota specified by its ID.

func (*REST) List

func (r *REST) List(ctx api.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)

List obtains a list of resourcequotas with labels that match selector.

func (*REST) New

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

New returns a new object

func (*REST) NewList

func (r *REST) NewList() runtime.Object

NewList returns a new list object

func (*REST) Update

func (r *REST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)

Update changes a resourcequota specification.

func (*REST) Watch

func (r *REST) Watch(ctx api.Context, label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)

Watch begins watching for new, changed, or deleted resourcequotas.

type StatusREST

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

StatusREST implements the REST endpoint for changing the status of a resourcequota.

func (*StatusREST) New

func (r *StatusREST) New() runtime.Object

func (*StatusREST) Update

func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)

Update alters the status subset of an object.

Jump to

Keyboard shortcuts

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