Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watcher ¶
type Watcher interface {
// Start watches a set of files for changes, and calls `onChange`
// on each file change.
Start(ctx context.Context, onChange func([]string))
}
Watcher provides a watch trigger for the skaffold pipeline to begin
func NewWatcher ¶ added in v0.3.0
NewWatcher creates a new Watcher on a list of files.
type WatcherFactory ¶ added in v0.3.0
WatcherFactory can build Watchers from a list of files to be watched for changes
Click to show internal directories.
Click to hide internal directories.