Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + func NewREST(b build.Registry, pn kclient.PodsNamespacer) apiserver.RESTStorage + type PodControlInterface interface + type REST struct + BuildRegistry build.Registry + PodControl PodControlInterface + func (*REST) NewList() runtime.Object + func (r *REST) Create(ctx kapi.Context, obj runtime.Object) (<-chan apiserver.RESTResult, error) + func (r *REST) Delete(ctx kapi.Context, id string) (<-chan apiserver.RESTResult, error) + func (r *REST) Get(ctx kapi.Context, id string) (runtime.Object, error) + func (r *REST) List(ctx kapi.Context, selector, fields labels.Selector) (runtime.Object, error) + func (r *REST) New() runtime.Object + func (r *REST) ResourceLocation(ctx kapi.Context, id string) (string, error) + func (r *REST) Update(ctx kapi.Context, obj runtime.Object) (<-chan apiserver.RESTResult, error) + type RealPodControl struct