mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Indicate Job Backoff Limit Per Index reason consts are beta
This commit is contained in:
parent
3e438c54a7
commit
20c8b797a3
@ -547,9 +547,10 @@ const (
|
||||
// JobReasponDeadlineExceeded means job duration is past ActiveDeadline
|
||||
JobReasonDeadlineExceeded string = "DeadlineExceeded"
|
||||
// JobReasonMaxFailedIndexesExceeded indicates that an indexed of a job failed
|
||||
// https://kep.k8s.io/3850
|
||||
// This const is used in beta-level feature: https://kep.k8s.io/3850.
|
||||
JobReasonMaxFailedIndexesExceeded string = "MaxFailedIndexesExceeded"
|
||||
// JobReasonFailedIndexes means Job has failed indexes.
|
||||
// This const is used in beta-level feature: https://kep.k8s.io/3850.
|
||||
JobReasonFailedIndexes string = "FailedIndexes"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user