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 f33afb4 commit b7f2dcfCopy full SHA for b7f2dcf
src/pkg/types/driver.go
@@ -13,9 +13,9 @@ type ContainerCondition string
13
14
const (
15
ContainerStarted ContainerCondition = "START"
16
- ContainerComplete = "COMPLETE"
17
- ContainerSuccess = "SUCCESS"
18
- ContainerHealthy = "HEALTHY"
+ ContainerComplete ContainerCondition = "COMPLETE"
+ ContainerSuccess ContainerCondition = "SUCCESS"
+ ContainerHealthy ContainerCondition = "HEALTHY"
19
)
20
21
type Container struct {
0 commit comments