given a task status, list all tasks that have that status in the cluster (#35)

This commit is contained in:
lawwong1 2022-08-15 13:35:04 -07:00 committed by GitHub
parent 0a3357e571
commit 2c703978bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 100 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"