Skip to content

Commit

Permalink
Add blacklist to wcloud client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jul 15, 2016
1 parent ca6ebfb commit 2cfcf08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/wcloud/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cfcf08

Please sign in to comment.