Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { NewExecution() string AllAdded(executionID string) error AddPod(job Job) error PodTerminated(executionID, node string, phase corev1.PodPhase) error ReportReceived(executionID, node string, processingError error, results map[string][]Result) Config() config.Config }
Cache interface
Click to show internal directories.
Click to hide internal directories.