Skip to content

Commit

Permalink
added job filter "all" const
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian committed Dec 26, 2019
1 parent d0d4987 commit 42b7622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ type JobStateFilter string
const (
JobStateFilterNotCompleted = "not-completed"
JobStateFilterCompleted = "completed"
JobStateFilterAll = "all"
)

type ErrorPolicy string
Expand Down

0 comments on commit 42b7622

Please sign in to comment.