Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/apis/scheduling/v1beta1/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ const PodPreemptable = "volcano.sh/preemptable"
// Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
const CooldownTime = "volcano.sh/cooldown-time"

// MaxCooldownTimes is the annotation key of Pod to set maximum number of cooldown(evictions),
//value's format "0", 1. 0 means no limit.
const MaxCooldownTimes = "volcano.sh/max-cooldown-times"

//RevocableZone is the key of revocable-zone
const RevocableZone = "volcano.sh/revocable-zone"

Expand Down