Documentation ¶
Index ¶
- Variables
- type Wait
- func (w *Wait) BatchDelete(ctx context.Context, tasks []*spec.PipelineTask) (interface{}, error)
- func (w *Wait) Cancel(ctx context.Context, task *spec.PipelineTask) (interface{}, error)
- func (w *Wait) Create(ctx context.Context, task *spec.PipelineTask) (interface{}, error)
- func (w *Wait) Exist(ctx context.Context, task *spec.PipelineTask) (bool, bool, error)
- func (w *Wait) Inspect(ctx context.Context, task *spec.PipelineTask) (apistructs.TaskInspect, error)
- func (w *Wait) Kind() types.Kind
- func (w *Wait) Name() types.Name
- func (w *Wait) Remove(ctx context.Context, task *spec.PipelineTask) (interface{}, error)
- func (w *Wait) Start(ctx context.Context, task *spec.PipelineTask) (interface{}, error)
- func (w *Wait) Status(ctx context.Context, task *spec.PipelineTask) (apistructs.PipelineStatusDesc, error)
- func (w *Wait) Update(ctx context.Context, task *spec.PipelineTask) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Kind = types.Kind(spec.PipelineTaskExecutorKindWait)
Functions ¶
This section is empty.
Types ¶
type Wait ¶
type Wait struct {
// contains filtered or unexported fields
}
func (*Wait) BatchDelete ¶
func (*Wait) Inspect ¶
func (w *Wait) Inspect(ctx context.Context, task *spec.PipelineTask) (apistructs.TaskInspect, error)
func (*Wait) Status ¶
func (w *Wait) Status(ctx context.Context, task *spec.PipelineTask) (apistructs.PipelineStatusDesc, error)
Click to show internal directories.
Click to hide internal directories.