Documentation ¶
Index ¶
- Constants
- func CompleteInfo(i *Item) (err error)
- func CompleteInfoList(list []*Item) (err error)
- func CompletePipelineBind(i *Item, pb *scheduler.PipelineBind) (err error)
- func CompletePipelineRun(i *Item, pMap map[string]*pipeline.Instance) (err error)
- func CompletePipelineStatus(i *Item) (err error)
- func PipeStatus(name string) (status pipeline.Status, err error)
- type Info
- type Item
- type Status
Constants ¶
View Source
const ( STATUS_RUN = "run" STATUS_STOP = "stop" STATUS_STOPPING = "stopping" STATUS_SCHEDULING = "scheduling" STATUS_SCHEDULED = "scheduled" STATUS_DELETING = "deleting" )
Variables ¶
This section is empty.
Functions ¶
func CompleteInfo ¶
func CompleteInfoList ¶
func CompletePipelineBind ¶
func CompletePipelineBind(i *Item, pb *scheduler.PipelineBind) (err error)
func CompletePipelineRun ¶
func CompletePipelineStatus ¶
Types ¶
type Item ¶
func GetItemByName ¶
Click to show internal directories.
Click to hide internal directories.