From 2cfcf087a3e27f6fca008a02088e1f43385a060b Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Fri, 15 Jul 2016 11:14:11 +0100 Subject: [PATCH] Add blacklist to wcloud client --- cmd/wcloud/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/wcloud/types.go b/cmd/wcloud/types.go index bb0e18660..b02ee4c14 100644 --- a/cmd/wcloud/types.go +++ b/cmd/wcloud/types.go @@ -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