From 92cd0b84adebeb94cc8818a8858e02b114f2da0a Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Wed, 24 Aug 2016 10:16:44 +0100 Subject: [PATCH] [wcloud] Add support for repo_branch option --- cmd/wcloud/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/wcloud/types.go b/cmd/wcloud/types.go index 2b30f25dff..317ad81ded 100644 --- a/cmd/wcloud/types.go +++ b/cmd/wcloud/types.go @@ -20,6 +20,7 @@ type Deployment struct { type Config struct { RepoURL string `json:"repo_url" yaml:"repo_url"` RepoPath string `json:"repo_path" yaml:"repo_path"` + RepoBranch string `json:"repo_branch" yaml:"repo_branch"` RepoKey string `json:"repo_key" yaml:"repo_key"` KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`