Documentation
¶
Index ¶
- Variables
- func NewBuilder(opts ...builderOption) *builder
- func NewErrMissingInput(expectedInput v1beta1.InputParam) error
- func NewErrUnknownInput(name string) error
- func NewErrWrongInputType(expectedInput v1beta1.InputParam, userInput v1beta1.ParamValue) error
- func WithLogger(logger logr.Logger) func(*builder)
- func WithStepBuilder(stepBuilder StepBuilder) func(*builder)
- func WithTmpDir(tmpDir string) func(*builder)
- type StepBuilder
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidInput = errors.New("invalid input")
Functions ¶
func NewBuilder ¶ added in v0.0.7
func NewBuilder(opts ...builderOption) *builder
func NewErrMissingInput ¶ added in v0.0.19
func NewErrMissingInput(expectedInput v1beta1.InputParam) error
func NewErrUnknownInput ¶ added in v0.0.19
func NewErrWrongInputType ¶ added in v0.0.19
func NewErrWrongInputType(expectedInput v1beta1.InputParam, userInput v1beta1.ParamValue) error
func WithLogger ¶
func WithStepBuilder ¶
func WithStepBuilder(stepBuilder StepBuilder) func(*builder)
func WithTmpDir ¶
func WithTmpDir(tmpDir string) func(*builder)
Types ¶
type StepBuilder ¶
type StepBuilder func(spec v1beta1.Step) []processor.Bootstraper
Click to show internal directories.
Click to hide internal directories.