Documentation ¶
Index ¶
- type LogRest
- func (r *LogRest) Connect(ctx context.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error)
- func (r *LogRest) ConnectMethods() []string
- func (r *LogRest) New() runtime.Object
- func (r *LogRest) NewConnectOptions() (runtime.Object, bool, string)
- func (r *LogRest) NewGetOptions() (runtime.Object, bool, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogRest ¶
type LogRest struct {
KlusterletConn getter.ConnectionInfoGetter
}
func NewLogRest ¶
func NewLogRest(connectionInfoGetter getter.ConnectionInfoGetter) *LogRest
func (*LogRest) Connect ¶
func (r *LogRest) Connect(ctx context.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error)
Connect returns a handler for the pod proxy
func (*LogRest) ConnectMethods ¶
ConnectMethods returns the list of HTTP methods that can be proxied
func (*LogRest) NewConnectOptions ¶
NewConnectOptions returns versioned resource that represents proxy parameters
Click to show internal directories.
Click to hide internal directories.