Documentation ¶ Index ¶ type Watch func Load(path string) ([]Watch, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Watch ¶ type Watch struct { GroupVersionKind schema.GroupVersionKind ChartDir string WatchDependentResources bool } Watch defines options for configuring a watch for a Helm-based custom resource. func Load ¶ func Load(path string) ([]Watch, error) Load loads a slice of Watches from the watch file at `path`. For each entry in the watches file, it verifies the configuration. If an error is encountered loading the file or verifying the configuration, it will be returned. Source Files ¶ View all Source files watches.go Click to show internal directories. Click to hide internal directories.