mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 20:11:09 +00:00
[wcloud] Add support for repo_branch option
This commit is contained in:
@@ -20,6 +20,7 @@ type Deployment struct {
|
|||||||
type Config struct {
|
type Config struct {
|
||||||
RepoURL string `json:"repo_url" yaml:"repo_url"`
|
RepoURL string `json:"repo_url" yaml:"repo_url"`
|
||||||
RepoPath string `json:"repo_path" yaml:"repo_path"`
|
RepoPath string `json:"repo_path" yaml:"repo_path"`
|
||||||
|
RepoBranch string `json:"repo_branch" yaml:"repo_branch"`
|
||||||
RepoKey string `json:"repo_key" yaml:"repo_key"`
|
RepoKey string `json:"repo_key" yaml:"repo_key"`
|
||||||
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user