mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 11:11:13 +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"`
|
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
||||||
|
|
||||||
Notifications []NotificationConfig `json:"notifications" yaml:"notifications"`
|
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
|
// NotificationConfig describes how to send notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user