mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
Add blacklist to wcloud client
This commit is contained in:
@@ -23,6 +23,9 @@ type Config struct {
|
||||
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
||||
|
||||
Notifications []NotificationConfig `json:"notifications" yaml:"notifications"`
|
||||
|
||||
// Globs of files not to change, relative to the route of the repo
|
||||
ConfigFileBlackList []string `json:"config_file_black_list" yaml:"config_file_black_list"`
|
||||
}
|
||||
|
||||
// NotificationConfig describes how to send notifications
|
||||
|
||||
Reference in New Issue
Block a user