Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Monitor ¶
type Monitor struct {
// contains filtered or unexported fields
}
Monitor will monitor a directory containing yaml files for changes, updating a ConfigStore as changes are detected.
func NewMonitor ¶
func NewMonitor(delegateStore model.ConfigStore, rootDirectory string, types []string) *Monitor
NewMonitor creates a new config store that monitors files under the given root directory for changes to config. If no types are provided (nil or empty), all IstioConfigTypes will be allowed.
Click to show internal directories.
Click to hide internal directories.