Documentation ¶
Index ¶
Constants ¶
View Source
const TaskKindBuild = "build"
View Source
const TaskKindLogin = "login"
View Source
const TaskKindPush = "push"
View Source
const ToolKind = "docker"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskBuild ¶
func (*TaskBuild) GetExecSpecs ¶
func (c *TaskBuild) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
GetExecSpecs TODO: Handle manifests locally [#27](https://github.com/arhat-dev/dukkha/issues/27)
type TaskLogin ¶
func (*TaskLogin) GetExecSpecs ¶
func (c *TaskLogin) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
type TaskPush ¶
func (*TaskPush) GetExecSpecs ¶
func (c *TaskPush) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
Click to show internal directories.
Click to hide internal directories.