Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobFlowActionFn ¶
type JobFlowActionFn func(jobflow *v1alpha1.JobFlow, fn UpdateJobFlowStatusFn) error
var ( // SyncJobFlow will sync queue status. SyncJobFlow JobFlowActionFn )
type State ¶
type UpdateJobFlowStatusFn ¶
type UpdateJobFlowStatusFn func(status *v1alpha1.JobFlowStatus, allJobList int)
UpdateJobFlowStatusFn updates the jobFlow status.
Click to show internal directories.
Click to hide internal directories.