Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accessor ¶
type Accessor interface {
// Start starts the resource accessor.
Start(context.Context, io.Writer) error
// Stop stops the resource accessor.
Stop()
}
Accessor defines the behavior for any implementation of a component that accesses and exposes deployed resources from Skaffold.
type AccessorMux ¶
type AccessorMux []Accessor
func (AccessorMux) Stop ¶
func (a AccessorMux) Stop()
type NoopAccessor ¶
type NoopAccessor struct{}
func (*NoopAccessor) Stop ¶
func (n *NoopAccessor) Stop()
Click to show internal directories.
Click to hide internal directories.