Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Events ¶
func (Events) HasChanged ¶
type Trigger ¶
type Trigger interface { Start(context.Context) (<-chan bool, error) WatchForChanges(io.Writer) Debounce() bool }
Trigger describes a mechanism that triggers the watch.
func NewTrigger ¶
func NewTrigger(opts *config.SkaffoldOptions) (Trigger, error)
NewTrigger creates a new trigger.
Click to show internal directories.
Click to hide internal directories.