Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Name string `yaml:"name"`
Image string `yaml:"image"`
Timeout int `yaml:"timeout"`
Command string `yaml:"command"`
OnTimeout string `yaml:"on-timeout"`
OnFailure string `yaml:"on-failure"`
}
Action represents an action to be executed as part of a task
Click to show internal directories.
Click to hide internal directories.