Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrExecutorNotFound ¶
type ErrExecutorNotFound struct {
GVK schema.GroupVersionKind
}
ErrExecutorNotFound is returned if phase executor was not found in executor registry map
func (ErrExecutorNotFound) Error ¶
func (e ErrExecutorNotFound) Error() string
type ErrExecutorRefNotDefined ¶
ErrExecutorRefNotDefined returned when phase has no entrypoint defined and phase needs it
func (ErrExecutorRefNotDefined) Error ¶
func (e ErrExecutorRefNotDefined) Error() string
type ErrExecutorRegistration ¶
ErrExecutorRegistration is a wrapper for executor registration errors
func (ErrExecutorRegistration) Error ¶
func (e ErrExecutorRegistration) Error() string
type ErrNilExecutorDoc ¶
type ErrNilExecutorDoc struct { }
ErrNilExecutorDoc returned when the executor document is nil
func (ErrNilExecutorDoc) Error ¶
func (e ErrNilExecutorDoc) Error() string
type ErrUnableParseProvider ¶
ErrUnableParseProvider is returned when it's impossible to parse provider's name and version
func (ErrUnableParseProvider) Error ¶
func (e ErrUnableParseProvider) Error() string
type ErrUnknownExecutorAction ¶
ErrUnknownExecutorAction is returned when unknown action or operation is requested from one of the executors.
func (ErrUnknownExecutorAction) Error ¶
func (e ErrUnknownExecutorAction) Error() string
type ErrUnknownExecutorName ¶
type ErrUnknownExecutorName struct {
ExecutorName string
}
ErrUnknownExecutorName is returned for unknown executor name parameter received by RegisterExecutor function
func (ErrUnknownExecutorName) Error ¶
func (e ErrUnknownExecutorName) Error() string
Click to show internal directories.
Click to hide internal directories.