Documentation ¶
Index ¶
- type Client
- type Node
- func (_m *Node) AbortHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) error
- func (_m *Node) FinalizeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) error
- func (_m *Node) Initialize(ctx context.Context) error
- func (_m *Node) OnFinalizeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) *Node_FinalizeHandler
- func (_m *Node) OnFinalizeHandlerMatch(matchers ...interface{}) *Node_FinalizeHandler
- func (_m *Node) OnInitialize(ctx context.Context) *Node_Initialize
- func (_m *Node) OnInitializeMatch(matchers ...interface{}) *Node_Initialize
- func (_m *Node) RecursiveNodeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, ...) (executors.NodeStatus, error)
- func (_m *Node) SetInputsForStartNode(ctx context.Context, w v1alpha1.BaseWorkflowWithStatus, ...) (executors.NodeStatus, error)
- type Node_FinalizeHandler
- type Node_Initialize
- type Workflow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func NewFakeKubeClient ¶
func NewFakeKubeClient() *Client
type Node ¶ added in v0.1.13
Node is an autogenerated mock type for the Node type
func (*Node) AbortHandler ¶ added in v0.1.13
func (_m *Node) AbortHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, currentNode v1alpha1.ExecutableNode, reason string) error
AbortHandler provides a mock function with given fields: ctx, w, currentNode, reason
func (*Node) FinalizeHandler ¶ added in v0.1.15
func (_m *Node) FinalizeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, currentNode v1alpha1.ExecutableNode) error
FinalizeHandler provides a mock function with given fields: ctx, w, currentNode
func (*Node) Initialize ¶ added in v0.1.13
Initialize provides a mock function with given fields: ctx
func (*Node) OnFinalizeHandler ¶ added in v0.1.15
func (_m *Node) OnFinalizeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, currentNode v1alpha1.ExecutableNode) *Node_FinalizeHandler
func (*Node) OnFinalizeHandlerMatch ¶ added in v0.1.15
func (_m *Node) OnFinalizeHandlerMatch(matchers ...interface{}) *Node_FinalizeHandler
func (*Node) OnInitialize ¶ added in v0.1.13
func (_m *Node) OnInitialize(ctx context.Context) *Node_Initialize
func (*Node) OnInitializeMatch ¶ added in v0.1.13
func (_m *Node) OnInitializeMatch(matchers ...interface{}) *Node_Initialize
func (*Node) RecursiveNodeHandler ¶ added in v0.1.13
func (_m *Node) RecursiveNodeHandler(ctx context.Context, w v1alpha1.ExecutableWorkflow, currentNode v1alpha1.ExecutableNode) (executors.NodeStatus, error)
RecursiveNodeHandler provides a mock function with given fields: ctx, w, currentNode
func (*Node) SetInputsForStartNode ¶ added in v0.1.13
func (_m *Node) SetInputsForStartNode(ctx context.Context, w v1alpha1.BaseWorkflowWithStatus, inputs *core.LiteralMap) (executors.NodeStatus, error)
SetInputsForStartNode provides a mock function with given fields: ctx, w, inputs
type Node_FinalizeHandler ¶ added in v0.1.15
func (Node_FinalizeHandler) Return ¶ added in v0.1.15
func (_m Node_FinalizeHandler) Return(_a0 error) *Node_FinalizeHandler
type Node_Initialize ¶ added in v0.1.13
func (Node_Initialize) Return ¶ added in v0.1.13
func (_m Node_Initialize) Return(_a0 error) *Node_Initialize
type Workflow ¶ added in v0.1.13
Workflow is an autogenerated mock type for the Workflow type
func (*Workflow) HandleAbortedWorkflow ¶ added in v0.1.13
func (_m *Workflow) HandleAbortedWorkflow(ctx context.Context, w *v1alpha1.FlyteWorkflow, maxRetries uint32) error
HandleAbortedWorkflow provides a mock function with given fields: ctx, w, maxRetries
func (*Workflow) HandleFlyteWorkflow ¶ added in v0.1.13
HandleFlyteWorkflow provides a mock function with given fields: ctx, w