Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DebugController ¶
type DebugController struct {
// contains filtered or unexported fields
}
func NewDebugController ¶
func NewDebugController(ctx context.Context,
debugger func(string) remote.Remote,
daClient v1.DebugAttachmentClient) *DebugController
type DebugHandler ¶
type DebugHandler struct {
// contains filtered or unexported fields
}
func NewDebugHandler ¶
func NewDebugHandler(ctx context.Context, watchNamespaces []string, daClient v1.DebugAttachmentClient, debugger func(string) remote.Remote) *DebugHandler
Click to show internal directories.
Click to hide internal directories.