Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 v0.3.0 Mar 16, 2016 Changes in this version + type AttachREST struct + KubeletConn client.ConnectionInfoGetter + Store *etcdgeneric.Etcd + func (r *AttachREST) Connect(ctx api.Context, name string, opts runtime.Object, responder rest.Responder) (http.Handler, error) + func (r *AttachREST) ConnectMethods() []string + func (r *AttachREST) New() runtime.Object + func (r *AttachREST) NewConnectOptions() (runtime.Object, bool, string) + type ExecREST struct + KubeletConn client.ConnectionInfoGetter + Store *etcdgeneric.Etcd + func (r *ExecREST) Connect(ctx api.Context, name string, opts runtime.Object, responder rest.Responder) (http.Handler, error) + func (r *ExecREST) ConnectMethods() []string + func (r *ExecREST) New() runtime.Object + func (r *ExecREST) NewConnectOptions() (runtime.Object, bool, string) + type LogREST struct + KubeletConn client.ConnectionInfoGetter + Store *etcdgeneric.Etcd + 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 PortForwardREST struct + KubeletConn client.ConnectionInfoGetter + Store *etcdgeneric.Etcd + func (r *PortForwardREST) Connect(ctx api.Context, name string, opts runtime.Object, responder rest.Responder) (http.Handler, error) + func (r *PortForwardREST) ConnectMethods() []string + func (r *PortForwardREST) New() runtime.Object + func (r *PortForwardREST) NewConnectOptions() (runtime.Object, bool, string) + type ProxyREST struct + ProxyTransport http.RoundTripper + Store *etcdgeneric.Etcd + func (r *ProxyREST) Connect(ctx api.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error) + func (r *ProxyREST) ConnectMethods() []string + func (r *ProxyREST) New() runtime.Object + func (r *ProxyREST) NewConnectOptions() (runtime.Object, bool, string)