Documentation
¶
Index ¶
Constants ¶
View Source
const CHECKING = 0
View Source
const FAILED = 2
View Source
const SUCCESS = 1
Variables ¶
This section is empty.
Functions ¶
func SolveDepends ¶
Types ¶
type Dependency ¶
type Dependency struct {
Name string
Group string
Timeout string
Ctx context.Context
Function func() error
Cancel context.CancelFunc
}
func NewDependencyFromDefinition ¶
func NewDependencyFromDefinition(depend v1.ContainerDependsOn) *Dependency
Click to show internal directories.
Click to hide internal directories.