Add blacklist to wcloud client

This commit is contained in:
Tom Wilkie
2016-07-15 11:14:11 +01:00
parent ca6ebfba10
commit 2cfcf087a3

View File

@@ -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