Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + type BindingREST struct + func (r *BindingREST) Create(ctx api.Context, obj runtime.Object) (out runtime.Object, err error) + func (r *BindingREST) New() runtime.Object + type ExecREST struct + func (r *ExecREST) Connect(ctx api.Context, name string, opts runtime.Object) (rest.ConnectHandler, error) + func (r *ExecREST) ConnectMethods() []string + func (r *ExecREST) New() runtime.Object + func (r *ExecREST) NewConnectOptions() (runtime.Object, bool, string) + type LogREST struct + func (r *LogREST) Get(ctx api.Context, name string, opts runtime.Object) (runtime.Object, error) + func (r *LogREST) New() runtime.Object + func (r *LogREST) NewGetOptions() (runtime.Object, bool, string) + type PodStorage struct + Binding *BindingREST + Exec *ExecREST + Log *LogREST + Pod *REST + PortForward *PortForwardREST + Proxy *ProxyREST + Status *StatusREST + func NewStorage(h tools.EtcdHelper, k client.ConnectionInfoGetter) PodStorage + type PortForwardREST struct + func (r *PortForwardREST) Connect(ctx api.Context, name string, opts runtime.Object) (rest.ConnectHandler, error) + func (r *PortForwardREST) ConnectMethods() []string + func (r *PortForwardREST) New() runtime.Object + func (r *PortForwardREST) NewConnectOptions() (runtime.Object, bool, string) + type ProxyREST struct + func (r *ProxyREST) Connect(ctx api.Context, id string, opts runtime.Object) (rest.ConnectHandler, error) + func (r *ProxyREST) ConnectMethods() []string + func (r *ProxyREST) New() runtime.Object + func (r *ProxyREST) NewConnectOptions() (runtime.Object, bool, string) + type REST struct + func (r *REST) ResourceLocation(ctx api.Context, name string) (*url.URL, http.RoundTripper, error) + type StatusREST struct + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)