given a task status, list all tasks that have that status in the cluster

This commit is contained in:
Lawrence Wong 2022-08-11 11:22:37 -07:00
parent 0a3357e571
commit 9247653a0e
2 changed files with 80 additions and 0 deletions

View file

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