Merge pull request #34 from weaveworks/repo-branch

[wcloud] Add support for repo_branch option
This commit is contained in:
Paul Bellamy
2016-08-24 10:59:01 +01:00
committed by GitHub

View File

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