Documentation ¶
Index ¶
Constants ¶
View Source
const Group = "engines"
Group specifies the container engine watchers plugin group name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedWatcher ¶
NamedWatcher wraps a watcher and gives it a descriptive engine name.
type NewWatchers ¶ added in v0.22.0
type NewWatchers func(cmd *cobra.Command) ([]*NamedWatcher, error)
NewWatchers plugin function returns a one or more (named) watcher(s) configured according to the CLI flags passed in, or nil if a particular engine should not be watched at all.
Click to show internal directories.
Click to hide internal directories.