mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
cis: modify skip, conditions
This commit is contained in:
committed by
Alena Prokharchyk
parent
16934037d6
commit
c2fa09c78a
21
condition/constants.go
Normal file
21
condition/constants.go
Normal file
@@ -0,0 +1,21 @@
|
||||
package condition
|
||||
|
||||
import (
|
||||
cond "github.com/rancher/norman/condition"
|
||||
)
|
||||
|
||||
const (
|
||||
// transition type
|
||||
|
||||
Created cond.Cond = "Created"
|
||||
RunCompleted cond.Cond = "RunCompleted"
|
||||
|
||||
// done type
|
||||
|
||||
Completed cond.Cond = "Completed"
|
||||
Ready cond.Cond = "Ready"
|
||||
|
||||
// error type
|
||||
|
||||
Failed cond.Cond = "Failed"
|
||||
)
|
Reference in New Issue
Block a user