Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type AttachREST struct + KubeletConn client.ConnectionInfoGetter + Store *genericregistry.Store + func (r *AttachREST) Connect(ctx context.Context, name string, opts runtime.Object, ...) (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 *genericregistry.Store + func (r *ExecREST) Connect(ctx context.Context, name string, opts runtime.Object, ...) (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 *genericregistry.Store + func (r *LogREST) Get(ctx context.Context, name string, opts runtime.Object) (runtime.Object, error) + func (r *LogREST) New() runtime.Object + func (r *LogREST) NewGetOptions() (runtime.Object, bool, string) + func (r *LogREST) OverrideMetricsVerb(oldVerb string) (newVerb string) + func (r *LogREST) ProducesMIMETypes(verb string) []string + func (r *LogREST) ProducesObject(verb string) interface{} + type PortForwardREST struct + KubeletConn client.ConnectionInfoGetter + Store *genericregistry.Store + func (r *PortForwardREST) Connect(ctx context.Context, name string, opts runtime.Object, ...) (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 *genericregistry.Store + func (r *ProxyREST) Connect(ctx context.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)