Documentation ¶
Index ¶
- func PipelineRunToLLB(ctx context.Context, c client.Client, r PipelineRun) (llb.State, error)
- func TaskRunToLLB(ctx context.Context, c client.Client, r TaskRun) (llb.State, error)
- func TektonToLLB(c client.Client) func(context.Context, string, []string) (llb.State, error)
- type PipelineRun
- type TaskRun
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipelineRunToLLB ¶
PipelineRunToLLB converts a PipelineRun into a BuildKit LLB State.
func TaskRunToLLB ¶
TaskRunToLLB converts a TaskRun into a BuildKit LLB State.
Types ¶
type PipelineRun ¶
type PipelineRun struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.