given a task status, list all tasks that have that status in the cluster (#35)
This commit is contained in:
parent
0a3357e571
commit
2c703978bb
2 changed files with 100 additions and 0 deletions
|
@ -50,6 +50,7 @@ var updateID string
|
|||
var monitor bool
|
||||
var timeout time.Duration
|
||||
var log = logrus.New()
|
||||
var taskStatus = new(string)
|
||||
|
||||
const australisVer = "v1.0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue