Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterJobContext ¶
type ClusterJobContext struct {
// contains filtered or unexported fields
}
func NewClusterJobContext ¶
func NewClusterJobContext(clusterContext context.ClusterContext) *ClusterJobContext
func (ClusterJobContext) DeleteJobs ¶
func (c ClusterJobContext) DeleteJobs(jobs []*RunningJob)
func (ClusterJobContext) GetRunningJobs ¶
func (c ClusterJobContext) GetRunningJobs() ([]*RunningJob, error)
type JobContext ¶
type JobContext interface { GetRunningJobs() ([]*RunningJob, error) DeleteJobs(jobs []*RunningJob) }
type RunningJob ¶
Click to show internal directories.
Click to hide internal directories.