Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyREST ¶
type ProxyREST struct {
Store *genericregistry.Store
Connection client.ConnectionInfoGetter
ProxyTransport http.RoundTripper
}
ProxyREST implements the proxy subresource for a Node
func (*ProxyREST) Connect ¶
func (r *ProxyREST) Connect(ctx context.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error)
Connect returns a handler for the node proxy
func (*ProxyREST) ConnectMethods ¶
func (r *ProxyREST) ConnectMethods() []string
ConnectMethods returns the list of HTTP methods that can be proxied
func (*ProxyREST) New ¶
func (r *ProxyREST) New() runtime.Object
New returns an empty nodeProxyOptions object.
func (*ProxyREST) NewConnectOptions ¶
func (r *ProxyREST) NewConnectOptions() (runtime.Object, bool, string)
NewConnectOptions returns versioned resource that represents proxy parameters
Click to show internal directories.
Click to hide internal directories.