Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunPodStep ¶
func RunPodStep(c coordinator.Coordinator, sc *context.StepContext, l Listener) error
RunPodStep Run a pod-based step
Types ¶
type Listener ¶
type Listener interface {
Ready(sc *context.StepContext)
Failed(sc *context.StepContext, r *Result)
Done(sc *context.StepContext, r *Result)
}
Listener Listens to a pod step run
Click to show internal directories.
Click to hide internal directories.