Merge pull request #306 from dlorenc/merge

Fix bad merge conflict.
pull/309/head
dlorenc 2016-07-10 10:23:39 -07:00 committed by GitHub
commit 6e9e757a61
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import (
)
var (
addonManagerCmd = []string{"get", "pods", "--namespace=kube-system"}
dashboardRcCmd = []string{"get", "rc", "kubernetes-dashboard", "--namespace=kube-system"}
dashboardSvcCmd = []string{"get", "svc", "kubernetes-dashboard", "--namespace=kube-system"}
)