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
func (*DebugHandler) Sync ¶
func (d *DebugHandler) Sync(ctx context.Context, snapshot *v1.ApiSnapshot) error
This implements the syncer interface
Click to show internal directories.
Click to hide internal directories.