We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcf159 commit 779879fCopy full SHA for 779879f
work/v1/types.go
@@ -506,6 +506,9 @@ const (
506
// WorkComplete represents that the work has completed and should no longer
507
// be updated.
508
WorkComplete string = "Complete"
509
+ // WorkDeleting represents that the work is being deleted by the agent currently.
510
+ // This condition is added only when the work's deletion timestamp is not nil.
511
+ WorkDeleting = "Deleting"
512
)
513
514
// Work condition reasons
0 commit comments