Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveRunProcessor ¶
type RemoveRunProcessor struct {
// contains filtered or unexported fields
}
func NewRemoveRunProcessor ¶
func NewRemoveRunProcessor(clusterContext executorContext.ClusterContext, jobRunStateStore job.RunStateStore) *RemoveRunProcessor
func (*RemoveRunProcessor) Run ¶
func (j *RemoveRunProcessor) Run()
type RunPreemptedProcessor ¶
type RunPreemptedProcessor struct {
// contains filtered or unexported fields
}
func NewRunPreemptedProcessor ¶
func NewRunPreemptedProcessor( clusterContext executorContext.ClusterContext, jobRunStateStore job.RunStateStore, eventReporter reporter.EventReporter, ) *RunPreemptedProcessor
func (*RunPreemptedProcessor) Run ¶
func (j *RunPreemptedProcessor) Run()
Click to show internal directories.
Click to hide internal directories.