package node
import "k8s.io/kubernetes/pkg/registry/core/node/rest"
Index ¶
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 genericapirequest.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error)
Connect returns a handler for the node proxy
func (*ProxyREST) ConnectMethods ¶
ConnectMethods returns the list of HTTP methods that can be proxied
func (*ProxyREST) New ¶
New returns an empty service resource
func (*ProxyREST) NewConnectOptions ¶
NewConnectOptions returns versioned resource that represents proxy parameters
Source Files ¶
proxy.go
- Version
- v1.6.5-beta.0
- Published
- May 15, 2017
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 24 seconds ago –
Tools for package owners.