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 Results)
Config() config.Config
// Has return true if the executionId is known
Has(node string, executionId string) bool
}
Cache interface
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector struct
func NewPromCollector ¶
NewPromCollector create a new prom collector
type ExecutionIDNotFound ¶
type ExecutionIDNotFound struct {
Err error
}
ExecutionIDNotFound custom error
func (ExecutionIDNotFound) Error ¶ added in v1.0.0
func (e ExecutionIDNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.