mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Merge pull request #34 from weaveworks/repo-branch
[wcloud] Add support for repo_branch option
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user