etcd

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewREST

func NewREST(h tools.EtcdHelper, factory pod.BoundPodFactory) (*REST, *BindingREST)

NewREST returns a RESTStorage object that will work against pods.

Types

type BindingREST

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

BindingREST implements the REST endpoint for binding pods to nodes when etcd is in use.

func (*BindingREST) Create

func (r *BindingREST) Create(ctx api.Context, obj runtime.Object) (out runtime.Object, err error)

Create ensures a pod is bound to a specific host.

func (*BindingREST) New

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

type REST

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

rest implements a RESTStorage for pods against etcd

func (*REST) Create

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

Create creates a pod based on a specification.

func (*REST) Delete

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

Delete deletes an existing pod specified by its ID.

func (*REST) Get

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

Get gets a specific pod specified by its ID.

func (*REST) List

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

List obtains a list of pods 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) ResourceLocation

func (r *REST) ResourceLocation(ctx api.Context, name string) (string, error)

ResourceLocation returns a pods location from its HostIP

func (*REST) Update

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

Update changes a pod specification.

func (*REST) Watch

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

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

func (*REST) WithPodStatus

func (r *REST) WithPodStatus(cache pod.PodStatusGetter) *REST

WithPodStatus returns a rest object that decorates returned responses with extra status information.

Jump to

Keyboard shortcuts

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