mocks

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseNode

type BaseNode struct {
	mock.Mock
}

BaseNode is an autogenerated mock type for the BaseNode type

func (*BaseNode) GetID

func (_m *BaseNode) GetID() string

GetID provides a mock function with given fields:

func (*BaseNode) GetKind

func (_m *BaseNode) GetKind() v1alpha1.NodeKind

GetKind provides a mock function with given fields:

func (*BaseNode) OnGetID

func (_m *BaseNode) OnGetID() *BaseNode_GetID

func (*BaseNode) OnGetIDMatch

func (_m *BaseNode) OnGetIDMatch(matchers ...interface{}) *BaseNode_GetID

func (*BaseNode) OnGetKind

func (_m *BaseNode) OnGetKind() *BaseNode_GetKind

func (*BaseNode) OnGetKindMatch

func (_m *BaseNode) OnGetKindMatch(matchers ...interface{}) *BaseNode_GetKind

type BaseNode_GetID

type BaseNode_GetID struct {
	*mock.Call
}

func (BaseNode_GetID) Return

func (_m BaseNode_GetID) Return(_a0 string) *BaseNode_GetID

type BaseNode_GetKind

type BaseNode_GetKind struct {
	*mock.Call
}

func (BaseNode_GetKind) Return

type BaseWorkflow

type BaseWorkflow struct {
	mock.Mock
}

BaseWorkflow is an autogenerated mock type for the BaseWorkflow type

func (*BaseWorkflow) FromNode

func (_m *BaseWorkflow) FromNode(name string) ([]string, error)

FromNode provides a mock function with given fields: name

func (*BaseWorkflow) GetID

func (_m *BaseWorkflow) GetID() string

GetID provides a mock function with given fields:

func (*BaseWorkflow) GetNode

func (_m *BaseWorkflow) GetNode(nodeID string) (v1alpha1.ExecutableNode, bool)

GetNode provides a mock function with given fields: nodeID

func (*BaseWorkflow) OnFromNode

func (_m *BaseWorkflow) OnFromNode(name string) *BaseWorkflow_FromNode

func (*BaseWorkflow) OnFromNodeMatch

func (_m *BaseWorkflow) OnFromNodeMatch(matchers ...interface{}) *BaseWorkflow_FromNode

func (*BaseWorkflow) OnGetID

func (_m *BaseWorkflow) OnGetID() *BaseWorkflow_GetID

func (*BaseWorkflow) OnGetIDMatch

func (_m *BaseWorkflow) OnGetIDMatch(matchers ...interface{}) *BaseWorkflow_GetID

func (*BaseWorkflow) OnGetNode

func (_m *BaseWorkflow) OnGetNode(nodeID string) *BaseWorkflow_GetNode

func (*BaseWorkflow) OnGetNodeMatch

func (_m *BaseWorkflow) OnGetNodeMatch(matchers ...interface{}) *BaseWorkflow_GetNode

func (*BaseWorkflow) OnStartNode

func (_m *BaseWorkflow) OnStartNode() *BaseWorkflow_StartNode

func (*BaseWorkflow) OnStartNodeMatch

func (_m *BaseWorkflow) OnStartNodeMatch(matchers ...interface{}) *BaseWorkflow_StartNode

func (*BaseWorkflow) OnToNode

func (_m *BaseWorkflow) OnToNode(name string) *BaseWorkflow_ToNode

func (*BaseWorkflow) OnToNodeMatch

func (_m *BaseWorkflow) OnToNodeMatch(matchers ...interface{}) *BaseWorkflow_ToNode

func (*BaseWorkflow) StartNode

func (_m *BaseWorkflow) StartNode() v1alpha1.ExecutableNode

StartNode provides a mock function with given fields:

func (*BaseWorkflow) ToNode

func (_m *BaseWorkflow) ToNode(name string) ([]string, error)

ToNode provides a mock function with given fields: name

type BaseWorkflowWithStatus

type BaseWorkflowWithStatus struct {
	mock.Mock
}

BaseWorkflowWithStatus is an autogenerated mock type for the BaseWorkflowWithStatus type

func (*BaseWorkflowWithStatus) FromNode

func (_m *BaseWorkflowWithStatus) FromNode(name string) ([]string, error)

FromNode provides a mock function with given fields: name

func (*BaseWorkflowWithStatus) GetID

func (_m *BaseWorkflowWithStatus) GetID() string

GetID provides a mock function with given fields:

func (*BaseWorkflowWithStatus) GetNode

func (_m *BaseWorkflowWithStatus) GetNode(nodeID string) (v1alpha1.ExecutableNode, bool)

GetNode provides a mock function with given fields: nodeID

func (*BaseWorkflowWithStatus) GetNodeExecutionStatus

func (_m *BaseWorkflowWithStatus) GetNodeExecutionStatus(ctx context.Context, id string) v1alpha1.ExecutableNodeStatus

GetNodeExecutionStatus provides a mock function with given fields: ctx, id

func (*BaseWorkflowWithStatus) OnFromNode

func (*BaseWorkflowWithStatus) OnFromNodeMatch

func (_m *BaseWorkflowWithStatus) OnFromNodeMatch(matchers ...interface{}) *BaseWorkflowWithStatus_FromNode

func (*BaseWorkflowWithStatus) OnGetID

func (*BaseWorkflowWithStatus) OnGetIDMatch

func (_m *BaseWorkflowWithStatus) OnGetIDMatch(matchers ...interface{}) *BaseWorkflowWithStatus_GetID

func (*BaseWorkflowWithStatus) OnGetNode

func (*BaseWorkflowWithStatus) OnGetNodeExecutionStatus

func (*BaseWorkflowWithStatus) OnGetNodeExecutionStatusMatch

func (_m *BaseWorkflowWithStatus) OnGetNodeExecutionStatusMatch(matchers ...interface{}) *BaseWorkflowWithStatus_GetNodeExecutionStatus

func (*BaseWorkflowWithStatus) OnGetNodeMatch

func (_m *BaseWorkflowWithStatus) OnGetNodeMatch(matchers ...interface{}) *BaseWorkflowWithStatus_GetNode

func (*BaseWorkflowWithStatus) OnStartNode

func (*BaseWorkflowWithStatus) OnStartNodeMatch

func (_m *BaseWorkflowWithStatus) OnStartNodeMatch(matchers ...interface{}) *BaseWorkflowWithStatus_StartNode

func (*BaseWorkflowWithStatus) OnToNode

func (*BaseWorkflowWithStatus) OnToNodeMatch

func (_m *BaseWorkflowWithStatus) OnToNodeMatch(matchers ...interface{}) *BaseWorkflowWithStatus_ToNode

func (*BaseWorkflowWithStatus) StartNode

StartNode provides a mock function with given fields:

func (*BaseWorkflowWithStatus) ToNode

func (_m *BaseWorkflowWithStatus) ToNode(name string) ([]string, error)

ToNode provides a mock function with given fields: name

type BaseWorkflowWithStatus_FromNode

type BaseWorkflowWithStatus_FromNode struct {
	*mock.Call
}

func (BaseWorkflowWithStatus_FromNode) Return

type BaseWorkflowWithStatus_GetID

type BaseWorkflowWithStatus_GetID struct {
	*mock.Call
}

func (BaseWorkflowWithStatus_GetID) Return

type BaseWorkflowWithStatus_GetNode

type BaseWorkflowWithStatus_GetNode struct {
	*mock.Call
}

func (BaseWorkflowWithStatus_GetNode) Return

type BaseWorkflowWithStatus_GetNodeExecutionStatus

type BaseWorkflowWithStatus_GetNodeExecutionStatus struct {
	*mock.Call
}

type BaseWorkflowWithStatus_StartNode

type BaseWorkflowWithStatus_StartNode struct {
	*mock.Call
}

func (BaseWorkflowWithStatus_StartNode) Return

type BaseWorkflowWithStatus_ToNode

type BaseWorkflowWithStatus_ToNode struct {
	*mock.Call
}

func (BaseWorkflowWithStatus_ToNode) Return

type BaseWorkflow_FromNode

type BaseWorkflow_FromNode struct {
	*mock.Call
}

func (BaseWorkflow_FromNode) Return

type BaseWorkflow_GetID

type BaseWorkflow_GetID struct {
	*mock.Call
}

func (BaseWorkflow_GetID) Return

type BaseWorkflow_GetNode

type BaseWorkflow_GetNode struct {
	*mock.Call
}

func (BaseWorkflow_GetNode) Return

type BaseWorkflow_StartNode

type BaseWorkflow_StartNode struct {
	*mock.Call
}

func (BaseWorkflow_StartNode) Return

type BaseWorkflow_ToNode

type BaseWorkflow_ToNode struct {
	*mock.Call
}

func (BaseWorkflow_ToNode) Return

func (_m BaseWorkflow_ToNode) Return(_a0 []string, _a1 error) *BaseWorkflow_ToNode

type ExecutableArrayNode

type ExecutableArrayNode struct {
	mock.Mock
}

ExecutableArrayNode is an autogenerated mock type for the ExecutableArrayNode type

func (*ExecutableArrayNode) GetMinSuccessRatio

func (_m *ExecutableArrayNode) GetMinSuccessRatio() *float32

GetMinSuccessRatio provides a mock function with given fields:

func (*ExecutableArrayNode) GetMinSuccesses

func (_m *ExecutableArrayNode) GetMinSuccesses() *uint32

GetMinSuccesses provides a mock function with given fields:

func (*ExecutableArrayNode) GetParallelism

func (_m *ExecutableArrayNode) GetParallelism() uint32

GetParallelism provides a mock function with given fields:

func (*ExecutableArrayNode) GetSubNodeSpec

func (_m *ExecutableArrayNode) GetSubNodeSpec() *v1alpha1.NodeSpec

GetSubNodeSpec provides a mock function with given fields:

func (*ExecutableArrayNode) OnGetMinSuccessRatio

func (_m *ExecutableArrayNode) OnGetMinSuccessRatio() *ExecutableArrayNode_GetMinSuccessRatio

func (*ExecutableArrayNode) OnGetMinSuccessRatioMatch

func (_m *ExecutableArrayNode) OnGetMinSuccessRatioMatch(matchers ...interface{}) *ExecutableArrayNode_GetMinSuccessRatio

func (*ExecutableArrayNode) OnGetMinSuccesses

func (*ExecutableArrayNode) OnGetMinSuccessesMatch

func (_m *ExecutableArrayNode) OnGetMinSuccessesMatch(matchers ...interface{}) *ExecutableArrayNode_GetMinSuccesses

func (*ExecutableArrayNode) OnGetParallelism

func (*ExecutableArrayNode) OnGetParallelismMatch

func (_m *ExecutableArrayNode) OnGetParallelismMatch(matchers ...interface{}) *ExecutableArrayNode_GetParallelism

func (*ExecutableArrayNode) OnGetSubNodeSpec

func (*ExecutableArrayNode) OnGetSubNodeSpecMatch

func (_m *ExecutableArrayNode) OnGetSubNodeSpecMatch(matchers ...interface{}) *ExecutableArrayNode_GetSubNodeSpec

type ExecutableArrayNodeStatus

type ExecutableArrayNodeStatus struct {
	mock.Mock
}

ExecutableArrayNodeStatus is an autogenerated mock type for the ExecutableArrayNodeStatus type

func (*ExecutableArrayNodeStatus) GetArrayNodePhase

func (_m *ExecutableArrayNodeStatus) GetArrayNodePhase() v1alpha1.ArrayNodePhase

GetArrayNodePhase provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetExecutionError

func (_m *ExecutableArrayNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetSubNodePhases

func (_m *ExecutableArrayNodeStatus) GetSubNodePhases() bitarray.CompactArray

GetSubNodePhases provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetSubNodeRetryAttempts

func (_m *ExecutableArrayNodeStatus) GetSubNodeRetryAttempts() bitarray.CompactArray

GetSubNodeRetryAttempts provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetSubNodeSystemFailures

func (_m *ExecutableArrayNodeStatus) GetSubNodeSystemFailures() bitarray.CompactArray

GetSubNodeSystemFailures provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetSubNodeTaskPhases

func (_m *ExecutableArrayNodeStatus) GetSubNodeTaskPhases() bitarray.CompactArray

GetSubNodeTaskPhases provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) GetTaskPhaseVersion

func (_m *ExecutableArrayNodeStatus) GetTaskPhaseVersion() uint32

GetTaskPhaseVersion provides a mock function with given fields:

func (*ExecutableArrayNodeStatus) OnGetArrayNodePhase

func (*ExecutableArrayNodeStatus) OnGetArrayNodePhaseMatch

func (_m *ExecutableArrayNodeStatus) OnGetArrayNodePhaseMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetArrayNodePhase

func (*ExecutableArrayNodeStatus) OnGetExecutionError

func (*ExecutableArrayNodeStatus) OnGetExecutionErrorMatch

func (_m *ExecutableArrayNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetExecutionError

func (*ExecutableArrayNodeStatus) OnGetSubNodePhases

func (*ExecutableArrayNodeStatus) OnGetSubNodePhasesMatch

func (_m *ExecutableArrayNodeStatus) OnGetSubNodePhasesMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetSubNodePhases

func (*ExecutableArrayNodeStatus) OnGetSubNodeRetryAttempts

func (*ExecutableArrayNodeStatus) OnGetSubNodeRetryAttemptsMatch

func (_m *ExecutableArrayNodeStatus) OnGetSubNodeRetryAttemptsMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetSubNodeRetryAttempts

func (*ExecutableArrayNodeStatus) OnGetSubNodeSystemFailures

func (*ExecutableArrayNodeStatus) OnGetSubNodeSystemFailuresMatch

func (_m *ExecutableArrayNodeStatus) OnGetSubNodeSystemFailuresMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetSubNodeSystemFailures

func (*ExecutableArrayNodeStatus) OnGetSubNodeTaskPhases

func (*ExecutableArrayNodeStatus) OnGetSubNodeTaskPhasesMatch

func (_m *ExecutableArrayNodeStatus) OnGetSubNodeTaskPhasesMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetSubNodeTaskPhases

func (*ExecutableArrayNodeStatus) OnGetTaskPhaseVersion

func (*ExecutableArrayNodeStatus) OnGetTaskPhaseVersionMatch

func (_m *ExecutableArrayNodeStatus) OnGetTaskPhaseVersionMatch(matchers ...interface{}) *ExecutableArrayNodeStatus_GetTaskPhaseVersion

type ExecutableArrayNodeStatus_GetArrayNodePhase

type ExecutableArrayNodeStatus_GetArrayNodePhase struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetArrayNodePhase) Return

type ExecutableArrayNodeStatus_GetExecutionError

type ExecutableArrayNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetExecutionError) Return

type ExecutableArrayNodeStatus_GetSubNodePhases

type ExecutableArrayNodeStatus_GetSubNodePhases struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetSubNodePhases) Return

type ExecutableArrayNodeStatus_GetSubNodeRetryAttempts

type ExecutableArrayNodeStatus_GetSubNodeRetryAttempts struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetSubNodeRetryAttempts) Return

type ExecutableArrayNodeStatus_GetSubNodeSystemFailures

type ExecutableArrayNodeStatus_GetSubNodeSystemFailures struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetSubNodeSystemFailures) Return

type ExecutableArrayNodeStatus_GetSubNodeTaskPhases

type ExecutableArrayNodeStatus_GetSubNodeTaskPhases struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetSubNodeTaskPhases) Return

type ExecutableArrayNodeStatus_GetTaskPhaseVersion

type ExecutableArrayNodeStatus_GetTaskPhaseVersion struct {
	*mock.Call
}

func (ExecutableArrayNodeStatus_GetTaskPhaseVersion) Return

type ExecutableArrayNode_GetMinSuccessRatio

type ExecutableArrayNode_GetMinSuccessRatio struct {
	*mock.Call
}

func (ExecutableArrayNode_GetMinSuccessRatio) Return

type ExecutableArrayNode_GetMinSuccesses

type ExecutableArrayNode_GetMinSuccesses struct {
	*mock.Call
}

func (ExecutableArrayNode_GetMinSuccesses) Return

type ExecutableArrayNode_GetParallelism

type ExecutableArrayNode_GetParallelism struct {
	*mock.Call
}

func (ExecutableArrayNode_GetParallelism) Return

type ExecutableArrayNode_GetSubNodeSpec

type ExecutableArrayNode_GetSubNodeSpec struct {
	*mock.Call
}

func (ExecutableArrayNode_GetSubNodeSpec) Return

type ExecutableBranchNode

type ExecutableBranchNode struct {
	mock.Mock
}

ExecutableBranchNode is an autogenerated mock type for the ExecutableBranchNode type

func (*ExecutableBranchNode) GetElse

func (_m *ExecutableBranchNode) GetElse() *string

GetElse provides a mock function with given fields:

func (*ExecutableBranchNode) GetElseFail

func (_m *ExecutableBranchNode) GetElseFail() *core.Error

GetElseFail provides a mock function with given fields:

func (*ExecutableBranchNode) GetElseIf

GetElseIf provides a mock function with given fields:

func (*ExecutableBranchNode) GetIf

GetIf provides a mock function with given fields:

func (*ExecutableBranchNode) OnGetElse

func (*ExecutableBranchNode) OnGetElseFail

func (*ExecutableBranchNode) OnGetElseFailMatch

func (_m *ExecutableBranchNode) OnGetElseFailMatch(matchers ...interface{}) *ExecutableBranchNode_GetElseFail

func (*ExecutableBranchNode) OnGetElseIf

func (*ExecutableBranchNode) OnGetElseIfMatch

func (_m *ExecutableBranchNode) OnGetElseIfMatch(matchers ...interface{}) *ExecutableBranchNode_GetElseIf

func (*ExecutableBranchNode) OnGetElseMatch

func (_m *ExecutableBranchNode) OnGetElseMatch(matchers ...interface{}) *ExecutableBranchNode_GetElse

func (*ExecutableBranchNode) OnGetIf

func (*ExecutableBranchNode) OnGetIfMatch

func (_m *ExecutableBranchNode) OnGetIfMatch(matchers ...interface{}) *ExecutableBranchNode_GetIf

type ExecutableBranchNodeStatus

type ExecutableBranchNodeStatus struct {
	mock.Mock
}

ExecutableBranchNodeStatus is an autogenerated mock type for the ExecutableBranchNodeStatus type

func (*ExecutableBranchNodeStatus) GetFinalizedNode

func (_m *ExecutableBranchNodeStatus) GetFinalizedNode() *string

GetFinalizedNode provides a mock function with given fields:

func (*ExecutableBranchNodeStatus) GetPhase

GetPhase provides a mock function with given fields:

func (*ExecutableBranchNodeStatus) OnGetFinalizedNode

func (*ExecutableBranchNodeStatus) OnGetFinalizedNodeMatch

func (_m *ExecutableBranchNodeStatus) OnGetFinalizedNodeMatch(matchers ...interface{}) *ExecutableBranchNodeStatus_GetFinalizedNode

func (*ExecutableBranchNodeStatus) OnGetPhase

func (*ExecutableBranchNodeStatus) OnGetPhaseMatch

func (_m *ExecutableBranchNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *ExecutableBranchNodeStatus_GetPhase

type ExecutableBranchNodeStatus_GetFinalizedNode

type ExecutableBranchNodeStatus_GetFinalizedNode struct {
	*mock.Call
}

func (ExecutableBranchNodeStatus_GetFinalizedNode) Return

type ExecutableBranchNodeStatus_GetPhase

type ExecutableBranchNodeStatus_GetPhase struct {
	*mock.Call
}

func (ExecutableBranchNodeStatus_GetPhase) Return

type ExecutableBranchNode_GetElse

type ExecutableBranchNode_GetElse struct {
	*mock.Call
}

func (ExecutableBranchNode_GetElse) Return

type ExecutableBranchNode_GetElseFail

type ExecutableBranchNode_GetElseFail struct {
	*mock.Call
}

func (ExecutableBranchNode_GetElseFail) Return

type ExecutableBranchNode_GetElseIf

type ExecutableBranchNode_GetElseIf struct {
	*mock.Call
}

func (ExecutableBranchNode_GetElseIf) Return

type ExecutableBranchNode_GetIf

type ExecutableBranchNode_GetIf struct {
	*mock.Call
}

func (ExecutableBranchNode_GetIf) Return

type ExecutableDynamicNodeStatus

type ExecutableDynamicNodeStatus struct {
	mock.Mock
}

ExecutableDynamicNodeStatus is an autogenerated mock type for the ExecutableDynamicNodeStatus type

func (*ExecutableDynamicNodeStatus) GetDynamicNodePhase

func (_m *ExecutableDynamicNodeStatus) GetDynamicNodePhase() v1alpha1.DynamicNodePhase

GetDynamicNodePhase provides a mock function with given fields:

func (*ExecutableDynamicNodeStatus) GetDynamicNodeReason

func (_m *ExecutableDynamicNodeStatus) GetDynamicNodeReason() string

GetDynamicNodeReason provides a mock function with given fields:

func (*ExecutableDynamicNodeStatus) GetExecutionError

func (_m *ExecutableDynamicNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*ExecutableDynamicNodeStatus) GetIsFailurePermanent

func (_m *ExecutableDynamicNodeStatus) GetIsFailurePermanent() bool

GetIsFailurePermanent provides a mock function with given fields:

func (*ExecutableDynamicNodeStatus) OnGetDynamicNodePhase

func (*ExecutableDynamicNodeStatus) OnGetDynamicNodePhaseMatch

func (_m *ExecutableDynamicNodeStatus) OnGetDynamicNodePhaseMatch(matchers ...interface{}) *ExecutableDynamicNodeStatus_GetDynamicNodePhase

func (*ExecutableDynamicNodeStatus) OnGetDynamicNodeReason

func (*ExecutableDynamicNodeStatus) OnGetDynamicNodeReasonMatch

func (_m *ExecutableDynamicNodeStatus) OnGetDynamicNodeReasonMatch(matchers ...interface{}) *ExecutableDynamicNodeStatus_GetDynamicNodeReason

func (*ExecutableDynamicNodeStatus) OnGetExecutionError

func (*ExecutableDynamicNodeStatus) OnGetExecutionErrorMatch

func (_m *ExecutableDynamicNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *ExecutableDynamicNodeStatus_GetExecutionError

func (*ExecutableDynamicNodeStatus) OnGetIsFailurePermanent

func (*ExecutableDynamicNodeStatus) OnGetIsFailurePermanentMatch

func (_m *ExecutableDynamicNodeStatus) OnGetIsFailurePermanentMatch(matchers ...interface{}) *ExecutableDynamicNodeStatus_GetIsFailurePermanent

type ExecutableDynamicNodeStatus_GetDynamicNodePhase

type ExecutableDynamicNodeStatus_GetDynamicNodePhase struct {
	*mock.Call
}

func (ExecutableDynamicNodeStatus_GetDynamicNodePhase) Return

type ExecutableDynamicNodeStatus_GetDynamicNodeReason

type ExecutableDynamicNodeStatus_GetDynamicNodeReason struct {
	*mock.Call
}

func (ExecutableDynamicNodeStatus_GetDynamicNodeReason) Return

type ExecutableDynamicNodeStatus_GetExecutionError

type ExecutableDynamicNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (ExecutableDynamicNodeStatus_GetExecutionError) Return

type ExecutableDynamicNodeStatus_GetIsFailurePermanent

type ExecutableDynamicNodeStatus_GetIsFailurePermanent struct {
	*mock.Call
}

func (ExecutableDynamicNodeStatus_GetIsFailurePermanent) Return

type ExecutableGateNode

type ExecutableGateNode struct {
	mock.Mock
}

ExecutableGateNode is an autogenerated mock type for the ExecutableGateNode type

func (*ExecutableGateNode) GetApprove

func (_m *ExecutableGateNode) GetApprove() *core.ApproveCondition

GetApprove provides a mock function with given fields:

func (*ExecutableGateNode) GetKind

GetKind provides a mock function with given fields:

func (*ExecutableGateNode) GetSignal

func (_m *ExecutableGateNode) GetSignal() *core.SignalCondition

GetSignal provides a mock function with given fields:

func (*ExecutableGateNode) GetSleep

func (_m *ExecutableGateNode) GetSleep() *core.SleepCondition

GetSleep provides a mock function with given fields:

func (*ExecutableGateNode) OnGetApprove

func (*ExecutableGateNode) OnGetApproveMatch

func (_m *ExecutableGateNode) OnGetApproveMatch(matchers ...interface{}) *ExecutableGateNode_GetApprove

func (*ExecutableGateNode) OnGetKind

func (*ExecutableGateNode) OnGetKindMatch

func (_m *ExecutableGateNode) OnGetKindMatch(matchers ...interface{}) *ExecutableGateNode_GetKind

func (*ExecutableGateNode) OnGetSignal

func (*ExecutableGateNode) OnGetSignalMatch

func (_m *ExecutableGateNode) OnGetSignalMatch(matchers ...interface{}) *ExecutableGateNode_GetSignal

func (*ExecutableGateNode) OnGetSleep

func (*ExecutableGateNode) OnGetSleepMatch

func (_m *ExecutableGateNode) OnGetSleepMatch(matchers ...interface{}) *ExecutableGateNode_GetSleep

type ExecutableGateNodeStatus

type ExecutableGateNodeStatus struct {
	mock.Mock
}

ExecutableGateNodeStatus is an autogenerated mock type for the ExecutableGateNodeStatus type

func (*ExecutableGateNodeStatus) GetGateNodePhase

func (_m *ExecutableGateNodeStatus) GetGateNodePhase() v1alpha1.GateNodePhase

GetGateNodePhase provides a mock function with given fields:

func (*ExecutableGateNodeStatus) OnGetGateNodePhase

func (*ExecutableGateNodeStatus) OnGetGateNodePhaseMatch

func (_m *ExecutableGateNodeStatus) OnGetGateNodePhaseMatch(matchers ...interface{}) *ExecutableGateNodeStatus_GetGateNodePhase

type ExecutableGateNodeStatus_GetGateNodePhase

type ExecutableGateNodeStatus_GetGateNodePhase struct {
	*mock.Call
}

func (ExecutableGateNodeStatus_GetGateNodePhase) Return

type ExecutableGateNode_GetApprove

type ExecutableGateNode_GetApprove struct {
	*mock.Call
}

func (ExecutableGateNode_GetApprove) Return

type ExecutableGateNode_GetKind

type ExecutableGateNode_GetKind struct {
	*mock.Call
}

func (ExecutableGateNode_GetKind) Return

type ExecutableGateNode_GetSignal

type ExecutableGateNode_GetSignal struct {
	*mock.Call
}

func (ExecutableGateNode_GetSignal) Return

type ExecutableGateNode_GetSleep

type ExecutableGateNode_GetSleep struct {
	*mock.Call
}

func (ExecutableGateNode_GetSleep) Return

type ExecutableIfBlock

type ExecutableIfBlock struct {
	mock.Mock
}

ExecutableIfBlock is an autogenerated mock type for the ExecutableIfBlock type

func (*ExecutableIfBlock) GetCondition

func (_m *ExecutableIfBlock) GetCondition() *core.BooleanExpression

GetCondition provides a mock function with given fields:

func (*ExecutableIfBlock) GetThenNode

func (_m *ExecutableIfBlock) GetThenNode() *string

GetThenNode provides a mock function with given fields:

func (*ExecutableIfBlock) OnGetCondition

func (_m *ExecutableIfBlock) OnGetCondition() *ExecutableIfBlock_GetCondition

func (*ExecutableIfBlock) OnGetConditionMatch

func (_m *ExecutableIfBlock) OnGetConditionMatch(matchers ...interface{}) *ExecutableIfBlock_GetCondition

func (*ExecutableIfBlock) OnGetThenNode

func (_m *ExecutableIfBlock) OnGetThenNode() *ExecutableIfBlock_GetThenNode

func (*ExecutableIfBlock) OnGetThenNodeMatch

func (_m *ExecutableIfBlock) OnGetThenNodeMatch(matchers ...interface{}) *ExecutableIfBlock_GetThenNode

type ExecutableIfBlock_GetCondition

type ExecutableIfBlock_GetCondition struct {
	*mock.Call
}

func (ExecutableIfBlock_GetCondition) Return

type ExecutableIfBlock_GetThenNode

type ExecutableIfBlock_GetThenNode struct {
	*mock.Call
}

func (ExecutableIfBlock_GetThenNode) Return

type ExecutableNode

type ExecutableNode struct {
	mock.Mock
}

ExecutableNode is an autogenerated mock type for the ExecutableNode type

func (*ExecutableNode) GetActiveDeadline

func (_m *ExecutableNode) GetActiveDeadline() *time.Duration

GetActiveDeadline provides a mock function with given fields:

func (*ExecutableNode) GetArrayNode

func (_m *ExecutableNode) GetArrayNode() v1alpha1.ExecutableArrayNode

GetArrayNode provides a mock function with given fields:

func (*ExecutableNode) GetBranchNode

func (_m *ExecutableNode) GetBranchNode() v1alpha1.ExecutableBranchNode

GetBranchNode provides a mock function with given fields:

func (*ExecutableNode) GetConfig

func (_m *ExecutableNode) GetConfig() *v1.ConfigMap

GetConfig provides a mock function with given fields:

func (*ExecutableNode) GetExecutionDeadline

func (_m *ExecutableNode) GetExecutionDeadline() *time.Duration

GetExecutionDeadline provides a mock function with given fields:

func (*ExecutableNode) GetExtendedResources

func (_m *ExecutableNode) GetExtendedResources() *core.ExtendedResources

GetExtendedResources provides a mock function with given fields:

func (*ExecutableNode) GetGateNode

func (_m *ExecutableNode) GetGateNode() v1alpha1.ExecutableGateNode

GetGateNode provides a mock function with given fields:

func (*ExecutableNode) GetID

func (_m *ExecutableNode) GetID() string

GetID provides a mock function with given fields:

func (*ExecutableNode) GetInputBindings

func (_m *ExecutableNode) GetInputBindings() []*v1alpha1.Binding

GetInputBindings provides a mock function with given fields:

func (*ExecutableNode) GetKind

func (_m *ExecutableNode) GetKind() v1alpha1.NodeKind

GetKind provides a mock function with given fields:

func (*ExecutableNode) GetName

func (_m *ExecutableNode) GetName() string

GetName provides a mock function with given fields:

func (*ExecutableNode) GetOutputAlias

func (_m *ExecutableNode) GetOutputAlias() []v1alpha1.Alias

GetOutputAlias provides a mock function with given fields:

func (*ExecutableNode) GetResources

func (_m *ExecutableNode) GetResources() *v1.ResourceRequirements

GetResources provides a mock function with given fields:

func (*ExecutableNode) GetRetryStrategy

func (_m *ExecutableNode) GetRetryStrategy() *v1alpha1.RetryStrategy

GetRetryStrategy provides a mock function with given fields:

func (*ExecutableNode) GetTaskID

func (_m *ExecutableNode) GetTaskID() *string

GetTaskID provides a mock function with given fields:

func (*ExecutableNode) GetWorkflowNode

func (_m *ExecutableNode) GetWorkflowNode() v1alpha1.ExecutableWorkflowNode

GetWorkflowNode provides a mock function with given fields:

func (*ExecutableNode) IsEndNode

func (_m *ExecutableNode) IsEndNode() bool

IsEndNode provides a mock function with given fields:

func (*ExecutableNode) IsInterruptible

func (_m *ExecutableNode) IsInterruptible() *bool

IsInterruptible provides a mock function with given fields:

func (*ExecutableNode) IsStartNode

func (_m *ExecutableNode) IsStartNode() bool

IsStartNode provides a mock function with given fields:

func (*ExecutableNode) OnGetActiveDeadline

func (_m *ExecutableNode) OnGetActiveDeadline() *ExecutableNode_GetActiveDeadline

func (*ExecutableNode) OnGetActiveDeadlineMatch

func (_m *ExecutableNode) OnGetActiveDeadlineMatch(matchers ...interface{}) *ExecutableNode_GetActiveDeadline

func (*ExecutableNode) OnGetArrayNode

func (_m *ExecutableNode) OnGetArrayNode() *ExecutableNode_GetArrayNode

func (*ExecutableNode) OnGetArrayNodeMatch

func (_m *ExecutableNode) OnGetArrayNodeMatch(matchers ...interface{}) *ExecutableNode_GetArrayNode

func (*ExecutableNode) OnGetBranchNode

func (_m *ExecutableNode) OnGetBranchNode() *ExecutableNode_GetBranchNode

func (*ExecutableNode) OnGetBranchNodeMatch

func (_m *ExecutableNode) OnGetBranchNodeMatch(matchers ...interface{}) *ExecutableNode_GetBranchNode

func (*ExecutableNode) OnGetConfig

func (_m *ExecutableNode) OnGetConfig() *ExecutableNode_GetConfig

func (*ExecutableNode) OnGetConfigMatch

func (_m *ExecutableNode) OnGetConfigMatch(matchers ...interface{}) *ExecutableNode_GetConfig

func (*ExecutableNode) OnGetExecutionDeadline

func (_m *ExecutableNode) OnGetExecutionDeadline() *ExecutableNode_GetExecutionDeadline

func (*ExecutableNode) OnGetExecutionDeadlineMatch

func (_m *ExecutableNode) OnGetExecutionDeadlineMatch(matchers ...interface{}) *ExecutableNode_GetExecutionDeadline

func (*ExecutableNode) OnGetExtendedResources

func (_m *ExecutableNode) OnGetExtendedResources() *ExecutableNode_GetExtendedResources

func (*ExecutableNode) OnGetExtendedResourcesMatch

func (_m *ExecutableNode) OnGetExtendedResourcesMatch(matchers ...interface{}) *ExecutableNode_GetExtendedResources

func (*ExecutableNode) OnGetGateNode

func (_m *ExecutableNode) OnGetGateNode() *ExecutableNode_GetGateNode

func (*ExecutableNode) OnGetGateNodeMatch

func (_m *ExecutableNode) OnGetGateNodeMatch(matchers ...interface{}) *ExecutableNode_GetGateNode

func (*ExecutableNode) OnGetID

func (_m *ExecutableNode) OnGetID() *ExecutableNode_GetID

func (*ExecutableNode) OnGetIDMatch

func (_m *ExecutableNode) OnGetIDMatch(matchers ...interface{}) *ExecutableNode_GetID

func (*ExecutableNode) OnGetInputBindings

func (_m *ExecutableNode) OnGetInputBindings() *ExecutableNode_GetInputBindings

func (*ExecutableNode) OnGetInputBindingsMatch

func (_m *ExecutableNode) OnGetInputBindingsMatch(matchers ...interface{}) *ExecutableNode_GetInputBindings

func (*ExecutableNode) OnGetKind

func (_m *ExecutableNode) OnGetKind() *ExecutableNode_GetKind

func (*ExecutableNode) OnGetKindMatch

func (_m *ExecutableNode) OnGetKindMatch(matchers ...interface{}) *ExecutableNode_GetKind

func (*ExecutableNode) OnGetName

func (_m *ExecutableNode) OnGetName() *ExecutableNode_GetName

func (*ExecutableNode) OnGetNameMatch

func (_m *ExecutableNode) OnGetNameMatch(matchers ...interface{}) *ExecutableNode_GetName

func (*ExecutableNode) OnGetOutputAlias

func (_m *ExecutableNode) OnGetOutputAlias() *ExecutableNode_GetOutputAlias

func (*ExecutableNode) OnGetOutputAliasMatch

func (_m *ExecutableNode) OnGetOutputAliasMatch(matchers ...interface{}) *ExecutableNode_GetOutputAlias

func (*ExecutableNode) OnGetResources

func (_m *ExecutableNode) OnGetResources() *ExecutableNode_GetResources

func (*ExecutableNode) OnGetResourcesMatch

func (_m *ExecutableNode) OnGetResourcesMatch(matchers ...interface{}) *ExecutableNode_GetResources

func (*ExecutableNode) OnGetRetryStrategy

func (_m *ExecutableNode) OnGetRetryStrategy() *ExecutableNode_GetRetryStrategy

func (*ExecutableNode) OnGetRetryStrategyMatch

func (_m *ExecutableNode) OnGetRetryStrategyMatch(matchers ...interface{}) *ExecutableNode_GetRetryStrategy

func (*ExecutableNode) OnGetTaskID

func (_m *ExecutableNode) OnGetTaskID() *ExecutableNode_GetTaskID

func (*ExecutableNode) OnGetTaskIDMatch

func (_m *ExecutableNode) OnGetTaskIDMatch(matchers ...interface{}) *ExecutableNode_GetTaskID

func (*ExecutableNode) OnGetWorkflowNode

func (_m *ExecutableNode) OnGetWorkflowNode() *ExecutableNode_GetWorkflowNode

func (*ExecutableNode) OnGetWorkflowNodeMatch

func (_m *ExecutableNode) OnGetWorkflowNodeMatch(matchers ...interface{}) *ExecutableNode_GetWorkflowNode

func (*ExecutableNode) OnIsEndNode

func (_m *ExecutableNode) OnIsEndNode() *ExecutableNode_IsEndNode

func (*ExecutableNode) OnIsEndNodeMatch

func (_m *ExecutableNode) OnIsEndNodeMatch(matchers ...interface{}) *ExecutableNode_IsEndNode

func (*ExecutableNode) OnIsInterruptible

func (_m *ExecutableNode) OnIsInterruptible() *ExecutableNode_IsInterruptible

func (*ExecutableNode) OnIsInterruptibleMatch

func (_m *ExecutableNode) OnIsInterruptibleMatch(matchers ...interface{}) *ExecutableNode_IsInterruptible

func (*ExecutableNode) OnIsStartNode

func (_m *ExecutableNode) OnIsStartNode() *ExecutableNode_IsStartNode

func (*ExecutableNode) OnIsStartNodeMatch

func (_m *ExecutableNode) OnIsStartNodeMatch(matchers ...interface{}) *ExecutableNode_IsStartNode

type ExecutableNodeStatus

type ExecutableNodeStatus struct {
	mock.Mock
}

ExecutableNodeStatus is an autogenerated mock type for the ExecutableNodeStatus type

func (*ExecutableNodeStatus) ClearArrayNodeStatus

func (_m *ExecutableNodeStatus) ClearArrayNodeStatus()

ClearArrayNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearDynamicNodeStatus

func (_m *ExecutableNodeStatus) ClearDynamicNodeStatus()

ClearDynamicNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearGateNodeStatus

func (_m *ExecutableNodeStatus) ClearGateNodeStatus()

ClearGateNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearLastAttemptStartedAt

func (_m *ExecutableNodeStatus) ClearLastAttemptStartedAt()

ClearLastAttemptStartedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearSubNodeStatus

func (_m *ExecutableNodeStatus) ClearSubNodeStatus()

ClearSubNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearTaskStatus

func (_m *ExecutableNodeStatus) ClearTaskStatus()

ClearTaskStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) ClearWorkflowStatus

func (_m *ExecutableNodeStatus) ClearWorkflowStatus()

ClearWorkflowStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetArrayNodeStatus

func (_m *ExecutableNodeStatus) GetArrayNodeStatus() v1alpha1.MutableArrayNodeStatus

GetArrayNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetAttempts

func (_m *ExecutableNodeStatus) GetAttempts() uint32

GetAttempts provides a mock function with given fields:

func (*ExecutableNodeStatus) GetBranchStatus

GetBranchStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetDataDir

func (_m *ExecutableNodeStatus) GetDataDir() storage.DataReference

GetDataDir provides a mock function with given fields:

func (*ExecutableNodeStatus) GetDynamicNodeStatus

func (_m *ExecutableNodeStatus) GetDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus

GetDynamicNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetExecutionError

func (_m *ExecutableNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*ExecutableNodeStatus) GetGateNodeStatus

func (_m *ExecutableNodeStatus) GetGateNodeStatus() v1alpha1.MutableGateNodeStatus

GetGateNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetLastAttemptStartedAt

func (_m *ExecutableNodeStatus) GetLastAttemptStartedAt() *v1.Time

GetLastAttemptStartedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) GetLastUpdatedAt

func (_m *ExecutableNodeStatus) GetLastUpdatedAt() *v1.Time

GetLastUpdatedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) GetMessage

func (_m *ExecutableNodeStatus) GetMessage() string

GetMessage provides a mock function with given fields:

func (*ExecutableNodeStatus) GetNodeExecutionStatus

func (_m *ExecutableNodeStatus) GetNodeExecutionStatus(ctx context.Context, id string) v1alpha1.ExecutableNodeStatus

GetNodeExecutionStatus provides a mock function with given fields: ctx, id

func (*ExecutableNodeStatus) GetOrCreateArrayNodeStatus

func (_m *ExecutableNodeStatus) GetOrCreateArrayNodeStatus() v1alpha1.MutableArrayNodeStatus

GetOrCreateArrayNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOrCreateBranchStatus

func (_m *ExecutableNodeStatus) GetOrCreateBranchStatus() v1alpha1.MutableBranchNodeStatus

GetOrCreateBranchStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOrCreateDynamicNodeStatus

func (_m *ExecutableNodeStatus) GetOrCreateDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus

GetOrCreateDynamicNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOrCreateGateNodeStatus

func (_m *ExecutableNodeStatus) GetOrCreateGateNodeStatus() v1alpha1.MutableGateNodeStatus

GetOrCreateGateNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOrCreateTaskStatus

func (_m *ExecutableNodeStatus) GetOrCreateTaskStatus() v1alpha1.MutableTaskNodeStatus

GetOrCreateTaskStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOrCreateWorkflowStatus

func (_m *ExecutableNodeStatus) GetOrCreateWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus

GetOrCreateWorkflowStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetOutputDir

func (_m *ExecutableNodeStatus) GetOutputDir() storage.DataReference

GetOutputDir provides a mock function with given fields:

func (*ExecutableNodeStatus) GetParentNodeID

func (_m *ExecutableNodeStatus) GetParentNodeID() *string

GetParentNodeID provides a mock function with given fields:

func (*ExecutableNodeStatus) GetParentTaskID

func (_m *ExecutableNodeStatus) GetParentTaskID() *core.TaskExecutionIdentifier

GetParentTaskID provides a mock function with given fields:

func (*ExecutableNodeStatus) GetPhase

func (_m *ExecutableNodeStatus) GetPhase() v1alpha1.NodePhase

GetPhase provides a mock function with given fields:

func (*ExecutableNodeStatus) GetQueuedAt

func (_m *ExecutableNodeStatus) GetQueuedAt() *v1.Time

GetQueuedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) GetStartedAt

func (_m *ExecutableNodeStatus) GetStartedAt() *v1.Time

GetStartedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) GetStoppedAt

func (_m *ExecutableNodeStatus) GetStoppedAt() *v1.Time

GetStoppedAt provides a mock function with given fields:

func (*ExecutableNodeStatus) GetSystemFailures

func (_m *ExecutableNodeStatus) GetSystemFailures() uint32

GetSystemFailures provides a mock function with given fields:

func (*ExecutableNodeStatus) GetTaskNodeStatus

func (_m *ExecutableNodeStatus) GetTaskNodeStatus() v1alpha1.ExecutableTaskNodeStatus

GetTaskNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetTaskStatus

GetTaskStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetWorkflowNodeStatus

func (_m *ExecutableNodeStatus) GetWorkflowNodeStatus() v1alpha1.ExecutableWorkflowNodeStatus

GetWorkflowNodeStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) GetWorkflowStatus

GetWorkflowStatus provides a mock function with given fields:

func (*ExecutableNodeStatus) IncrementAttempts

func (_m *ExecutableNodeStatus) IncrementAttempts() uint32

IncrementAttempts provides a mock function with given fields:

func (*ExecutableNodeStatus) IncrementSystemFailures

func (_m *ExecutableNodeStatus) IncrementSystemFailures() uint32

IncrementSystemFailures provides a mock function with given fields:

func (*ExecutableNodeStatus) IsCached

func (_m *ExecutableNodeStatus) IsCached() bool

IsCached provides a mock function with given fields:

func (*ExecutableNodeStatus) IsDirty

func (_m *ExecutableNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*ExecutableNodeStatus) OnGetArrayNodeStatus

func (*ExecutableNodeStatus) OnGetArrayNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetArrayNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetArrayNodeStatus

func (*ExecutableNodeStatus) OnGetAttempts

func (*ExecutableNodeStatus) OnGetAttemptsMatch

func (_m *ExecutableNodeStatus) OnGetAttemptsMatch(matchers ...interface{}) *ExecutableNodeStatus_GetAttempts

func (*ExecutableNodeStatus) OnGetBranchStatus

func (*ExecutableNodeStatus) OnGetBranchStatusMatch

func (_m *ExecutableNodeStatus) OnGetBranchStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetBranchStatus

func (*ExecutableNodeStatus) OnGetDataDir

func (*ExecutableNodeStatus) OnGetDataDirMatch

func (_m *ExecutableNodeStatus) OnGetDataDirMatch(matchers ...interface{}) *ExecutableNodeStatus_GetDataDir

func (*ExecutableNodeStatus) OnGetDynamicNodeStatus

func (*ExecutableNodeStatus) OnGetDynamicNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetDynamicNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetDynamicNodeStatus

func (*ExecutableNodeStatus) OnGetExecutionError

func (*ExecutableNodeStatus) OnGetExecutionErrorMatch

func (_m *ExecutableNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *ExecutableNodeStatus_GetExecutionError

func (*ExecutableNodeStatus) OnGetGateNodeStatus

func (*ExecutableNodeStatus) OnGetGateNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetGateNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetGateNodeStatus

func (*ExecutableNodeStatus) OnGetLastAttemptStartedAt

func (_m *ExecutableNodeStatus) OnGetLastAttemptStartedAt() *ExecutableNodeStatus_GetLastAttemptStartedAt

func (*ExecutableNodeStatus) OnGetLastAttemptStartedAtMatch

func (_m *ExecutableNodeStatus) OnGetLastAttemptStartedAtMatch(matchers ...interface{}) *ExecutableNodeStatus_GetLastAttemptStartedAt

func (*ExecutableNodeStatus) OnGetLastUpdatedAt

func (*ExecutableNodeStatus) OnGetLastUpdatedAtMatch

func (_m *ExecutableNodeStatus) OnGetLastUpdatedAtMatch(matchers ...interface{}) *ExecutableNodeStatus_GetLastUpdatedAt

func (*ExecutableNodeStatus) OnGetMessage

func (*ExecutableNodeStatus) OnGetMessageMatch

func (_m *ExecutableNodeStatus) OnGetMessageMatch(matchers ...interface{}) *ExecutableNodeStatus_GetMessage

func (*ExecutableNodeStatus) OnGetNodeExecutionStatus

func (*ExecutableNodeStatus) OnGetNodeExecutionStatusMatch

func (_m *ExecutableNodeStatus) OnGetNodeExecutionStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetNodeExecutionStatus

func (*ExecutableNodeStatus) OnGetOrCreateArrayNodeStatus

func (_m *ExecutableNodeStatus) OnGetOrCreateArrayNodeStatus() *ExecutableNodeStatus_GetOrCreateArrayNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateArrayNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateArrayNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateArrayNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateBranchStatus

func (_m *ExecutableNodeStatus) OnGetOrCreateBranchStatus() *ExecutableNodeStatus_GetOrCreateBranchStatus

func (*ExecutableNodeStatus) OnGetOrCreateBranchStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateBranchStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateBranchStatus

func (*ExecutableNodeStatus) OnGetOrCreateDynamicNodeStatus

func (_m *ExecutableNodeStatus) OnGetOrCreateDynamicNodeStatus() *ExecutableNodeStatus_GetOrCreateDynamicNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateDynamicNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateDynamicNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateDynamicNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateGateNodeStatus

func (_m *ExecutableNodeStatus) OnGetOrCreateGateNodeStatus() *ExecutableNodeStatus_GetOrCreateGateNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateGateNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateGateNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateGateNodeStatus

func (*ExecutableNodeStatus) OnGetOrCreateTaskStatus

func (*ExecutableNodeStatus) OnGetOrCreateTaskStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateTaskStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateTaskStatus

func (*ExecutableNodeStatus) OnGetOrCreateWorkflowStatus

func (_m *ExecutableNodeStatus) OnGetOrCreateWorkflowStatus() *ExecutableNodeStatus_GetOrCreateWorkflowStatus

func (*ExecutableNodeStatus) OnGetOrCreateWorkflowStatusMatch

func (_m *ExecutableNodeStatus) OnGetOrCreateWorkflowStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOrCreateWorkflowStatus

func (*ExecutableNodeStatus) OnGetOutputDir

func (*ExecutableNodeStatus) OnGetOutputDirMatch

func (_m *ExecutableNodeStatus) OnGetOutputDirMatch(matchers ...interface{}) *ExecutableNodeStatus_GetOutputDir

func (*ExecutableNodeStatus) OnGetParentNodeID

func (*ExecutableNodeStatus) OnGetParentNodeIDMatch

func (_m *ExecutableNodeStatus) OnGetParentNodeIDMatch(matchers ...interface{}) *ExecutableNodeStatus_GetParentNodeID

func (*ExecutableNodeStatus) OnGetParentTaskID

func (*ExecutableNodeStatus) OnGetParentTaskIDMatch

func (_m *ExecutableNodeStatus) OnGetParentTaskIDMatch(matchers ...interface{}) *ExecutableNodeStatus_GetParentTaskID

func (*ExecutableNodeStatus) OnGetPhase

func (*ExecutableNodeStatus) OnGetPhaseMatch

func (_m *ExecutableNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *ExecutableNodeStatus_GetPhase

func (*ExecutableNodeStatus) OnGetQueuedAt

func (*ExecutableNodeStatus) OnGetQueuedAtMatch

func (_m *ExecutableNodeStatus) OnGetQueuedAtMatch(matchers ...interface{}) *ExecutableNodeStatus_GetQueuedAt

func (*ExecutableNodeStatus) OnGetStartedAt

func (*ExecutableNodeStatus) OnGetStartedAtMatch

func (_m *ExecutableNodeStatus) OnGetStartedAtMatch(matchers ...interface{}) *ExecutableNodeStatus_GetStartedAt

func (*ExecutableNodeStatus) OnGetStoppedAt

func (*ExecutableNodeStatus) OnGetStoppedAtMatch

func (_m *ExecutableNodeStatus) OnGetStoppedAtMatch(matchers ...interface{}) *ExecutableNodeStatus_GetStoppedAt

func (*ExecutableNodeStatus) OnGetSystemFailures

func (*ExecutableNodeStatus) OnGetSystemFailuresMatch

func (_m *ExecutableNodeStatus) OnGetSystemFailuresMatch(matchers ...interface{}) *ExecutableNodeStatus_GetSystemFailures

func (*ExecutableNodeStatus) OnGetTaskNodeStatus

func (*ExecutableNodeStatus) OnGetTaskNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetTaskNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetTaskNodeStatus

func (*ExecutableNodeStatus) OnGetTaskStatus

func (*ExecutableNodeStatus) OnGetTaskStatusMatch

func (_m *ExecutableNodeStatus) OnGetTaskStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetTaskStatus

func (*ExecutableNodeStatus) OnGetWorkflowNodeStatus

func (*ExecutableNodeStatus) OnGetWorkflowNodeStatusMatch

func (_m *ExecutableNodeStatus) OnGetWorkflowNodeStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetWorkflowNodeStatus

func (*ExecutableNodeStatus) OnGetWorkflowStatus

func (*ExecutableNodeStatus) OnGetWorkflowStatusMatch

func (_m *ExecutableNodeStatus) OnGetWorkflowStatusMatch(matchers ...interface{}) *ExecutableNodeStatus_GetWorkflowStatus

func (*ExecutableNodeStatus) OnIncrementAttempts

func (*ExecutableNodeStatus) OnIncrementAttemptsMatch

func (_m *ExecutableNodeStatus) OnIncrementAttemptsMatch(matchers ...interface{}) *ExecutableNodeStatus_IncrementAttempts

func (*ExecutableNodeStatus) OnIncrementSystemFailures

func (_m *ExecutableNodeStatus) OnIncrementSystemFailures() *ExecutableNodeStatus_IncrementSystemFailures

func (*ExecutableNodeStatus) OnIncrementSystemFailuresMatch

func (_m *ExecutableNodeStatus) OnIncrementSystemFailuresMatch(matchers ...interface{}) *ExecutableNodeStatus_IncrementSystemFailures

func (*ExecutableNodeStatus) OnIsCached

func (*ExecutableNodeStatus) OnIsCachedMatch

func (_m *ExecutableNodeStatus) OnIsCachedMatch(matchers ...interface{}) *ExecutableNodeStatus_IsCached

func (*ExecutableNodeStatus) OnIsDirty

func (*ExecutableNodeStatus) OnIsDirtyMatch

func (_m *ExecutableNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *ExecutableNodeStatus_IsDirty

func (*ExecutableNodeStatus) ResetDirty

func (_m *ExecutableNodeStatus) ResetDirty()

ResetDirty provides a mock function with given fields:

func (*ExecutableNodeStatus) SetCached

func (_m *ExecutableNodeStatus) SetCached()

SetCached provides a mock function with given fields:

func (*ExecutableNodeStatus) SetDataDir

func (_m *ExecutableNodeStatus) SetDataDir(_a0 storage.DataReference)

SetDataDir provides a mock function with given fields: _a0

func (*ExecutableNodeStatus) SetOutputDir

func (_m *ExecutableNodeStatus) SetOutputDir(d storage.DataReference)

SetOutputDir provides a mock function with given fields: d

func (*ExecutableNodeStatus) SetParentNodeID

func (_m *ExecutableNodeStatus) SetParentNodeID(n *string)

SetParentNodeID provides a mock function with given fields: n

func (*ExecutableNodeStatus) SetParentTaskID

func (_m *ExecutableNodeStatus) SetParentTaskID(t *core.TaskExecutionIdentifier)

SetParentTaskID provides a mock function with given fields: t

func (*ExecutableNodeStatus) UpdatePhase

func (_m *ExecutableNodeStatus) UpdatePhase(phase v1alpha1.NodePhase, occurredAt v1.Time, reason string, enableCRDebugMetadata bool, err *core.ExecutionError)

UpdatePhase provides a mock function with given fields: phase, occurredAt, reason, enableCRDebugMetadata, err

func (*ExecutableNodeStatus) VisitNodeStatuses

func (_m *ExecutableNodeStatus) VisitNodeStatuses(visitor func(string, v1alpha1.ExecutableNodeStatus))

VisitNodeStatuses provides a mock function with given fields: visitor

type ExecutableNodeStatus_GetArrayNodeStatus

type ExecutableNodeStatus_GetArrayNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetAttempts

type ExecutableNodeStatus_GetAttempts struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetAttempts) Return

type ExecutableNodeStatus_GetBranchStatus

type ExecutableNodeStatus_GetBranchStatus struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetBranchStatus) Return

type ExecutableNodeStatus_GetDataDir

type ExecutableNodeStatus_GetDataDir struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetDataDir) Return

type ExecutableNodeStatus_GetDynamicNodeStatus

type ExecutableNodeStatus_GetDynamicNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetExecutionError

type ExecutableNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetExecutionError) Return

type ExecutableNodeStatus_GetGateNodeStatus

type ExecutableNodeStatus_GetGateNodeStatus struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetGateNodeStatus) Return

type ExecutableNodeStatus_GetLastAttemptStartedAt

type ExecutableNodeStatus_GetLastAttemptStartedAt struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetLastAttemptStartedAt) Return

type ExecutableNodeStatus_GetLastUpdatedAt

type ExecutableNodeStatus_GetLastUpdatedAt struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetLastUpdatedAt) Return

type ExecutableNodeStatus_GetMessage

type ExecutableNodeStatus_GetMessage struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetMessage) Return

type ExecutableNodeStatus_GetNodeExecutionStatus

type ExecutableNodeStatus_GetNodeExecutionStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateArrayNodeStatus

type ExecutableNodeStatus_GetOrCreateArrayNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateBranchStatus

type ExecutableNodeStatus_GetOrCreateBranchStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateDynamicNodeStatus

type ExecutableNodeStatus_GetOrCreateDynamicNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateGateNodeStatus

type ExecutableNodeStatus_GetOrCreateGateNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateTaskStatus

type ExecutableNodeStatus_GetOrCreateTaskStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOrCreateWorkflowStatus

type ExecutableNodeStatus_GetOrCreateWorkflowStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetOutputDir

type ExecutableNodeStatus_GetOutputDir struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetOutputDir) Return

type ExecutableNodeStatus_GetParentNodeID

type ExecutableNodeStatus_GetParentNodeID struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetParentNodeID) Return

type ExecutableNodeStatus_GetParentTaskID

type ExecutableNodeStatus_GetParentTaskID struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetParentTaskID) Return

type ExecutableNodeStatus_GetPhase

type ExecutableNodeStatus_GetPhase struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetPhase) Return

type ExecutableNodeStatus_GetQueuedAt

type ExecutableNodeStatus_GetQueuedAt struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetQueuedAt) Return

type ExecutableNodeStatus_GetStartedAt

type ExecutableNodeStatus_GetStartedAt struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetStartedAt) Return

type ExecutableNodeStatus_GetStoppedAt

type ExecutableNodeStatus_GetStoppedAt struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetStoppedAt) Return

type ExecutableNodeStatus_GetSystemFailures

type ExecutableNodeStatus_GetSystemFailures struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetSystemFailures) Return

type ExecutableNodeStatus_GetTaskNodeStatus

type ExecutableNodeStatus_GetTaskNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetTaskStatus

type ExecutableNodeStatus_GetTaskStatus struct {
	*mock.Call
}

func (ExecutableNodeStatus_GetTaskStatus) Return

type ExecutableNodeStatus_GetWorkflowNodeStatus

type ExecutableNodeStatus_GetWorkflowNodeStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_GetWorkflowStatus

type ExecutableNodeStatus_GetWorkflowStatus struct {
	*mock.Call
}

type ExecutableNodeStatus_IncrementAttempts

type ExecutableNodeStatus_IncrementAttempts struct {
	*mock.Call
}

func (ExecutableNodeStatus_IncrementAttempts) Return

type ExecutableNodeStatus_IncrementSystemFailures

type ExecutableNodeStatus_IncrementSystemFailures struct {
	*mock.Call
}

func (ExecutableNodeStatus_IncrementSystemFailures) Return

type ExecutableNodeStatus_IsCached

type ExecutableNodeStatus_IsCached struct {
	*mock.Call
}

func (ExecutableNodeStatus_IsCached) Return

type ExecutableNodeStatus_IsDirty

type ExecutableNodeStatus_IsDirty struct {
	*mock.Call
}

func (ExecutableNodeStatus_IsDirty) Return

type ExecutableNode_GetActiveDeadline

type ExecutableNode_GetActiveDeadline struct {
	*mock.Call
}

func (ExecutableNode_GetActiveDeadline) Return

type ExecutableNode_GetArrayNode

type ExecutableNode_GetArrayNode struct {
	*mock.Call
}

func (ExecutableNode_GetArrayNode) Return

type ExecutableNode_GetBranchNode

type ExecutableNode_GetBranchNode struct {
	*mock.Call
}

func (ExecutableNode_GetBranchNode) Return

type ExecutableNode_GetConfig

type ExecutableNode_GetConfig struct {
	*mock.Call
}

func (ExecutableNode_GetConfig) Return

type ExecutableNode_GetExecutionDeadline

type ExecutableNode_GetExecutionDeadline struct {
	*mock.Call
}

func (ExecutableNode_GetExecutionDeadline) Return

type ExecutableNode_GetExtendedResources

type ExecutableNode_GetExtendedResources struct {
	*mock.Call
}

func (ExecutableNode_GetExtendedResources) Return

type ExecutableNode_GetGateNode

type ExecutableNode_GetGateNode struct {
	*mock.Call
}

func (ExecutableNode_GetGateNode) Return

type ExecutableNode_GetID

type ExecutableNode_GetID struct {
	*mock.Call
}

func (ExecutableNode_GetID) Return

type ExecutableNode_GetInputBindings

type ExecutableNode_GetInputBindings struct {
	*mock.Call
}

func (ExecutableNode_GetInputBindings) Return

type ExecutableNode_GetKind

type ExecutableNode_GetKind struct {
	*mock.Call
}

func (ExecutableNode_GetKind) Return

type ExecutableNode_GetName

type ExecutableNode_GetName struct {
	*mock.Call
}

func (ExecutableNode_GetName) Return

type ExecutableNode_GetOutputAlias

type ExecutableNode_GetOutputAlias struct {
	*mock.Call
}

func (ExecutableNode_GetOutputAlias) Return

type ExecutableNode_GetResources

type ExecutableNode_GetResources struct {
	*mock.Call
}

func (ExecutableNode_GetResources) Return

type ExecutableNode_GetRetryStrategy

type ExecutableNode_GetRetryStrategy struct {
	*mock.Call
}

func (ExecutableNode_GetRetryStrategy) Return

type ExecutableNode_GetTaskID

type ExecutableNode_GetTaskID struct {
	*mock.Call
}

func (ExecutableNode_GetTaskID) Return

type ExecutableNode_GetWorkflowNode

type ExecutableNode_GetWorkflowNode struct {
	*mock.Call
}

func (ExecutableNode_GetWorkflowNode) Return

type ExecutableNode_IsEndNode

type ExecutableNode_IsEndNode struct {
	*mock.Call
}

func (ExecutableNode_IsEndNode) Return

type ExecutableNode_IsInterruptible

type ExecutableNode_IsInterruptible struct {
	*mock.Call
}

func (ExecutableNode_IsInterruptible) Return

type ExecutableNode_IsStartNode

type ExecutableNode_IsStartNode struct {
	*mock.Call
}

func (ExecutableNode_IsStartNode) Return

type ExecutableSubWorkflow

type ExecutableSubWorkflow struct {
	mock.Mock
}

ExecutableSubWorkflow is an autogenerated mock type for the ExecutableSubWorkflow type

func (*ExecutableSubWorkflow) FromNode

func (_m *ExecutableSubWorkflow) FromNode(name string) ([]string, error)

FromNode provides a mock function with given fields: name

func (*ExecutableSubWorkflow) GetConnections

func (_m *ExecutableSubWorkflow) GetConnections() *v1alpha1.Connections

GetConnections provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetID

func (_m *ExecutableSubWorkflow) GetID() string

GetID provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetNode

func (_m *ExecutableSubWorkflow) GetNode(nodeID string) (v1alpha1.ExecutableNode, bool)

GetNode provides a mock function with given fields: nodeID

func (*ExecutableSubWorkflow) GetNodes

func (_m *ExecutableSubWorkflow) GetNodes() []string

GetNodes provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetOnFailureNode

func (_m *ExecutableSubWorkflow) GetOnFailureNode() v1alpha1.ExecutableNode

GetOnFailureNode provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetOnFailurePolicy

func (_m *ExecutableSubWorkflow) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy

GetOnFailurePolicy provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetOutputBindings

func (_m *ExecutableSubWorkflow) GetOutputBindings() []*v1alpha1.Binding

GetOutputBindings provides a mock function with given fields:

func (*ExecutableSubWorkflow) GetOutputs

func (_m *ExecutableSubWorkflow) GetOutputs() *v1alpha1.OutputVarMap

GetOutputs provides a mock function with given fields:

func (*ExecutableSubWorkflow) OnFromNode

func (*ExecutableSubWorkflow) OnFromNodeMatch

func (_m *ExecutableSubWorkflow) OnFromNodeMatch(matchers ...interface{}) *ExecutableSubWorkflow_FromNode

func (*ExecutableSubWorkflow) OnGetConnections

func (*ExecutableSubWorkflow) OnGetConnectionsMatch

func (_m *ExecutableSubWorkflow) OnGetConnectionsMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetConnections

func (*ExecutableSubWorkflow) OnGetID

func (*ExecutableSubWorkflow) OnGetIDMatch

func (_m *ExecutableSubWorkflow) OnGetIDMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetID

func (*ExecutableSubWorkflow) OnGetNode

func (*ExecutableSubWorkflow) OnGetNodeMatch

func (_m *ExecutableSubWorkflow) OnGetNodeMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetNode

func (*ExecutableSubWorkflow) OnGetNodes

func (*ExecutableSubWorkflow) OnGetNodesMatch

func (_m *ExecutableSubWorkflow) OnGetNodesMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetNodes

func (*ExecutableSubWorkflow) OnGetOnFailureNode

func (*ExecutableSubWorkflow) OnGetOnFailureNodeMatch

func (_m *ExecutableSubWorkflow) OnGetOnFailureNodeMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetOnFailureNode

func (*ExecutableSubWorkflow) OnGetOnFailurePolicy

func (*ExecutableSubWorkflow) OnGetOnFailurePolicyMatch

func (_m *ExecutableSubWorkflow) OnGetOnFailurePolicyMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetOnFailurePolicy

func (*ExecutableSubWorkflow) OnGetOutputBindings

func (*ExecutableSubWorkflow) OnGetOutputBindingsMatch

func (_m *ExecutableSubWorkflow) OnGetOutputBindingsMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetOutputBindings

func (*ExecutableSubWorkflow) OnGetOutputs

func (*ExecutableSubWorkflow) OnGetOutputsMatch

func (_m *ExecutableSubWorkflow) OnGetOutputsMatch(matchers ...interface{}) *ExecutableSubWorkflow_GetOutputs

func (*ExecutableSubWorkflow) OnStartNode

func (*ExecutableSubWorkflow) OnStartNodeMatch

func (_m *ExecutableSubWorkflow) OnStartNodeMatch(matchers ...interface{}) *ExecutableSubWorkflow_StartNode

func (*ExecutableSubWorkflow) OnToNode

func (*ExecutableSubWorkflow) OnToNodeMatch

func (_m *ExecutableSubWorkflow) OnToNodeMatch(matchers ...interface{}) *ExecutableSubWorkflow_ToNode

func (*ExecutableSubWorkflow) StartNode

StartNode provides a mock function with given fields:

func (*ExecutableSubWorkflow) ToNode

func (_m *ExecutableSubWorkflow) ToNode(name string) ([]string, error)

ToNode provides a mock function with given fields: name

type ExecutableSubWorkflowNodeStatus

type ExecutableSubWorkflowNodeStatus struct {
	mock.Mock
}

ExecutableSubWorkflowNodeStatus is an autogenerated mock type for the ExecutableSubWorkflowNodeStatus type

func (*ExecutableSubWorkflowNodeStatus) GetPhase

GetPhase provides a mock function with given fields:

func (*ExecutableSubWorkflowNodeStatus) OnGetPhase

func (*ExecutableSubWorkflowNodeStatus) OnGetPhaseMatch

func (_m *ExecutableSubWorkflowNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *ExecutableSubWorkflowNodeStatus_GetPhase

type ExecutableSubWorkflowNodeStatus_GetPhase

type ExecutableSubWorkflowNodeStatus_GetPhase struct {
	*mock.Call
}

func (ExecutableSubWorkflowNodeStatus_GetPhase) Return

type ExecutableSubWorkflow_FromNode

type ExecutableSubWorkflow_FromNode struct {
	*mock.Call
}

func (ExecutableSubWorkflow_FromNode) Return

type ExecutableSubWorkflow_GetConnections

type ExecutableSubWorkflow_GetConnections struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetConnections) Return

type ExecutableSubWorkflow_GetID

type ExecutableSubWorkflow_GetID struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetID) Return

type ExecutableSubWorkflow_GetNode

type ExecutableSubWorkflow_GetNode struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetNode) Return

type ExecutableSubWorkflow_GetNodes

type ExecutableSubWorkflow_GetNodes struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetNodes) Return

type ExecutableSubWorkflow_GetOnFailureNode

type ExecutableSubWorkflow_GetOnFailureNode struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetOnFailureNode) Return

type ExecutableSubWorkflow_GetOnFailurePolicy

type ExecutableSubWorkflow_GetOnFailurePolicy struct {
	*mock.Call
}

type ExecutableSubWorkflow_GetOutputBindings

type ExecutableSubWorkflow_GetOutputBindings struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetOutputBindings) Return

type ExecutableSubWorkflow_GetOutputs

type ExecutableSubWorkflow_GetOutputs struct {
	*mock.Call
}

func (ExecutableSubWorkflow_GetOutputs) Return

type ExecutableSubWorkflow_StartNode

type ExecutableSubWorkflow_StartNode struct {
	*mock.Call
}

func (ExecutableSubWorkflow_StartNode) Return

type ExecutableSubWorkflow_ToNode

type ExecutableSubWorkflow_ToNode struct {
	*mock.Call
}

func (ExecutableSubWorkflow_ToNode) Return

type ExecutableTask

type ExecutableTask struct {
	mock.Mock
}

ExecutableTask is an autogenerated mock type for the ExecutableTask type

func (*ExecutableTask) CoreTask

func (_m *ExecutableTask) CoreTask() *core.TaskTemplate

CoreTask provides a mock function with given fields:

func (*ExecutableTask) OnCoreTask

func (_m *ExecutableTask) OnCoreTask() *ExecutableTask_CoreTask

func (*ExecutableTask) OnCoreTaskMatch

func (_m *ExecutableTask) OnCoreTaskMatch(matchers ...interface{}) *ExecutableTask_CoreTask

func (*ExecutableTask) OnTaskType

func (_m *ExecutableTask) OnTaskType() *ExecutableTask_TaskType

func (*ExecutableTask) OnTaskTypeMatch

func (_m *ExecutableTask) OnTaskTypeMatch(matchers ...interface{}) *ExecutableTask_TaskType

func (*ExecutableTask) TaskType

func (_m *ExecutableTask) TaskType() string

TaskType provides a mock function with given fields:

type ExecutableTaskNodeStatus

type ExecutableTaskNodeStatus struct {
	mock.Mock
}

ExecutableTaskNodeStatus is an autogenerated mock type for the ExecutableTaskNodeStatus type

func (*ExecutableTaskNodeStatus) GetBarrierClockTick

func (_m *ExecutableTaskNodeStatus) GetBarrierClockTick() uint32

GetBarrierClockTick provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetCleanupOnFailure

func (_m *ExecutableTaskNodeStatus) GetCleanupOnFailure() bool

GetCleanupOnFailure provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetLastPhaseUpdatedAt

func (_m *ExecutableTaskNodeStatus) GetLastPhaseUpdatedAt() time.Time

GetLastPhaseUpdatedAt provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetPhase

func (_m *ExecutableTaskNodeStatus) GetPhase() int

GetPhase provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetPhaseVersion

func (_m *ExecutableTaskNodeStatus) GetPhaseVersion() uint32

GetPhaseVersion provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetPluginState

func (_m *ExecutableTaskNodeStatus) GetPluginState() []byte

GetPluginState provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetPluginStateVersion

func (_m *ExecutableTaskNodeStatus) GetPluginStateVersion() uint32

GetPluginStateVersion provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath

func (_m *ExecutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath() storage.DataReference

GetPreviousNodeExecutionCheckpointPath provides a mock function with given fields:

func (*ExecutableTaskNodeStatus) OnGetBarrierClockTick

func (*ExecutableTaskNodeStatus) OnGetBarrierClockTickMatch

func (_m *ExecutableTaskNodeStatus) OnGetBarrierClockTickMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetBarrierClockTick

func (*ExecutableTaskNodeStatus) OnGetCleanupOnFailure

func (*ExecutableTaskNodeStatus) OnGetCleanupOnFailureMatch

func (_m *ExecutableTaskNodeStatus) OnGetCleanupOnFailureMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetCleanupOnFailure

func (*ExecutableTaskNodeStatus) OnGetLastPhaseUpdatedAt

func (*ExecutableTaskNodeStatus) OnGetLastPhaseUpdatedAtMatch

func (_m *ExecutableTaskNodeStatus) OnGetLastPhaseUpdatedAtMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetLastPhaseUpdatedAt

func (*ExecutableTaskNodeStatus) OnGetPhase

func (*ExecutableTaskNodeStatus) OnGetPhaseMatch

func (_m *ExecutableTaskNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetPhase

func (*ExecutableTaskNodeStatus) OnGetPhaseVersion

func (*ExecutableTaskNodeStatus) OnGetPhaseVersionMatch

func (_m *ExecutableTaskNodeStatus) OnGetPhaseVersionMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetPhaseVersion

func (*ExecutableTaskNodeStatus) OnGetPluginState

func (*ExecutableTaskNodeStatus) OnGetPluginStateMatch

func (_m *ExecutableTaskNodeStatus) OnGetPluginStateMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetPluginState

func (*ExecutableTaskNodeStatus) OnGetPluginStateVersion

func (*ExecutableTaskNodeStatus) OnGetPluginStateVersionMatch

func (_m *ExecutableTaskNodeStatus) OnGetPluginStateVersionMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetPluginStateVersion

func (*ExecutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPath

func (_m *ExecutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPath() *ExecutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

func (*ExecutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPathMatch

func (_m *ExecutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPathMatch(matchers ...interface{}) *ExecutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

type ExecutableTaskNodeStatus_GetBarrierClockTick

type ExecutableTaskNodeStatus_GetBarrierClockTick struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetBarrierClockTick) Return

type ExecutableTaskNodeStatus_GetCleanupOnFailure

type ExecutableTaskNodeStatus_GetCleanupOnFailure struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetCleanupOnFailure) Return

type ExecutableTaskNodeStatus_GetLastPhaseUpdatedAt

type ExecutableTaskNodeStatus_GetLastPhaseUpdatedAt struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetLastPhaseUpdatedAt) Return

type ExecutableTaskNodeStatus_GetPhase

type ExecutableTaskNodeStatus_GetPhase struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetPhase) Return

type ExecutableTaskNodeStatus_GetPhaseVersion

type ExecutableTaskNodeStatus_GetPhaseVersion struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetPhaseVersion) Return

type ExecutableTaskNodeStatus_GetPluginState

type ExecutableTaskNodeStatus_GetPluginState struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetPluginState) Return

type ExecutableTaskNodeStatus_GetPluginStateVersion

type ExecutableTaskNodeStatus_GetPluginStateVersion struct {
	*mock.Call
}

func (ExecutableTaskNodeStatus_GetPluginStateVersion) Return

type ExecutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

type ExecutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath struct {
	*mock.Call
}

type ExecutableTask_CoreTask

type ExecutableTask_CoreTask struct {
	*mock.Call
}

func (ExecutableTask_CoreTask) Return

type ExecutableTask_TaskType

type ExecutableTask_TaskType struct {
	*mock.Call
}

func (ExecutableTask_TaskType) Return

type ExecutableWorkflow

type ExecutableWorkflow struct {
	mock.Mock
}

ExecutableWorkflow is an autogenerated mock type for the ExecutableWorkflow type

func (*ExecutableWorkflow) FindSubWorkflow

func (_m *ExecutableWorkflow) FindSubWorkflow(subID string) v1alpha1.ExecutableSubWorkflow

FindSubWorkflow provides a mock function with given fields: subID

func (*ExecutableWorkflow) FromNode

func (_m *ExecutableWorkflow) FromNode(name string) ([]string, error)

FromNode provides a mock function with given fields: name

func (*ExecutableWorkflow) GetAnnotations

func (_m *ExecutableWorkflow) GetAnnotations() map[string]string

GetAnnotations provides a mock function with given fields:

func (*ExecutableWorkflow) GetConnections

func (_m *ExecutableWorkflow) GetConnections() *v1alpha1.Connections

GetConnections provides a mock function with given fields:

func (*ExecutableWorkflow) GetCreationTimestamp

func (_m *ExecutableWorkflow) GetCreationTimestamp() v1.Time

GetCreationTimestamp provides a mock function with given fields:

func (*ExecutableWorkflow) GetDefinitionVersion

func (_m *ExecutableWorkflow) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion

GetDefinitionVersion provides a mock function with given fields:

func (*ExecutableWorkflow) GetEventVersion

func (_m *ExecutableWorkflow) GetEventVersion() v1alpha1.EventVersion

GetEventVersion provides a mock function with given fields:

func (*ExecutableWorkflow) GetExecutionConfig

func (_m *ExecutableWorkflow) GetExecutionConfig() v1alpha1.ExecutionConfig

GetExecutionConfig provides a mock function with given fields:

func (*ExecutableWorkflow) GetExecutionID

GetExecutionID provides a mock function with given fields:

func (*ExecutableWorkflow) GetExecutionStatus

func (_m *ExecutableWorkflow) GetExecutionStatus() v1alpha1.ExecutableWorkflowStatus

GetExecutionStatus provides a mock function with given fields:

func (*ExecutableWorkflow) GetID

func (_m *ExecutableWorkflow) GetID() string

GetID provides a mock function with given fields:

func (*ExecutableWorkflow) GetK8sWorkflowID

func (_m *ExecutableWorkflow) GetK8sWorkflowID() types.NamespacedName

GetK8sWorkflowID provides a mock function with given fields:

func (*ExecutableWorkflow) GetLabels

func (_m *ExecutableWorkflow) GetLabels() map[string]string

GetLabels provides a mock function with given fields:

func (*ExecutableWorkflow) GetName

func (_m *ExecutableWorkflow) GetName() string

GetName provides a mock function with given fields:

func (*ExecutableWorkflow) GetNamespace

func (_m *ExecutableWorkflow) GetNamespace() string

GetNamespace provides a mock function with given fields:

func (*ExecutableWorkflow) GetNode

func (_m *ExecutableWorkflow) GetNode(nodeID string) (v1alpha1.ExecutableNode, bool)

GetNode provides a mock function with given fields: nodeID

func (*ExecutableWorkflow) GetNodeExecutionStatus

func (_m *ExecutableWorkflow) GetNodeExecutionStatus(ctx context.Context, id string) v1alpha1.ExecutableNodeStatus

GetNodeExecutionStatus provides a mock function with given fields: ctx, id

func (*ExecutableWorkflow) GetNodes

func (_m *ExecutableWorkflow) GetNodes() []string

GetNodes provides a mock function with given fields:

func (*ExecutableWorkflow) GetOnFailureNode

func (_m *ExecutableWorkflow) GetOnFailureNode() v1alpha1.ExecutableNode

GetOnFailureNode provides a mock function with given fields:

func (*ExecutableWorkflow) GetOnFailurePolicy

func (_m *ExecutableWorkflow) GetOnFailurePolicy() v1alpha1.WorkflowOnFailurePolicy

GetOnFailurePolicy provides a mock function with given fields:

func (*ExecutableWorkflow) GetOutputBindings

func (_m *ExecutableWorkflow) GetOutputBindings() []*v1alpha1.Binding

GetOutputBindings provides a mock function with given fields:

func (*ExecutableWorkflow) GetOutputs

func (_m *ExecutableWorkflow) GetOutputs() *v1alpha1.OutputVarMap

GetOutputs provides a mock function with given fields:

func (*ExecutableWorkflow) GetOwnerReference

func (_m *ExecutableWorkflow) GetOwnerReference() v1.OwnerReference

GetOwnerReference provides a mock function with given fields:

func (*ExecutableWorkflow) GetRawOutputDataConfig

func (_m *ExecutableWorkflow) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig

GetRawOutputDataConfig provides a mock function with given fields:

func (*ExecutableWorkflow) GetSecurityContext

func (_m *ExecutableWorkflow) GetSecurityContext() core.SecurityContext

GetSecurityContext provides a mock function with given fields:

func (*ExecutableWorkflow) GetServiceAccountName

func (_m *ExecutableWorkflow) GetServiceAccountName() string

GetServiceAccountName provides a mock function with given fields:

func (*ExecutableWorkflow) GetTask

GetTask provides a mock function with given fields: id

func (*ExecutableWorkflow) IsInterruptible

func (_m *ExecutableWorkflow) IsInterruptible() bool

IsInterruptible provides a mock function with given fields:

func (*ExecutableWorkflow) OnFindSubWorkflow

func (_m *ExecutableWorkflow) OnFindSubWorkflow(subID string) *ExecutableWorkflow_FindSubWorkflow

func (*ExecutableWorkflow) OnFindSubWorkflowMatch

func (_m *ExecutableWorkflow) OnFindSubWorkflowMatch(matchers ...interface{}) *ExecutableWorkflow_FindSubWorkflow

func (*ExecutableWorkflow) OnFromNode

func (*ExecutableWorkflow) OnFromNodeMatch

func (_m *ExecutableWorkflow) OnFromNodeMatch(matchers ...interface{}) *ExecutableWorkflow_FromNode

func (*ExecutableWorkflow) OnGetAnnotations

func (_m *ExecutableWorkflow) OnGetAnnotations() *ExecutableWorkflow_GetAnnotations

func (*ExecutableWorkflow) OnGetAnnotationsMatch

func (_m *ExecutableWorkflow) OnGetAnnotationsMatch(matchers ...interface{}) *ExecutableWorkflow_GetAnnotations

func (*ExecutableWorkflow) OnGetConnections

func (_m *ExecutableWorkflow) OnGetConnections() *ExecutableWorkflow_GetConnections

func (*ExecutableWorkflow) OnGetConnectionsMatch

func (_m *ExecutableWorkflow) OnGetConnectionsMatch(matchers ...interface{}) *ExecutableWorkflow_GetConnections

func (*ExecutableWorkflow) OnGetCreationTimestamp

func (_m *ExecutableWorkflow) OnGetCreationTimestamp() *ExecutableWorkflow_GetCreationTimestamp

func (*ExecutableWorkflow) OnGetCreationTimestampMatch

func (_m *ExecutableWorkflow) OnGetCreationTimestampMatch(matchers ...interface{}) *ExecutableWorkflow_GetCreationTimestamp

func (*ExecutableWorkflow) OnGetDefinitionVersion

func (_m *ExecutableWorkflow) OnGetDefinitionVersion() *ExecutableWorkflow_GetDefinitionVersion

func (*ExecutableWorkflow) OnGetDefinitionVersionMatch

func (_m *ExecutableWorkflow) OnGetDefinitionVersionMatch(matchers ...interface{}) *ExecutableWorkflow_GetDefinitionVersion

func (*ExecutableWorkflow) OnGetEventVersion

func (_m *ExecutableWorkflow) OnGetEventVersion() *ExecutableWorkflow_GetEventVersion

func (*ExecutableWorkflow) OnGetEventVersionMatch

func (_m *ExecutableWorkflow) OnGetEventVersionMatch(matchers ...interface{}) *ExecutableWorkflow_GetEventVersion

func (*ExecutableWorkflow) OnGetExecutionConfig

func (_m *ExecutableWorkflow) OnGetExecutionConfig() *ExecutableWorkflow_GetExecutionConfig

func (*ExecutableWorkflow) OnGetExecutionConfigMatch

func (_m *ExecutableWorkflow) OnGetExecutionConfigMatch(matchers ...interface{}) *ExecutableWorkflow_GetExecutionConfig

func (*ExecutableWorkflow) OnGetExecutionID

func (_m *ExecutableWorkflow) OnGetExecutionID() *ExecutableWorkflow_GetExecutionID

func (*ExecutableWorkflow) OnGetExecutionIDMatch

func (_m *ExecutableWorkflow) OnGetExecutionIDMatch(matchers ...interface{}) *ExecutableWorkflow_GetExecutionID

func (*ExecutableWorkflow) OnGetExecutionStatus

func (_m *ExecutableWorkflow) OnGetExecutionStatus() *ExecutableWorkflow_GetExecutionStatus

func (*ExecutableWorkflow) OnGetExecutionStatusMatch

func (_m *ExecutableWorkflow) OnGetExecutionStatusMatch(matchers ...interface{}) *ExecutableWorkflow_GetExecutionStatus

func (*ExecutableWorkflow) OnGetID

func (*ExecutableWorkflow) OnGetIDMatch

func (_m *ExecutableWorkflow) OnGetIDMatch(matchers ...interface{}) *ExecutableWorkflow_GetID

func (*ExecutableWorkflow) OnGetK8sWorkflowID

func (_m *ExecutableWorkflow) OnGetK8sWorkflowID() *ExecutableWorkflow_GetK8sWorkflowID

func (*ExecutableWorkflow) OnGetK8sWorkflowIDMatch

func (_m *ExecutableWorkflow) OnGetK8sWorkflowIDMatch(matchers ...interface{}) *ExecutableWorkflow_GetK8sWorkflowID

func (*ExecutableWorkflow) OnGetLabels

func (*ExecutableWorkflow) OnGetLabelsMatch

func (_m *ExecutableWorkflow) OnGetLabelsMatch(matchers ...interface{}) *ExecutableWorkflow_GetLabels

func (*ExecutableWorkflow) OnGetName

func (*ExecutableWorkflow) OnGetNameMatch

func (_m *ExecutableWorkflow) OnGetNameMatch(matchers ...interface{}) *ExecutableWorkflow_GetName

func (*ExecutableWorkflow) OnGetNamespace

func (*ExecutableWorkflow) OnGetNamespaceMatch

func (_m *ExecutableWorkflow) OnGetNamespaceMatch(matchers ...interface{}) *ExecutableWorkflow_GetNamespace

func (*ExecutableWorkflow) OnGetNode

func (_m *ExecutableWorkflow) OnGetNode(nodeID string) *ExecutableWorkflow_GetNode

func (*ExecutableWorkflow) OnGetNodeExecutionStatus

func (*ExecutableWorkflow) OnGetNodeExecutionStatusMatch

func (_m *ExecutableWorkflow) OnGetNodeExecutionStatusMatch(matchers ...interface{}) *ExecutableWorkflow_GetNodeExecutionStatus

func (*ExecutableWorkflow) OnGetNodeMatch

func (_m *ExecutableWorkflow) OnGetNodeMatch(matchers ...interface{}) *ExecutableWorkflow_GetNode

func (*ExecutableWorkflow) OnGetNodes

func (*ExecutableWorkflow) OnGetNodesMatch

func (_m *ExecutableWorkflow) OnGetNodesMatch(matchers ...interface{}) *ExecutableWorkflow_GetNodes

func (*ExecutableWorkflow) OnGetOnFailureNode

func (_m *ExecutableWorkflow) OnGetOnFailureNode() *ExecutableWorkflow_GetOnFailureNode

func (*ExecutableWorkflow) OnGetOnFailureNodeMatch

func (_m *ExecutableWorkflow) OnGetOnFailureNodeMatch(matchers ...interface{}) *ExecutableWorkflow_GetOnFailureNode

func (*ExecutableWorkflow) OnGetOnFailurePolicy

func (_m *ExecutableWorkflow) OnGetOnFailurePolicy() *ExecutableWorkflow_GetOnFailurePolicy

func (*ExecutableWorkflow) OnGetOnFailurePolicyMatch

func (_m *ExecutableWorkflow) OnGetOnFailurePolicyMatch(matchers ...interface{}) *ExecutableWorkflow_GetOnFailurePolicy

func (*ExecutableWorkflow) OnGetOutputBindings

func (_m *ExecutableWorkflow) OnGetOutputBindings() *ExecutableWorkflow_GetOutputBindings

func (*ExecutableWorkflow) OnGetOutputBindingsMatch

func (_m *ExecutableWorkflow) OnGetOutputBindingsMatch(matchers ...interface{}) *ExecutableWorkflow_GetOutputBindings

func (*ExecutableWorkflow) OnGetOutputs

func (*ExecutableWorkflow) OnGetOutputsMatch

func (_m *ExecutableWorkflow) OnGetOutputsMatch(matchers ...interface{}) *ExecutableWorkflow_GetOutputs

func (*ExecutableWorkflow) OnGetOwnerReference

func (_m *ExecutableWorkflow) OnGetOwnerReference() *ExecutableWorkflow_GetOwnerReference

func (*ExecutableWorkflow) OnGetOwnerReferenceMatch

func (_m *ExecutableWorkflow) OnGetOwnerReferenceMatch(matchers ...interface{}) *ExecutableWorkflow_GetOwnerReference

func (*ExecutableWorkflow) OnGetRawOutputDataConfig

func (_m *ExecutableWorkflow) OnGetRawOutputDataConfig() *ExecutableWorkflow_GetRawOutputDataConfig

func (*ExecutableWorkflow) OnGetRawOutputDataConfigMatch

func (_m *ExecutableWorkflow) OnGetRawOutputDataConfigMatch(matchers ...interface{}) *ExecutableWorkflow_GetRawOutputDataConfig

func (*ExecutableWorkflow) OnGetSecurityContext

func (_m *ExecutableWorkflow) OnGetSecurityContext() *ExecutableWorkflow_GetSecurityContext

func (*ExecutableWorkflow) OnGetSecurityContextMatch

func (_m *ExecutableWorkflow) OnGetSecurityContextMatch(matchers ...interface{}) *ExecutableWorkflow_GetSecurityContext

func (*ExecutableWorkflow) OnGetServiceAccountName

func (_m *ExecutableWorkflow) OnGetServiceAccountName() *ExecutableWorkflow_GetServiceAccountName

func (*ExecutableWorkflow) OnGetServiceAccountNameMatch

func (_m *ExecutableWorkflow) OnGetServiceAccountNameMatch(matchers ...interface{}) *ExecutableWorkflow_GetServiceAccountName

func (*ExecutableWorkflow) OnGetTask

func (*ExecutableWorkflow) OnGetTaskMatch

func (_m *ExecutableWorkflow) OnGetTaskMatch(matchers ...interface{}) *ExecutableWorkflow_GetTask

func (*ExecutableWorkflow) OnIsInterruptible

func (_m *ExecutableWorkflow) OnIsInterruptible() *ExecutableWorkflow_IsInterruptible

func (*ExecutableWorkflow) OnIsInterruptibleMatch

func (_m *ExecutableWorkflow) OnIsInterruptibleMatch(matchers ...interface{}) *ExecutableWorkflow_IsInterruptible

func (*ExecutableWorkflow) OnStartNode

func (*ExecutableWorkflow) OnStartNodeMatch

func (_m *ExecutableWorkflow) OnStartNodeMatch(matchers ...interface{}) *ExecutableWorkflow_StartNode

func (*ExecutableWorkflow) OnToNode

func (*ExecutableWorkflow) OnToNodeMatch

func (_m *ExecutableWorkflow) OnToNodeMatch(matchers ...interface{}) *ExecutableWorkflow_ToNode

func (*ExecutableWorkflow) StartNode

func (_m *ExecutableWorkflow) StartNode() v1alpha1.ExecutableNode

StartNode provides a mock function with given fields:

func (*ExecutableWorkflow) ToNode

func (_m *ExecutableWorkflow) ToNode(name string) ([]string, error)

ToNode provides a mock function with given fields: name

type ExecutableWorkflowNode

type ExecutableWorkflowNode struct {
	mock.Mock
}

ExecutableWorkflowNode is an autogenerated mock type for the ExecutableWorkflowNode type

func (*ExecutableWorkflowNode) GetLaunchPlanRefID

func (_m *ExecutableWorkflowNode) GetLaunchPlanRefID() *v1alpha1.Identifier

GetLaunchPlanRefID provides a mock function with given fields:

func (*ExecutableWorkflowNode) GetSubWorkflowRef

func (_m *ExecutableWorkflowNode) GetSubWorkflowRef() *string

GetSubWorkflowRef provides a mock function with given fields:

func (*ExecutableWorkflowNode) OnGetLaunchPlanRefID

func (*ExecutableWorkflowNode) OnGetLaunchPlanRefIDMatch

func (_m *ExecutableWorkflowNode) OnGetLaunchPlanRefIDMatch(matchers ...interface{}) *ExecutableWorkflowNode_GetLaunchPlanRefID

func (*ExecutableWorkflowNode) OnGetSubWorkflowRef

func (*ExecutableWorkflowNode) OnGetSubWorkflowRefMatch

func (_m *ExecutableWorkflowNode) OnGetSubWorkflowRefMatch(matchers ...interface{}) *ExecutableWorkflowNode_GetSubWorkflowRef

type ExecutableWorkflowNodeStatus

type ExecutableWorkflowNodeStatus struct {
	mock.Mock
}

ExecutableWorkflowNodeStatus is an autogenerated mock type for the ExecutableWorkflowNodeStatus type

func (*ExecutableWorkflowNodeStatus) GetExecutionError

func (_m *ExecutableWorkflowNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*ExecutableWorkflowNodeStatus) GetWorkflowNodePhase

func (_m *ExecutableWorkflowNodeStatus) GetWorkflowNodePhase() v1alpha1.WorkflowNodePhase

GetWorkflowNodePhase provides a mock function with given fields:

func (*ExecutableWorkflowNodeStatus) OnGetExecutionError

func (*ExecutableWorkflowNodeStatus) OnGetExecutionErrorMatch

func (_m *ExecutableWorkflowNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *ExecutableWorkflowNodeStatus_GetExecutionError

func (*ExecutableWorkflowNodeStatus) OnGetWorkflowNodePhase

func (*ExecutableWorkflowNodeStatus) OnGetWorkflowNodePhaseMatch

func (_m *ExecutableWorkflowNodeStatus) OnGetWorkflowNodePhaseMatch(matchers ...interface{}) *ExecutableWorkflowNodeStatus_GetWorkflowNodePhase

type ExecutableWorkflowNodeStatus_GetExecutionError

type ExecutableWorkflowNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (ExecutableWorkflowNodeStatus_GetExecutionError) Return

type ExecutableWorkflowNodeStatus_GetWorkflowNodePhase

type ExecutableWorkflowNodeStatus_GetWorkflowNodePhase struct {
	*mock.Call
}

type ExecutableWorkflowNode_GetLaunchPlanRefID

type ExecutableWorkflowNode_GetLaunchPlanRefID struct {
	*mock.Call
}

func (ExecutableWorkflowNode_GetLaunchPlanRefID) Return

type ExecutableWorkflowNode_GetSubWorkflowRef

type ExecutableWorkflowNode_GetSubWorkflowRef struct {
	*mock.Call
}

func (ExecutableWorkflowNode_GetSubWorkflowRef) Return

type ExecutableWorkflowStatus

type ExecutableWorkflowStatus struct {
	mock.Mock
}

ExecutableWorkflowStatus is an autogenerated mock type for the ExecutableWorkflowStatus type

func (*ExecutableWorkflowStatus) ConstructNodeDataDir

func (_m *ExecutableWorkflowStatus) ConstructNodeDataDir(ctx context.Context, name string) (storage.DataReference, error)

ConstructNodeDataDir provides a mock function with given fields: ctx, name

func (*ExecutableWorkflowStatus) GetDataDir

GetDataDir provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetExecutionError

func (_m *ExecutableWorkflowStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetLastUpdatedAt

func (_m *ExecutableWorkflowStatus) GetLastUpdatedAt() *v1.Time

GetLastUpdatedAt provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetMessage

func (_m *ExecutableWorkflowStatus) GetMessage() string

GetMessage provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetNodeExecutionStatus

func (_m *ExecutableWorkflowStatus) GetNodeExecutionStatus(ctx context.Context, id string) v1alpha1.ExecutableNodeStatus

GetNodeExecutionStatus provides a mock function with given fields: ctx, id

func (*ExecutableWorkflowStatus) GetOutputReference

func (_m *ExecutableWorkflowStatus) GetOutputReference() storage.DataReference

GetOutputReference provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetPhase

GetPhase provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetStartedAt

func (_m *ExecutableWorkflowStatus) GetStartedAt() *v1.Time

GetStartedAt provides a mock function with given fields:

func (*ExecutableWorkflowStatus) GetStoppedAt

func (_m *ExecutableWorkflowStatus) GetStoppedAt() *v1.Time

GetStoppedAt provides a mock function with given fields:

func (*ExecutableWorkflowStatus) IncFailedAttempts

func (_m *ExecutableWorkflowStatus) IncFailedAttempts()

IncFailedAttempts provides a mock function with given fields:

func (*ExecutableWorkflowStatus) IsTerminated

func (_m *ExecutableWorkflowStatus) IsTerminated() bool

IsTerminated provides a mock function with given fields:

func (*ExecutableWorkflowStatus) OnConstructNodeDataDir

func (*ExecutableWorkflowStatus) OnConstructNodeDataDirMatch

func (_m *ExecutableWorkflowStatus) OnConstructNodeDataDirMatch(matchers ...interface{}) *ExecutableWorkflowStatus_ConstructNodeDataDir

func (*ExecutableWorkflowStatus) OnGetDataDir

func (*ExecutableWorkflowStatus) OnGetDataDirMatch

func (_m *ExecutableWorkflowStatus) OnGetDataDirMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetDataDir

func (*ExecutableWorkflowStatus) OnGetExecutionError

func (*ExecutableWorkflowStatus) OnGetExecutionErrorMatch

func (_m *ExecutableWorkflowStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetExecutionError

func (*ExecutableWorkflowStatus) OnGetLastUpdatedAt

func (*ExecutableWorkflowStatus) OnGetLastUpdatedAtMatch

func (_m *ExecutableWorkflowStatus) OnGetLastUpdatedAtMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetLastUpdatedAt

func (*ExecutableWorkflowStatus) OnGetMessage

func (*ExecutableWorkflowStatus) OnGetMessageMatch

func (_m *ExecutableWorkflowStatus) OnGetMessageMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetMessage

func (*ExecutableWorkflowStatus) OnGetNodeExecutionStatus

func (*ExecutableWorkflowStatus) OnGetNodeExecutionStatusMatch

func (_m *ExecutableWorkflowStatus) OnGetNodeExecutionStatusMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetNodeExecutionStatus

func (*ExecutableWorkflowStatus) OnGetOutputReference

func (*ExecutableWorkflowStatus) OnGetOutputReferenceMatch

func (_m *ExecutableWorkflowStatus) OnGetOutputReferenceMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetOutputReference

func (*ExecutableWorkflowStatus) OnGetPhase

func (*ExecutableWorkflowStatus) OnGetPhaseMatch

func (_m *ExecutableWorkflowStatus) OnGetPhaseMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetPhase

func (*ExecutableWorkflowStatus) OnGetStartedAt

func (*ExecutableWorkflowStatus) OnGetStartedAtMatch

func (_m *ExecutableWorkflowStatus) OnGetStartedAtMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetStartedAt

func (*ExecutableWorkflowStatus) OnGetStoppedAt

func (*ExecutableWorkflowStatus) OnGetStoppedAtMatch

func (_m *ExecutableWorkflowStatus) OnGetStoppedAtMatch(matchers ...interface{}) *ExecutableWorkflowStatus_GetStoppedAt

func (*ExecutableWorkflowStatus) OnIsTerminated

func (*ExecutableWorkflowStatus) OnIsTerminatedMatch

func (_m *ExecutableWorkflowStatus) OnIsTerminatedMatch(matchers ...interface{}) *ExecutableWorkflowStatus_IsTerminated

func (*ExecutableWorkflowStatus) SetDataDir

func (_m *ExecutableWorkflowStatus) SetDataDir(_a0 storage.DataReference)

SetDataDir provides a mock function with given fields: _a0

func (*ExecutableWorkflowStatus) SetMessage

func (_m *ExecutableWorkflowStatus) SetMessage(msg string)

SetMessage provides a mock function with given fields: msg

func (*ExecutableWorkflowStatus) SetOutputReference

func (_m *ExecutableWorkflowStatus) SetOutputReference(reference storage.DataReference)

SetOutputReference provides a mock function with given fields: reference

func (*ExecutableWorkflowStatus) UpdatePhase

UpdatePhase provides a mock function with given fields: p, msg, err

type ExecutableWorkflowStatus_ConstructNodeDataDir

type ExecutableWorkflowStatus_ConstructNodeDataDir struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_ConstructNodeDataDir) Return

type ExecutableWorkflowStatus_GetDataDir

type ExecutableWorkflowStatus_GetDataDir struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetDataDir) Return

type ExecutableWorkflowStatus_GetExecutionError

type ExecutableWorkflowStatus_GetExecutionError struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetExecutionError) Return

type ExecutableWorkflowStatus_GetLastUpdatedAt

type ExecutableWorkflowStatus_GetLastUpdatedAt struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetLastUpdatedAt) Return

type ExecutableWorkflowStatus_GetMessage

type ExecutableWorkflowStatus_GetMessage struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetMessage) Return

type ExecutableWorkflowStatus_GetNodeExecutionStatus

type ExecutableWorkflowStatus_GetNodeExecutionStatus struct {
	*mock.Call
}

type ExecutableWorkflowStatus_GetOutputReference

type ExecutableWorkflowStatus_GetOutputReference struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetOutputReference) Return

type ExecutableWorkflowStatus_GetPhase

type ExecutableWorkflowStatus_GetPhase struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetPhase) Return

type ExecutableWorkflowStatus_GetStartedAt

type ExecutableWorkflowStatus_GetStartedAt struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetStartedAt) Return

type ExecutableWorkflowStatus_GetStoppedAt

type ExecutableWorkflowStatus_GetStoppedAt struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_GetStoppedAt) Return

type ExecutableWorkflowStatus_IsTerminated

type ExecutableWorkflowStatus_IsTerminated struct {
	*mock.Call
}

func (ExecutableWorkflowStatus_IsTerminated) Return

type ExecutableWorkflow_FindSubWorkflow

type ExecutableWorkflow_FindSubWorkflow struct {
	*mock.Call
}

func (ExecutableWorkflow_FindSubWorkflow) Return

type ExecutableWorkflow_FromNode

type ExecutableWorkflow_FromNode struct {
	*mock.Call
}

func (ExecutableWorkflow_FromNode) Return

type ExecutableWorkflow_GetAnnotations

type ExecutableWorkflow_GetAnnotations struct {
	*mock.Call
}

func (ExecutableWorkflow_GetAnnotations) Return

type ExecutableWorkflow_GetConnections

type ExecutableWorkflow_GetConnections struct {
	*mock.Call
}

func (ExecutableWorkflow_GetConnections) Return

type ExecutableWorkflow_GetCreationTimestamp

type ExecutableWorkflow_GetCreationTimestamp struct {
	*mock.Call
}

func (ExecutableWorkflow_GetCreationTimestamp) Return

type ExecutableWorkflow_GetDefinitionVersion

type ExecutableWorkflow_GetDefinitionVersion struct {
	*mock.Call
}

type ExecutableWorkflow_GetEventVersion

type ExecutableWorkflow_GetEventVersion struct {
	*mock.Call
}

func (ExecutableWorkflow_GetEventVersion) Return

type ExecutableWorkflow_GetExecutionConfig

type ExecutableWorkflow_GetExecutionConfig struct {
	*mock.Call
}

func (ExecutableWorkflow_GetExecutionConfig) Return

type ExecutableWorkflow_GetExecutionID

type ExecutableWorkflow_GetExecutionID struct {
	*mock.Call
}

type ExecutableWorkflow_GetExecutionStatus

type ExecutableWorkflow_GetExecutionStatus struct {
	*mock.Call
}

type ExecutableWorkflow_GetID

type ExecutableWorkflow_GetID struct {
	*mock.Call
}

func (ExecutableWorkflow_GetID) Return

type ExecutableWorkflow_GetK8sWorkflowID

type ExecutableWorkflow_GetK8sWorkflowID struct {
	*mock.Call
}

func (ExecutableWorkflow_GetK8sWorkflowID) Return

type ExecutableWorkflow_GetLabels

type ExecutableWorkflow_GetLabels struct {
	*mock.Call
}

func (ExecutableWorkflow_GetLabels) Return

type ExecutableWorkflow_GetName

type ExecutableWorkflow_GetName struct {
	*mock.Call
}

func (ExecutableWorkflow_GetName) Return

type ExecutableWorkflow_GetNamespace

type ExecutableWorkflow_GetNamespace struct {
	*mock.Call
}

func (ExecutableWorkflow_GetNamespace) Return

type ExecutableWorkflow_GetNode

type ExecutableWorkflow_GetNode struct {
	*mock.Call
}

func (ExecutableWorkflow_GetNode) Return

type ExecutableWorkflow_GetNodeExecutionStatus

type ExecutableWorkflow_GetNodeExecutionStatus struct {
	*mock.Call
}

func (ExecutableWorkflow_GetNodeExecutionStatus) Return

type ExecutableWorkflow_GetNodes

type ExecutableWorkflow_GetNodes struct {
	*mock.Call
}

func (ExecutableWorkflow_GetNodes) Return

type ExecutableWorkflow_GetOnFailureNode

type ExecutableWorkflow_GetOnFailureNode struct {
	*mock.Call
}

func (ExecutableWorkflow_GetOnFailureNode) Return

type ExecutableWorkflow_GetOnFailurePolicy

type ExecutableWorkflow_GetOnFailurePolicy struct {
	*mock.Call
}

type ExecutableWorkflow_GetOutputBindings

type ExecutableWorkflow_GetOutputBindings struct {
	*mock.Call
}

func (ExecutableWorkflow_GetOutputBindings) Return

type ExecutableWorkflow_GetOutputs

type ExecutableWorkflow_GetOutputs struct {
	*mock.Call
}

func (ExecutableWorkflow_GetOutputs) Return

type ExecutableWorkflow_GetOwnerReference

type ExecutableWorkflow_GetOwnerReference struct {
	*mock.Call
}

func (ExecutableWorkflow_GetOwnerReference) Return

type ExecutableWorkflow_GetRawOutputDataConfig

type ExecutableWorkflow_GetRawOutputDataConfig struct {
	*mock.Call
}

func (ExecutableWorkflow_GetRawOutputDataConfig) Return

type ExecutableWorkflow_GetSecurityContext

type ExecutableWorkflow_GetSecurityContext struct {
	*mock.Call
}

func (ExecutableWorkflow_GetSecurityContext) Return

type ExecutableWorkflow_GetServiceAccountName

type ExecutableWorkflow_GetServiceAccountName struct {
	*mock.Call
}

func (ExecutableWorkflow_GetServiceAccountName) Return

type ExecutableWorkflow_GetTask

type ExecutableWorkflow_GetTask struct {
	*mock.Call
}

func (ExecutableWorkflow_GetTask) Return

type ExecutableWorkflow_IsInterruptible

type ExecutableWorkflow_IsInterruptible struct {
	*mock.Call
}

func (ExecutableWorkflow_IsInterruptible) Return

type ExecutableWorkflow_StartNode

type ExecutableWorkflow_StartNode struct {
	*mock.Call
}

func (ExecutableWorkflow_StartNode) Return

type ExecutableWorkflow_ToNode

type ExecutableWorkflow_ToNode struct {
	*mock.Call
}

func (ExecutableWorkflow_ToNode) Return

type ExecutionTimeInfo

type ExecutionTimeInfo struct {
	mock.Mock
}

ExecutionTimeInfo is an autogenerated mock type for the ExecutionTimeInfo type

func (*ExecutionTimeInfo) GetLastUpdatedAt

func (_m *ExecutionTimeInfo) GetLastUpdatedAt() *v1.Time

GetLastUpdatedAt provides a mock function with given fields:

func (*ExecutionTimeInfo) GetStartedAt

func (_m *ExecutionTimeInfo) GetStartedAt() *v1.Time

GetStartedAt provides a mock function with given fields:

func (*ExecutionTimeInfo) GetStoppedAt

func (_m *ExecutionTimeInfo) GetStoppedAt() *v1.Time

GetStoppedAt provides a mock function with given fields:

func (*ExecutionTimeInfo) OnGetLastUpdatedAt

func (_m *ExecutionTimeInfo) OnGetLastUpdatedAt() *ExecutionTimeInfo_GetLastUpdatedAt

func (*ExecutionTimeInfo) OnGetLastUpdatedAtMatch

func (_m *ExecutionTimeInfo) OnGetLastUpdatedAtMatch(matchers ...interface{}) *ExecutionTimeInfo_GetLastUpdatedAt

func (*ExecutionTimeInfo) OnGetStartedAt

func (_m *ExecutionTimeInfo) OnGetStartedAt() *ExecutionTimeInfo_GetStartedAt

func (*ExecutionTimeInfo) OnGetStartedAtMatch

func (_m *ExecutionTimeInfo) OnGetStartedAtMatch(matchers ...interface{}) *ExecutionTimeInfo_GetStartedAt

func (*ExecutionTimeInfo) OnGetStoppedAt

func (_m *ExecutionTimeInfo) OnGetStoppedAt() *ExecutionTimeInfo_GetStoppedAt

func (*ExecutionTimeInfo) OnGetStoppedAtMatch

func (_m *ExecutionTimeInfo) OnGetStoppedAtMatch(matchers ...interface{}) *ExecutionTimeInfo_GetStoppedAt

type ExecutionTimeInfo_GetLastUpdatedAt

type ExecutionTimeInfo_GetLastUpdatedAt struct {
	*mock.Call
}

func (ExecutionTimeInfo_GetLastUpdatedAt) Return

type ExecutionTimeInfo_GetStartedAt

type ExecutionTimeInfo_GetStartedAt struct {
	*mock.Call
}

func (ExecutionTimeInfo_GetStartedAt) Return

type ExecutionTimeInfo_GetStoppedAt

type ExecutionTimeInfo_GetStoppedAt struct {
	*mock.Call
}

func (ExecutionTimeInfo_GetStoppedAt) Return

type Meta

type Meta struct {
	mock.Mock
}

Meta is an autogenerated mock type for the Meta type

func (*Meta) GetAnnotations

func (_m *Meta) GetAnnotations() map[string]string

GetAnnotations provides a mock function with given fields:

func (*Meta) GetCreationTimestamp

func (_m *Meta) GetCreationTimestamp() v1.Time

GetCreationTimestamp provides a mock function with given fields:

func (*Meta) GetDefinitionVersion

func (_m *Meta) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion

GetDefinitionVersion provides a mock function with given fields:

func (*Meta) GetEventVersion

func (_m *Meta) GetEventVersion() v1alpha1.EventVersion

GetEventVersion provides a mock function with given fields:

func (*Meta) GetExecutionID

func (_m *Meta) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier

GetExecutionID provides a mock function with given fields:

func (*Meta) GetK8sWorkflowID

func (_m *Meta) GetK8sWorkflowID() types.NamespacedName

GetK8sWorkflowID provides a mock function with given fields:

func (*Meta) GetLabels

func (_m *Meta) GetLabels() map[string]string

GetLabels provides a mock function with given fields:

func (*Meta) GetName

func (_m *Meta) GetName() string

GetName provides a mock function with given fields:

func (*Meta) GetNamespace

func (_m *Meta) GetNamespace() string

GetNamespace provides a mock function with given fields:

func (*Meta) GetOwnerReference

func (_m *Meta) GetOwnerReference() v1.OwnerReference

GetOwnerReference provides a mock function with given fields:

func (*Meta) GetRawOutputDataConfig

func (_m *Meta) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig

GetRawOutputDataConfig provides a mock function with given fields:

func (*Meta) GetSecurityContext

func (_m *Meta) GetSecurityContext() core.SecurityContext

GetSecurityContext provides a mock function with given fields:

func (*Meta) GetServiceAccountName

func (_m *Meta) GetServiceAccountName() string

GetServiceAccountName provides a mock function with given fields:

func (*Meta) IsInterruptible

func (_m *Meta) IsInterruptible() bool

IsInterruptible provides a mock function with given fields:

func (*Meta) OnGetAnnotations

func (_m *Meta) OnGetAnnotations() *Meta_GetAnnotations

func (*Meta) OnGetAnnotationsMatch

func (_m *Meta) OnGetAnnotationsMatch(matchers ...interface{}) *Meta_GetAnnotations

func (*Meta) OnGetCreationTimestamp

func (_m *Meta) OnGetCreationTimestamp() *Meta_GetCreationTimestamp

func (*Meta) OnGetCreationTimestampMatch

func (_m *Meta) OnGetCreationTimestampMatch(matchers ...interface{}) *Meta_GetCreationTimestamp

func (*Meta) OnGetDefinitionVersion

func (_m *Meta) OnGetDefinitionVersion() *Meta_GetDefinitionVersion

func (*Meta) OnGetDefinitionVersionMatch

func (_m *Meta) OnGetDefinitionVersionMatch(matchers ...interface{}) *Meta_GetDefinitionVersion

func (*Meta) OnGetEventVersion

func (_m *Meta) OnGetEventVersion() *Meta_GetEventVersion

func (*Meta) OnGetEventVersionMatch

func (_m *Meta) OnGetEventVersionMatch(matchers ...interface{}) *Meta_GetEventVersion

func (*Meta) OnGetExecutionID

func (_m *Meta) OnGetExecutionID() *Meta_GetExecutionID

func (*Meta) OnGetExecutionIDMatch

func (_m *Meta) OnGetExecutionIDMatch(matchers ...interface{}) *Meta_GetExecutionID

func (*Meta) OnGetK8sWorkflowID

func (_m *Meta) OnGetK8sWorkflowID() *Meta_GetK8sWorkflowID

func (*Meta) OnGetK8sWorkflowIDMatch

func (_m *Meta) OnGetK8sWorkflowIDMatch(matchers ...interface{}) *Meta_GetK8sWorkflowID

func (*Meta) OnGetLabels

func (_m *Meta) OnGetLabels() *Meta_GetLabels

func (*Meta) OnGetLabelsMatch

func (_m *Meta) OnGetLabelsMatch(matchers ...interface{}) *Meta_GetLabels

func (*Meta) OnGetName

func (_m *Meta) OnGetName() *Meta_GetName

func (*Meta) OnGetNameMatch

func (_m *Meta) OnGetNameMatch(matchers ...interface{}) *Meta_GetName

func (*Meta) OnGetNamespace

func (_m *Meta) OnGetNamespace() *Meta_GetNamespace

func (*Meta) OnGetNamespaceMatch

func (_m *Meta) OnGetNamespaceMatch(matchers ...interface{}) *Meta_GetNamespace

func (*Meta) OnGetOwnerReference

func (_m *Meta) OnGetOwnerReference() *Meta_GetOwnerReference

func (*Meta) OnGetOwnerReferenceMatch

func (_m *Meta) OnGetOwnerReferenceMatch(matchers ...interface{}) *Meta_GetOwnerReference

func (*Meta) OnGetRawOutputDataConfig

func (_m *Meta) OnGetRawOutputDataConfig() *Meta_GetRawOutputDataConfig

func (*Meta) OnGetRawOutputDataConfigMatch

func (_m *Meta) OnGetRawOutputDataConfigMatch(matchers ...interface{}) *Meta_GetRawOutputDataConfig

func (*Meta) OnGetSecurityContext

func (_m *Meta) OnGetSecurityContext() *Meta_GetSecurityContext

func (*Meta) OnGetSecurityContextMatch

func (_m *Meta) OnGetSecurityContextMatch(matchers ...interface{}) *Meta_GetSecurityContext

func (*Meta) OnGetServiceAccountName

func (_m *Meta) OnGetServiceAccountName() *Meta_GetServiceAccountName

func (*Meta) OnGetServiceAccountNameMatch

func (_m *Meta) OnGetServiceAccountNameMatch(matchers ...interface{}) *Meta_GetServiceAccountName

func (*Meta) OnIsInterruptible

func (_m *Meta) OnIsInterruptible() *Meta_IsInterruptible

func (*Meta) OnIsInterruptibleMatch

func (_m *Meta) OnIsInterruptibleMatch(matchers ...interface{}) *Meta_IsInterruptible

type MetaExtended

type MetaExtended struct {
	mock.Mock
}

MetaExtended is an autogenerated mock type for the MetaExtended type

func (*MetaExtended) FindSubWorkflow

func (_m *MetaExtended) FindSubWorkflow(subID string) v1alpha1.ExecutableSubWorkflow

FindSubWorkflow provides a mock function with given fields: subID

func (*MetaExtended) GetAnnotations

func (_m *MetaExtended) GetAnnotations() map[string]string

GetAnnotations provides a mock function with given fields:

func (*MetaExtended) GetCreationTimestamp

func (_m *MetaExtended) GetCreationTimestamp() v1.Time

GetCreationTimestamp provides a mock function with given fields:

func (*MetaExtended) GetDefinitionVersion

func (_m *MetaExtended) GetDefinitionVersion() v1alpha1.WorkflowDefinitionVersion

GetDefinitionVersion provides a mock function with given fields:

func (*MetaExtended) GetEventVersion

func (_m *MetaExtended) GetEventVersion() v1alpha1.EventVersion

GetEventVersion provides a mock function with given fields:

func (*MetaExtended) GetExecutionID

func (_m *MetaExtended) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier

GetExecutionID provides a mock function with given fields:

func (*MetaExtended) GetExecutionStatus

func (_m *MetaExtended) GetExecutionStatus() v1alpha1.ExecutableWorkflowStatus

GetExecutionStatus provides a mock function with given fields:

func (*MetaExtended) GetK8sWorkflowID

func (_m *MetaExtended) GetK8sWorkflowID() types.NamespacedName

GetK8sWorkflowID provides a mock function with given fields:

func (*MetaExtended) GetLabels

func (_m *MetaExtended) GetLabels() map[string]string

GetLabels provides a mock function with given fields:

func (*MetaExtended) GetName

func (_m *MetaExtended) GetName() string

GetName provides a mock function with given fields:

func (*MetaExtended) GetNamespace

func (_m *MetaExtended) GetNamespace() string

GetNamespace provides a mock function with given fields:

func (*MetaExtended) GetOwnerReference

func (_m *MetaExtended) GetOwnerReference() v1.OwnerReference

GetOwnerReference provides a mock function with given fields:

func (*MetaExtended) GetRawOutputDataConfig

func (_m *MetaExtended) GetRawOutputDataConfig() v1alpha1.RawOutputDataConfig

GetRawOutputDataConfig provides a mock function with given fields:

func (*MetaExtended) GetSecurityContext

func (_m *MetaExtended) GetSecurityContext() core.SecurityContext

GetSecurityContext provides a mock function with given fields:

func (*MetaExtended) GetServiceAccountName

func (_m *MetaExtended) GetServiceAccountName() string

GetServiceAccountName provides a mock function with given fields:

func (*MetaExtended) GetTask

func (_m *MetaExtended) GetTask(id string) (v1alpha1.ExecutableTask, error)

GetTask provides a mock function with given fields: id

func (*MetaExtended) IsInterruptible

func (_m *MetaExtended) IsInterruptible() bool

IsInterruptible provides a mock function with given fields:

func (*MetaExtended) OnFindSubWorkflow

func (_m *MetaExtended) OnFindSubWorkflow(subID string) *MetaExtended_FindSubWorkflow

func (*MetaExtended) OnFindSubWorkflowMatch

func (_m *MetaExtended) OnFindSubWorkflowMatch(matchers ...interface{}) *MetaExtended_FindSubWorkflow

func (*MetaExtended) OnGetAnnotations

func (_m *MetaExtended) OnGetAnnotations() *MetaExtended_GetAnnotations

func (*MetaExtended) OnGetAnnotationsMatch

func (_m *MetaExtended) OnGetAnnotationsMatch(matchers ...interface{}) *MetaExtended_GetAnnotations

func (*MetaExtended) OnGetCreationTimestamp

func (_m *MetaExtended) OnGetCreationTimestamp() *MetaExtended_GetCreationTimestamp

func (*MetaExtended) OnGetCreationTimestampMatch

func (_m *MetaExtended) OnGetCreationTimestampMatch(matchers ...interface{}) *MetaExtended_GetCreationTimestamp

func (*MetaExtended) OnGetDefinitionVersion

func (_m *MetaExtended) OnGetDefinitionVersion() *MetaExtended_GetDefinitionVersion

func (*MetaExtended) OnGetDefinitionVersionMatch

func (_m *MetaExtended) OnGetDefinitionVersionMatch(matchers ...interface{}) *MetaExtended_GetDefinitionVersion

func (*MetaExtended) OnGetEventVersion

func (_m *MetaExtended) OnGetEventVersion() *MetaExtended_GetEventVersion

func (*MetaExtended) OnGetEventVersionMatch

func (_m *MetaExtended) OnGetEventVersionMatch(matchers ...interface{}) *MetaExtended_GetEventVersion

func (*MetaExtended) OnGetExecutionID

func (_m *MetaExtended) OnGetExecutionID() *MetaExtended_GetExecutionID

func (*MetaExtended) OnGetExecutionIDMatch

func (_m *MetaExtended) OnGetExecutionIDMatch(matchers ...interface{}) *MetaExtended_GetExecutionID

func (*MetaExtended) OnGetExecutionStatus

func (_m *MetaExtended) OnGetExecutionStatus() *MetaExtended_GetExecutionStatus

func (*MetaExtended) OnGetExecutionStatusMatch

func (_m *MetaExtended) OnGetExecutionStatusMatch(matchers ...interface{}) *MetaExtended_GetExecutionStatus

func (*MetaExtended) OnGetK8sWorkflowID

func (_m *MetaExtended) OnGetK8sWorkflowID() *MetaExtended_GetK8sWorkflowID

func (*MetaExtended) OnGetK8sWorkflowIDMatch

func (_m *MetaExtended) OnGetK8sWorkflowIDMatch(matchers ...interface{}) *MetaExtended_GetK8sWorkflowID

func (*MetaExtended) OnGetLabels

func (_m *MetaExtended) OnGetLabels() *MetaExtended_GetLabels

func (*MetaExtended) OnGetLabelsMatch

func (_m *MetaExtended) OnGetLabelsMatch(matchers ...interface{}) *MetaExtended_GetLabels

func (*MetaExtended) OnGetName

func (_m *MetaExtended) OnGetName() *MetaExtended_GetName

func (*MetaExtended) OnGetNameMatch

func (_m *MetaExtended) OnGetNameMatch(matchers ...interface{}) *MetaExtended_GetName

func (*MetaExtended) OnGetNamespace

func (_m *MetaExtended) OnGetNamespace() *MetaExtended_GetNamespace

func (*MetaExtended) OnGetNamespaceMatch

func (_m *MetaExtended) OnGetNamespaceMatch(matchers ...interface{}) *MetaExtended_GetNamespace

func (*MetaExtended) OnGetOwnerReference

func (_m *MetaExtended) OnGetOwnerReference() *MetaExtended_GetOwnerReference

func (*MetaExtended) OnGetOwnerReferenceMatch

func (_m *MetaExtended) OnGetOwnerReferenceMatch(matchers ...interface{}) *MetaExtended_GetOwnerReference

func (*MetaExtended) OnGetRawOutputDataConfig

func (_m *MetaExtended) OnGetRawOutputDataConfig() *MetaExtended_GetRawOutputDataConfig

func (*MetaExtended) OnGetRawOutputDataConfigMatch

func (_m *MetaExtended) OnGetRawOutputDataConfigMatch(matchers ...interface{}) *MetaExtended_GetRawOutputDataConfig

func (*MetaExtended) OnGetSecurityContext

func (_m *MetaExtended) OnGetSecurityContext() *MetaExtended_GetSecurityContext

func (*MetaExtended) OnGetSecurityContextMatch

func (_m *MetaExtended) OnGetSecurityContextMatch(matchers ...interface{}) *MetaExtended_GetSecurityContext

func (*MetaExtended) OnGetServiceAccountName

func (_m *MetaExtended) OnGetServiceAccountName() *MetaExtended_GetServiceAccountName

func (*MetaExtended) OnGetServiceAccountNameMatch

func (_m *MetaExtended) OnGetServiceAccountNameMatch(matchers ...interface{}) *MetaExtended_GetServiceAccountName

func (*MetaExtended) OnGetTask

func (_m *MetaExtended) OnGetTask(id string) *MetaExtended_GetTask

func (*MetaExtended) OnGetTaskMatch

func (_m *MetaExtended) OnGetTaskMatch(matchers ...interface{}) *MetaExtended_GetTask

func (*MetaExtended) OnIsInterruptible

func (_m *MetaExtended) OnIsInterruptible() *MetaExtended_IsInterruptible

func (*MetaExtended) OnIsInterruptibleMatch

func (_m *MetaExtended) OnIsInterruptibleMatch(matchers ...interface{}) *MetaExtended_IsInterruptible

type MetaExtended_FindSubWorkflow

type MetaExtended_FindSubWorkflow struct {
	*mock.Call
}

func (MetaExtended_FindSubWorkflow) Return

type MetaExtended_GetAnnotations

type MetaExtended_GetAnnotations struct {
	*mock.Call
}

func (MetaExtended_GetAnnotations) Return

type MetaExtended_GetCreationTimestamp

type MetaExtended_GetCreationTimestamp struct {
	*mock.Call
}

func (MetaExtended_GetCreationTimestamp) Return

type MetaExtended_GetDefinitionVersion

type MetaExtended_GetDefinitionVersion struct {
	*mock.Call
}

type MetaExtended_GetEventVersion

type MetaExtended_GetEventVersion struct {
	*mock.Call
}

func (MetaExtended_GetEventVersion) Return

type MetaExtended_GetExecutionID

type MetaExtended_GetExecutionID struct {
	*mock.Call
}

func (MetaExtended_GetExecutionID) Return

type MetaExtended_GetExecutionStatus

type MetaExtended_GetExecutionStatus struct {
	*mock.Call
}

func (MetaExtended_GetExecutionStatus) Return

type MetaExtended_GetK8sWorkflowID

type MetaExtended_GetK8sWorkflowID struct {
	*mock.Call
}

func (MetaExtended_GetK8sWorkflowID) Return

type MetaExtended_GetLabels

type MetaExtended_GetLabels struct {
	*mock.Call
}

func (MetaExtended_GetLabels) Return

type MetaExtended_GetName

type MetaExtended_GetName struct {
	*mock.Call
}

func (MetaExtended_GetName) Return

type MetaExtended_GetNamespace

type MetaExtended_GetNamespace struct {
	*mock.Call
}

func (MetaExtended_GetNamespace) Return

type MetaExtended_GetOwnerReference

type MetaExtended_GetOwnerReference struct {
	*mock.Call
}

func (MetaExtended_GetOwnerReference) Return

type MetaExtended_GetRawOutputDataConfig

type MetaExtended_GetRawOutputDataConfig struct {
	*mock.Call
}

func (MetaExtended_GetRawOutputDataConfig) Return

type MetaExtended_GetSecurityContext

type MetaExtended_GetSecurityContext struct {
	*mock.Call
}

func (MetaExtended_GetSecurityContext) Return

type MetaExtended_GetServiceAccountName

type MetaExtended_GetServiceAccountName struct {
	*mock.Call
}

func (MetaExtended_GetServiceAccountName) Return

type MetaExtended_GetTask

type MetaExtended_GetTask struct {
	*mock.Call
}

func (MetaExtended_GetTask) Return

type MetaExtended_IsInterruptible

type MetaExtended_IsInterruptible struct {
	*mock.Call
}

func (MetaExtended_IsInterruptible) Return

type Meta_GetAnnotations

type Meta_GetAnnotations struct {
	*mock.Call
}

func (Meta_GetAnnotations) Return

type Meta_GetCreationTimestamp

type Meta_GetCreationTimestamp struct {
	*mock.Call
}

func (Meta_GetCreationTimestamp) Return

type Meta_GetDefinitionVersion

type Meta_GetDefinitionVersion struct {
	*mock.Call
}

func (Meta_GetDefinitionVersion) Return

type Meta_GetEventVersion

type Meta_GetEventVersion struct {
	*mock.Call
}

func (Meta_GetEventVersion) Return

type Meta_GetExecutionID

type Meta_GetExecutionID struct {
	*mock.Call
}

func (Meta_GetExecutionID) Return

type Meta_GetK8sWorkflowID

type Meta_GetK8sWorkflowID struct {
	*mock.Call
}

func (Meta_GetK8sWorkflowID) Return

type Meta_GetLabels

type Meta_GetLabels struct {
	*mock.Call
}

func (Meta_GetLabels) Return

func (_m Meta_GetLabels) Return(_a0 map[string]string) *Meta_GetLabels

type Meta_GetName

type Meta_GetName struct {
	*mock.Call
}

func (Meta_GetName) Return

func (_m Meta_GetName) Return(_a0 string) *Meta_GetName

type Meta_GetNamespace

type Meta_GetNamespace struct {
	*mock.Call
}

func (Meta_GetNamespace) Return

func (_m Meta_GetNamespace) Return(_a0 string) *Meta_GetNamespace

type Meta_GetOwnerReference

type Meta_GetOwnerReference struct {
	*mock.Call
}

func (Meta_GetOwnerReference) Return

type Meta_GetRawOutputDataConfig

type Meta_GetRawOutputDataConfig struct {
	*mock.Call
}

func (Meta_GetRawOutputDataConfig) Return

type Meta_GetSecurityContext

type Meta_GetSecurityContext struct {
	*mock.Call
}

func (Meta_GetSecurityContext) Return

type Meta_GetServiceAccountName

type Meta_GetServiceAccountName struct {
	*mock.Call
}

func (Meta_GetServiceAccountName) Return

type Meta_IsInterruptible

type Meta_IsInterruptible struct {
	*mock.Call
}

func (Meta_IsInterruptible) Return

type Mutable

type Mutable struct {
	mock.Mock
}

Mutable is an autogenerated mock type for the Mutable type

func (*Mutable) IsDirty

func (_m *Mutable) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*Mutable) OnIsDirty

func (_m *Mutable) OnIsDirty() *Mutable_IsDirty

func (*Mutable) OnIsDirtyMatch

func (_m *Mutable) OnIsDirtyMatch(matchers ...interface{}) *Mutable_IsDirty

type MutableArrayNodeStatus

type MutableArrayNodeStatus struct {
	mock.Mock
}

MutableArrayNodeStatus is an autogenerated mock type for the MutableArrayNodeStatus type

func (*MutableArrayNodeStatus) GetArrayNodePhase

func (_m *MutableArrayNodeStatus) GetArrayNodePhase() v1alpha1.ArrayNodePhase

GetArrayNodePhase provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetExecutionError

func (_m *MutableArrayNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetSubNodePhases

func (_m *MutableArrayNodeStatus) GetSubNodePhases() bitarray.CompactArray

GetSubNodePhases provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetSubNodeRetryAttempts

func (_m *MutableArrayNodeStatus) GetSubNodeRetryAttempts() bitarray.CompactArray

GetSubNodeRetryAttempts provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetSubNodeSystemFailures

func (_m *MutableArrayNodeStatus) GetSubNodeSystemFailures() bitarray.CompactArray

GetSubNodeSystemFailures provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetSubNodeTaskPhases

func (_m *MutableArrayNodeStatus) GetSubNodeTaskPhases() bitarray.CompactArray

GetSubNodeTaskPhases provides a mock function with given fields:

func (*MutableArrayNodeStatus) GetTaskPhaseVersion

func (_m *MutableArrayNodeStatus) GetTaskPhaseVersion() uint32

GetTaskPhaseVersion provides a mock function with given fields:

func (*MutableArrayNodeStatus) IsDirty

func (_m *MutableArrayNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableArrayNodeStatus) OnGetArrayNodePhase

func (*MutableArrayNodeStatus) OnGetArrayNodePhaseMatch

func (_m *MutableArrayNodeStatus) OnGetArrayNodePhaseMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetArrayNodePhase

func (*MutableArrayNodeStatus) OnGetExecutionError

func (*MutableArrayNodeStatus) OnGetExecutionErrorMatch

func (_m *MutableArrayNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetExecutionError

func (*MutableArrayNodeStatus) OnGetSubNodePhases

func (*MutableArrayNodeStatus) OnGetSubNodePhasesMatch

func (_m *MutableArrayNodeStatus) OnGetSubNodePhasesMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetSubNodePhases

func (*MutableArrayNodeStatus) OnGetSubNodeRetryAttempts

func (*MutableArrayNodeStatus) OnGetSubNodeRetryAttemptsMatch

func (_m *MutableArrayNodeStatus) OnGetSubNodeRetryAttemptsMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetSubNodeRetryAttempts

func (*MutableArrayNodeStatus) OnGetSubNodeSystemFailures

func (*MutableArrayNodeStatus) OnGetSubNodeSystemFailuresMatch

func (_m *MutableArrayNodeStatus) OnGetSubNodeSystemFailuresMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetSubNodeSystemFailures

func (*MutableArrayNodeStatus) OnGetSubNodeTaskPhases

func (*MutableArrayNodeStatus) OnGetSubNodeTaskPhasesMatch

func (_m *MutableArrayNodeStatus) OnGetSubNodeTaskPhasesMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetSubNodeTaskPhases

func (*MutableArrayNodeStatus) OnGetTaskPhaseVersion

func (*MutableArrayNodeStatus) OnGetTaskPhaseVersionMatch

func (_m *MutableArrayNodeStatus) OnGetTaskPhaseVersionMatch(matchers ...interface{}) *MutableArrayNodeStatus_GetTaskPhaseVersion

func (*MutableArrayNodeStatus) OnIsDirty

func (*MutableArrayNodeStatus) OnIsDirtyMatch

func (_m *MutableArrayNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableArrayNodeStatus_IsDirty

func (*MutableArrayNodeStatus) SetArrayNodePhase

func (_m *MutableArrayNodeStatus) SetArrayNodePhase(phase v1alpha1.ArrayNodePhase)

SetArrayNodePhase provides a mock function with given fields: phase

func (*MutableArrayNodeStatus) SetExecutionError

func (_m *MutableArrayNodeStatus) SetExecutionError(executionError *core.ExecutionError)

SetExecutionError provides a mock function with given fields: executionError

func (*MutableArrayNodeStatus) SetSubNodePhases

func (_m *MutableArrayNodeStatus) SetSubNodePhases(subNodePhases bitarray.CompactArray)

SetSubNodePhases provides a mock function with given fields: subNodePhases

func (*MutableArrayNodeStatus) SetSubNodeRetryAttempts

func (_m *MutableArrayNodeStatus) SetSubNodeRetryAttempts(subNodeRetryAttempts bitarray.CompactArray)

SetSubNodeRetryAttempts provides a mock function with given fields: subNodeRetryAttempts

func (*MutableArrayNodeStatus) SetSubNodeSystemFailures

func (_m *MutableArrayNodeStatus) SetSubNodeSystemFailures(subNodeSystemFailures bitarray.CompactArray)

SetSubNodeSystemFailures provides a mock function with given fields: subNodeSystemFailures

func (*MutableArrayNodeStatus) SetSubNodeTaskPhases

func (_m *MutableArrayNodeStatus) SetSubNodeTaskPhases(subNodeTaskPhases bitarray.CompactArray)

SetSubNodeTaskPhases provides a mock function with given fields: subNodeTaskPhases

func (*MutableArrayNodeStatus) SetTaskPhaseVersion

func (_m *MutableArrayNodeStatus) SetTaskPhaseVersion(taskPhaseVersion uint32)

SetTaskPhaseVersion provides a mock function with given fields: taskPhaseVersion

type MutableArrayNodeStatus_GetArrayNodePhase

type MutableArrayNodeStatus_GetArrayNodePhase struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetArrayNodePhase) Return

type MutableArrayNodeStatus_GetExecutionError

type MutableArrayNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetExecutionError) Return

type MutableArrayNodeStatus_GetSubNodePhases

type MutableArrayNodeStatus_GetSubNodePhases struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetSubNodePhases) Return

type MutableArrayNodeStatus_GetSubNodeRetryAttempts

type MutableArrayNodeStatus_GetSubNodeRetryAttempts struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetSubNodeRetryAttempts) Return

type MutableArrayNodeStatus_GetSubNodeSystemFailures

type MutableArrayNodeStatus_GetSubNodeSystemFailures struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetSubNodeSystemFailures) Return

type MutableArrayNodeStatus_GetSubNodeTaskPhases

type MutableArrayNodeStatus_GetSubNodeTaskPhases struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetSubNodeTaskPhases) Return

type MutableArrayNodeStatus_GetTaskPhaseVersion

type MutableArrayNodeStatus_GetTaskPhaseVersion struct {
	*mock.Call
}

func (MutableArrayNodeStatus_GetTaskPhaseVersion) Return

type MutableArrayNodeStatus_IsDirty

type MutableArrayNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableArrayNodeStatus_IsDirty) Return

type MutableBranchNodeStatus

type MutableBranchNodeStatus struct {
	mock.Mock
}

MutableBranchNodeStatus is an autogenerated mock type for the MutableBranchNodeStatus type

func (*MutableBranchNodeStatus) GetFinalizedNode

func (_m *MutableBranchNodeStatus) GetFinalizedNode() *string

GetFinalizedNode provides a mock function with given fields:

func (*MutableBranchNodeStatus) GetPhase

GetPhase provides a mock function with given fields:

func (*MutableBranchNodeStatus) IsDirty

func (_m *MutableBranchNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableBranchNodeStatus) OnGetFinalizedNode

func (*MutableBranchNodeStatus) OnGetFinalizedNodeMatch

func (_m *MutableBranchNodeStatus) OnGetFinalizedNodeMatch(matchers ...interface{}) *MutableBranchNodeStatus_GetFinalizedNode

func (*MutableBranchNodeStatus) OnGetPhase

func (*MutableBranchNodeStatus) OnGetPhaseMatch

func (_m *MutableBranchNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *MutableBranchNodeStatus_GetPhase

func (*MutableBranchNodeStatus) OnIsDirty

func (*MutableBranchNodeStatus) OnIsDirtyMatch

func (_m *MutableBranchNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableBranchNodeStatus_IsDirty

func (*MutableBranchNodeStatus) SetBranchNodeError

func (_m *MutableBranchNodeStatus) SetBranchNodeError()

SetBranchNodeError provides a mock function with given fields:

func (*MutableBranchNodeStatus) SetBranchNodeSuccess

func (_m *MutableBranchNodeStatus) SetBranchNodeSuccess(id string)

SetBranchNodeSuccess provides a mock function with given fields: id

type MutableBranchNodeStatus_GetFinalizedNode

type MutableBranchNodeStatus_GetFinalizedNode struct {
	*mock.Call
}

func (MutableBranchNodeStatus_GetFinalizedNode) Return

type MutableBranchNodeStatus_GetPhase

type MutableBranchNodeStatus_GetPhase struct {
	*mock.Call
}

func (MutableBranchNodeStatus_GetPhase) Return

type MutableBranchNodeStatus_IsDirty

type MutableBranchNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableBranchNodeStatus_IsDirty) Return

type MutableDynamicNodeStatus

type MutableDynamicNodeStatus struct {
	mock.Mock
}

MutableDynamicNodeStatus is an autogenerated mock type for the MutableDynamicNodeStatus type

func (*MutableDynamicNodeStatus) GetDynamicNodePhase

func (_m *MutableDynamicNodeStatus) GetDynamicNodePhase() v1alpha1.DynamicNodePhase

GetDynamicNodePhase provides a mock function with given fields:

func (*MutableDynamicNodeStatus) GetDynamicNodeReason

func (_m *MutableDynamicNodeStatus) GetDynamicNodeReason() string

GetDynamicNodeReason provides a mock function with given fields:

func (*MutableDynamicNodeStatus) GetExecutionError

func (_m *MutableDynamicNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*MutableDynamicNodeStatus) GetIsFailurePermanent

func (_m *MutableDynamicNodeStatus) GetIsFailurePermanent() bool

GetIsFailurePermanent provides a mock function with given fields:

func (*MutableDynamicNodeStatus) IsDirty

func (_m *MutableDynamicNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableDynamicNodeStatus) OnGetDynamicNodePhase

func (*MutableDynamicNodeStatus) OnGetDynamicNodePhaseMatch

func (_m *MutableDynamicNodeStatus) OnGetDynamicNodePhaseMatch(matchers ...interface{}) *MutableDynamicNodeStatus_GetDynamicNodePhase

func (*MutableDynamicNodeStatus) OnGetDynamicNodeReason

func (*MutableDynamicNodeStatus) OnGetDynamicNodeReasonMatch

func (_m *MutableDynamicNodeStatus) OnGetDynamicNodeReasonMatch(matchers ...interface{}) *MutableDynamicNodeStatus_GetDynamicNodeReason

func (*MutableDynamicNodeStatus) OnGetExecutionError

func (*MutableDynamicNodeStatus) OnGetExecutionErrorMatch

func (_m *MutableDynamicNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *MutableDynamicNodeStatus_GetExecutionError

func (*MutableDynamicNodeStatus) OnGetIsFailurePermanent

func (*MutableDynamicNodeStatus) OnGetIsFailurePermanentMatch

func (_m *MutableDynamicNodeStatus) OnGetIsFailurePermanentMatch(matchers ...interface{}) *MutableDynamicNodeStatus_GetIsFailurePermanent

func (*MutableDynamicNodeStatus) OnIsDirty

func (*MutableDynamicNodeStatus) OnIsDirtyMatch

func (_m *MutableDynamicNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableDynamicNodeStatus_IsDirty

func (*MutableDynamicNodeStatus) SetDynamicNodePhase

func (_m *MutableDynamicNodeStatus) SetDynamicNodePhase(phase v1alpha1.DynamicNodePhase)

SetDynamicNodePhase provides a mock function with given fields: phase

func (*MutableDynamicNodeStatus) SetDynamicNodeReason

func (_m *MutableDynamicNodeStatus) SetDynamicNodeReason(reason string)

SetDynamicNodeReason provides a mock function with given fields: reason

func (*MutableDynamicNodeStatus) SetExecutionError

func (_m *MutableDynamicNodeStatus) SetExecutionError(executionError *core.ExecutionError)

SetExecutionError provides a mock function with given fields: executionError

func (*MutableDynamicNodeStatus) SetIsFailurePermanent

func (_m *MutableDynamicNodeStatus) SetIsFailurePermanent(isFailurePermanent bool)

SetIsFailurePermanent provides a mock function with given fields: isFailurePermanent

type MutableDynamicNodeStatus_GetDynamicNodePhase

type MutableDynamicNodeStatus_GetDynamicNodePhase struct {
	*mock.Call
}

func (MutableDynamicNodeStatus_GetDynamicNodePhase) Return

type MutableDynamicNodeStatus_GetDynamicNodeReason

type MutableDynamicNodeStatus_GetDynamicNodeReason struct {
	*mock.Call
}

func (MutableDynamicNodeStatus_GetDynamicNodeReason) Return

type MutableDynamicNodeStatus_GetExecutionError

type MutableDynamicNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (MutableDynamicNodeStatus_GetExecutionError) Return

type MutableDynamicNodeStatus_GetIsFailurePermanent

type MutableDynamicNodeStatus_GetIsFailurePermanent struct {
	*mock.Call
}

func (MutableDynamicNodeStatus_GetIsFailurePermanent) Return

type MutableDynamicNodeStatus_IsDirty

type MutableDynamicNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableDynamicNodeStatus_IsDirty) Return

type MutableGateNodeStatus

type MutableGateNodeStatus struct {
	mock.Mock
}

MutableGateNodeStatus is an autogenerated mock type for the MutableGateNodeStatus type

func (*MutableGateNodeStatus) GetGateNodePhase

func (_m *MutableGateNodeStatus) GetGateNodePhase() v1alpha1.GateNodePhase

GetGateNodePhase provides a mock function with given fields:

func (*MutableGateNodeStatus) IsDirty

func (_m *MutableGateNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableGateNodeStatus) OnGetGateNodePhase

func (*MutableGateNodeStatus) OnGetGateNodePhaseMatch

func (_m *MutableGateNodeStatus) OnGetGateNodePhaseMatch(matchers ...interface{}) *MutableGateNodeStatus_GetGateNodePhase

func (*MutableGateNodeStatus) OnIsDirty

func (*MutableGateNodeStatus) OnIsDirtyMatch

func (_m *MutableGateNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableGateNodeStatus_IsDirty

func (*MutableGateNodeStatus) SetGateNodePhase

func (_m *MutableGateNodeStatus) SetGateNodePhase(phase v1alpha1.GateNodePhase)

SetGateNodePhase provides a mock function with given fields: phase

type MutableGateNodeStatus_GetGateNodePhase

type MutableGateNodeStatus_GetGateNodePhase struct {
	*mock.Call
}

func (MutableGateNodeStatus_GetGateNodePhase) Return

type MutableGateNodeStatus_IsDirty

type MutableGateNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableGateNodeStatus_IsDirty) Return

type MutableNodeStatus

type MutableNodeStatus struct {
	mock.Mock
}

MutableNodeStatus is an autogenerated mock type for the MutableNodeStatus type

func (*MutableNodeStatus) ClearArrayNodeStatus

func (_m *MutableNodeStatus) ClearArrayNodeStatus()

ClearArrayNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) ClearDynamicNodeStatus

func (_m *MutableNodeStatus) ClearDynamicNodeStatus()

ClearDynamicNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) ClearGateNodeStatus

func (_m *MutableNodeStatus) ClearGateNodeStatus()

ClearGateNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) ClearLastAttemptStartedAt

func (_m *MutableNodeStatus) ClearLastAttemptStartedAt()

ClearLastAttemptStartedAt provides a mock function with given fields:

func (*MutableNodeStatus) ClearSubNodeStatus

func (_m *MutableNodeStatus) ClearSubNodeStatus()

ClearSubNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) ClearTaskStatus

func (_m *MutableNodeStatus) ClearTaskStatus()

ClearTaskStatus provides a mock function with given fields:

func (*MutableNodeStatus) ClearWorkflowStatus

func (_m *MutableNodeStatus) ClearWorkflowStatus()

ClearWorkflowStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetArrayNodeStatus

func (_m *MutableNodeStatus) GetArrayNodeStatus() v1alpha1.MutableArrayNodeStatus

GetArrayNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetBranchStatus

func (_m *MutableNodeStatus) GetBranchStatus() v1alpha1.MutableBranchNodeStatus

GetBranchStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetDynamicNodeStatus

func (_m *MutableNodeStatus) GetDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus

GetDynamicNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetGateNodeStatus

func (_m *MutableNodeStatus) GetGateNodeStatus() v1alpha1.MutableGateNodeStatus

GetGateNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateArrayNodeStatus

func (_m *MutableNodeStatus) GetOrCreateArrayNodeStatus() v1alpha1.MutableArrayNodeStatus

GetOrCreateArrayNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateBranchStatus

func (_m *MutableNodeStatus) GetOrCreateBranchStatus() v1alpha1.MutableBranchNodeStatus

GetOrCreateBranchStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateDynamicNodeStatus

func (_m *MutableNodeStatus) GetOrCreateDynamicNodeStatus() v1alpha1.MutableDynamicNodeStatus

GetOrCreateDynamicNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateGateNodeStatus

func (_m *MutableNodeStatus) GetOrCreateGateNodeStatus() v1alpha1.MutableGateNodeStatus

GetOrCreateGateNodeStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateTaskStatus

func (_m *MutableNodeStatus) GetOrCreateTaskStatus() v1alpha1.MutableTaskNodeStatus

GetOrCreateTaskStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetOrCreateWorkflowStatus

func (_m *MutableNodeStatus) GetOrCreateWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus

GetOrCreateWorkflowStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetTaskStatus

func (_m *MutableNodeStatus) GetTaskStatus() v1alpha1.MutableTaskNodeStatus

GetTaskStatus provides a mock function with given fields:

func (*MutableNodeStatus) GetWorkflowStatus

func (_m *MutableNodeStatus) GetWorkflowStatus() v1alpha1.MutableWorkflowNodeStatus

GetWorkflowStatus provides a mock function with given fields:

func (*MutableNodeStatus) IncrementAttempts

func (_m *MutableNodeStatus) IncrementAttempts() uint32

IncrementAttempts provides a mock function with given fields:

func (*MutableNodeStatus) IncrementSystemFailures

func (_m *MutableNodeStatus) IncrementSystemFailures() uint32

IncrementSystemFailures provides a mock function with given fields:

func (*MutableNodeStatus) IsDirty

func (_m *MutableNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableNodeStatus) OnGetArrayNodeStatus

func (_m *MutableNodeStatus) OnGetArrayNodeStatus() *MutableNodeStatus_GetArrayNodeStatus

func (*MutableNodeStatus) OnGetArrayNodeStatusMatch

func (_m *MutableNodeStatus) OnGetArrayNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetArrayNodeStatus

func (*MutableNodeStatus) OnGetBranchStatus

func (_m *MutableNodeStatus) OnGetBranchStatus() *MutableNodeStatus_GetBranchStatus

func (*MutableNodeStatus) OnGetBranchStatusMatch

func (_m *MutableNodeStatus) OnGetBranchStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetBranchStatus

func (*MutableNodeStatus) OnGetDynamicNodeStatus

func (_m *MutableNodeStatus) OnGetDynamicNodeStatus() *MutableNodeStatus_GetDynamicNodeStatus

func (*MutableNodeStatus) OnGetDynamicNodeStatusMatch

func (_m *MutableNodeStatus) OnGetDynamicNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetDynamicNodeStatus

func (*MutableNodeStatus) OnGetGateNodeStatus

func (_m *MutableNodeStatus) OnGetGateNodeStatus() *MutableNodeStatus_GetGateNodeStatus

func (*MutableNodeStatus) OnGetGateNodeStatusMatch

func (_m *MutableNodeStatus) OnGetGateNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetGateNodeStatus

func (*MutableNodeStatus) OnGetOrCreateArrayNodeStatus

func (_m *MutableNodeStatus) OnGetOrCreateArrayNodeStatus() *MutableNodeStatus_GetOrCreateArrayNodeStatus

func (*MutableNodeStatus) OnGetOrCreateArrayNodeStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateArrayNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateArrayNodeStatus

func (*MutableNodeStatus) OnGetOrCreateBranchStatus

func (_m *MutableNodeStatus) OnGetOrCreateBranchStatus() *MutableNodeStatus_GetOrCreateBranchStatus

func (*MutableNodeStatus) OnGetOrCreateBranchStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateBranchStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateBranchStatus

func (*MutableNodeStatus) OnGetOrCreateDynamicNodeStatus

func (_m *MutableNodeStatus) OnGetOrCreateDynamicNodeStatus() *MutableNodeStatus_GetOrCreateDynamicNodeStatus

func (*MutableNodeStatus) OnGetOrCreateDynamicNodeStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateDynamicNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateDynamicNodeStatus

func (*MutableNodeStatus) OnGetOrCreateGateNodeStatus

func (_m *MutableNodeStatus) OnGetOrCreateGateNodeStatus() *MutableNodeStatus_GetOrCreateGateNodeStatus

func (*MutableNodeStatus) OnGetOrCreateGateNodeStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateGateNodeStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateGateNodeStatus

func (*MutableNodeStatus) OnGetOrCreateTaskStatus

func (_m *MutableNodeStatus) OnGetOrCreateTaskStatus() *MutableNodeStatus_GetOrCreateTaskStatus

func (*MutableNodeStatus) OnGetOrCreateTaskStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateTaskStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateTaskStatus

func (*MutableNodeStatus) OnGetOrCreateWorkflowStatus

func (_m *MutableNodeStatus) OnGetOrCreateWorkflowStatus() *MutableNodeStatus_GetOrCreateWorkflowStatus

func (*MutableNodeStatus) OnGetOrCreateWorkflowStatusMatch

func (_m *MutableNodeStatus) OnGetOrCreateWorkflowStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetOrCreateWorkflowStatus

func (*MutableNodeStatus) OnGetTaskStatus

func (_m *MutableNodeStatus) OnGetTaskStatus() *MutableNodeStatus_GetTaskStatus

func (*MutableNodeStatus) OnGetTaskStatusMatch

func (_m *MutableNodeStatus) OnGetTaskStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetTaskStatus

func (*MutableNodeStatus) OnGetWorkflowStatus

func (_m *MutableNodeStatus) OnGetWorkflowStatus() *MutableNodeStatus_GetWorkflowStatus

func (*MutableNodeStatus) OnGetWorkflowStatusMatch

func (_m *MutableNodeStatus) OnGetWorkflowStatusMatch(matchers ...interface{}) *MutableNodeStatus_GetWorkflowStatus

func (*MutableNodeStatus) OnIncrementAttempts

func (_m *MutableNodeStatus) OnIncrementAttempts() *MutableNodeStatus_IncrementAttempts

func (*MutableNodeStatus) OnIncrementAttemptsMatch

func (_m *MutableNodeStatus) OnIncrementAttemptsMatch(matchers ...interface{}) *MutableNodeStatus_IncrementAttempts

func (*MutableNodeStatus) OnIncrementSystemFailures

func (_m *MutableNodeStatus) OnIncrementSystemFailures() *MutableNodeStatus_IncrementSystemFailures

func (*MutableNodeStatus) OnIncrementSystemFailuresMatch

func (_m *MutableNodeStatus) OnIncrementSystemFailuresMatch(matchers ...interface{}) *MutableNodeStatus_IncrementSystemFailures

func (*MutableNodeStatus) OnIsDirty

func (*MutableNodeStatus) OnIsDirtyMatch

func (_m *MutableNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableNodeStatus_IsDirty

func (*MutableNodeStatus) ResetDirty

func (_m *MutableNodeStatus) ResetDirty()

ResetDirty provides a mock function with given fields:

func (*MutableNodeStatus) SetCached

func (_m *MutableNodeStatus) SetCached()

SetCached provides a mock function with given fields:

func (*MutableNodeStatus) SetDataDir

func (_m *MutableNodeStatus) SetDataDir(_a0 storage.DataReference)

SetDataDir provides a mock function with given fields: _a0

func (*MutableNodeStatus) SetOutputDir

func (_m *MutableNodeStatus) SetOutputDir(d storage.DataReference)

SetOutputDir provides a mock function with given fields: d

func (*MutableNodeStatus) SetParentNodeID

func (_m *MutableNodeStatus) SetParentNodeID(n *string)

SetParentNodeID provides a mock function with given fields: n

func (*MutableNodeStatus) SetParentTaskID

func (_m *MutableNodeStatus) SetParentTaskID(t *core.TaskExecutionIdentifier)

SetParentTaskID provides a mock function with given fields: t

func (*MutableNodeStatus) UpdatePhase

func (_m *MutableNodeStatus) UpdatePhase(phase v1alpha1.NodePhase, occurredAt v1.Time, reason string, enableCRDebugMetadata bool, err *core.ExecutionError)

UpdatePhase provides a mock function with given fields: phase, occurredAt, reason, enableCRDebugMetadata, err

type MutableNodeStatus_GetArrayNodeStatus

type MutableNodeStatus_GetArrayNodeStatus struct {
	*mock.Call
}

func (MutableNodeStatus_GetArrayNodeStatus) Return

type MutableNodeStatus_GetBranchStatus

type MutableNodeStatus_GetBranchStatus struct {
	*mock.Call
}

func (MutableNodeStatus_GetBranchStatus) Return

type MutableNodeStatus_GetDynamicNodeStatus

type MutableNodeStatus_GetDynamicNodeStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetGateNodeStatus

type MutableNodeStatus_GetGateNodeStatus struct {
	*mock.Call
}

func (MutableNodeStatus_GetGateNodeStatus) Return

type MutableNodeStatus_GetOrCreateArrayNodeStatus

type MutableNodeStatus_GetOrCreateArrayNodeStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetOrCreateBranchStatus

type MutableNodeStatus_GetOrCreateBranchStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetOrCreateDynamicNodeStatus

type MutableNodeStatus_GetOrCreateDynamicNodeStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetOrCreateGateNodeStatus

type MutableNodeStatus_GetOrCreateGateNodeStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetOrCreateTaskStatus

type MutableNodeStatus_GetOrCreateTaskStatus struct {
	*mock.Call
}

func (MutableNodeStatus_GetOrCreateTaskStatus) Return

type MutableNodeStatus_GetOrCreateWorkflowStatus

type MutableNodeStatus_GetOrCreateWorkflowStatus struct {
	*mock.Call
}

type MutableNodeStatus_GetTaskStatus

type MutableNodeStatus_GetTaskStatus struct {
	*mock.Call
}

func (MutableNodeStatus_GetTaskStatus) Return

type MutableNodeStatus_GetWorkflowStatus

type MutableNodeStatus_GetWorkflowStatus struct {
	*mock.Call
}

type MutableNodeStatus_IncrementAttempts

type MutableNodeStatus_IncrementAttempts struct {
	*mock.Call
}

func (MutableNodeStatus_IncrementAttempts) Return

type MutableNodeStatus_IncrementSystemFailures

type MutableNodeStatus_IncrementSystemFailures struct {
	*mock.Call
}

func (MutableNodeStatus_IncrementSystemFailures) Return

type MutableNodeStatus_IsDirty

type MutableNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableNodeStatus_IsDirty) Return

type MutableSubWorkflowNodeStatus

type MutableSubWorkflowNodeStatus struct {
	mock.Mock
}

MutableSubWorkflowNodeStatus is an autogenerated mock type for the MutableSubWorkflowNodeStatus type

func (*MutableSubWorkflowNodeStatus) GetPhase

GetPhase provides a mock function with given fields:

func (*MutableSubWorkflowNodeStatus) IsDirty

func (_m *MutableSubWorkflowNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableSubWorkflowNodeStatus) OnGetPhase

func (*MutableSubWorkflowNodeStatus) OnGetPhaseMatch

func (_m *MutableSubWorkflowNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *MutableSubWorkflowNodeStatus_GetPhase

func (*MutableSubWorkflowNodeStatus) OnIsDirty

func (*MutableSubWorkflowNodeStatus) OnIsDirtyMatch

func (_m *MutableSubWorkflowNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableSubWorkflowNodeStatus_IsDirty

func (*MutableSubWorkflowNodeStatus) SetPhase

SetPhase provides a mock function with given fields: phase

type MutableSubWorkflowNodeStatus_GetPhase

type MutableSubWorkflowNodeStatus_GetPhase struct {
	*mock.Call
}

func (MutableSubWorkflowNodeStatus_GetPhase) Return

type MutableSubWorkflowNodeStatus_IsDirty

type MutableSubWorkflowNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableSubWorkflowNodeStatus_IsDirty) Return

type MutableTaskNodeStatus

type MutableTaskNodeStatus struct {
	mock.Mock
}

MutableTaskNodeStatus is an autogenerated mock type for the MutableTaskNodeStatus type

func (*MutableTaskNodeStatus) GetBarrierClockTick

func (_m *MutableTaskNodeStatus) GetBarrierClockTick() uint32

GetBarrierClockTick provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetCleanupOnFailure

func (_m *MutableTaskNodeStatus) GetCleanupOnFailure() bool

GetCleanupOnFailure provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetLastPhaseUpdatedAt

func (_m *MutableTaskNodeStatus) GetLastPhaseUpdatedAt() time.Time

GetLastPhaseUpdatedAt provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetPhase

func (_m *MutableTaskNodeStatus) GetPhase() int

GetPhase provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetPhaseVersion

func (_m *MutableTaskNodeStatus) GetPhaseVersion() uint32

GetPhaseVersion provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetPluginState

func (_m *MutableTaskNodeStatus) GetPluginState() []byte

GetPluginState provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetPluginStateVersion

func (_m *MutableTaskNodeStatus) GetPluginStateVersion() uint32

GetPluginStateVersion provides a mock function with given fields:

func (*MutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath

func (_m *MutableTaskNodeStatus) GetPreviousNodeExecutionCheckpointPath() storage.DataReference

GetPreviousNodeExecutionCheckpointPath provides a mock function with given fields:

func (*MutableTaskNodeStatus) IsDirty

func (_m *MutableTaskNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableTaskNodeStatus) OnGetBarrierClockTick

func (*MutableTaskNodeStatus) OnGetBarrierClockTickMatch

func (_m *MutableTaskNodeStatus) OnGetBarrierClockTickMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetBarrierClockTick

func (*MutableTaskNodeStatus) OnGetCleanupOnFailure

func (*MutableTaskNodeStatus) OnGetCleanupOnFailureMatch

func (_m *MutableTaskNodeStatus) OnGetCleanupOnFailureMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetCleanupOnFailure

func (*MutableTaskNodeStatus) OnGetLastPhaseUpdatedAt

func (*MutableTaskNodeStatus) OnGetLastPhaseUpdatedAtMatch

func (_m *MutableTaskNodeStatus) OnGetLastPhaseUpdatedAtMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetLastPhaseUpdatedAt

func (*MutableTaskNodeStatus) OnGetPhase

func (*MutableTaskNodeStatus) OnGetPhaseMatch

func (_m *MutableTaskNodeStatus) OnGetPhaseMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetPhase

func (*MutableTaskNodeStatus) OnGetPhaseVersion

func (*MutableTaskNodeStatus) OnGetPhaseVersionMatch

func (_m *MutableTaskNodeStatus) OnGetPhaseVersionMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetPhaseVersion

func (*MutableTaskNodeStatus) OnGetPluginState

func (*MutableTaskNodeStatus) OnGetPluginStateMatch

func (_m *MutableTaskNodeStatus) OnGetPluginStateMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetPluginState

func (*MutableTaskNodeStatus) OnGetPluginStateVersion

func (*MutableTaskNodeStatus) OnGetPluginStateVersionMatch

func (_m *MutableTaskNodeStatus) OnGetPluginStateVersionMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetPluginStateVersion

func (*MutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPath

func (_m *MutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPath() *MutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

func (*MutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPathMatch

func (_m *MutableTaskNodeStatus) OnGetPreviousNodeExecutionCheckpointPathMatch(matchers ...interface{}) *MutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

func (*MutableTaskNodeStatus) OnIsDirty

func (*MutableTaskNodeStatus) OnIsDirtyMatch

func (_m *MutableTaskNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableTaskNodeStatus_IsDirty

func (*MutableTaskNodeStatus) SetBarrierClockTick

func (_m *MutableTaskNodeStatus) SetBarrierClockTick(tick uint32)

SetBarrierClockTick provides a mock function with given fields: tick

func (*MutableTaskNodeStatus) SetCleanupOnFailure

func (_m *MutableTaskNodeStatus) SetCleanupOnFailure(_a0 bool)

SetCleanupOnFailure provides a mock function with given fields: _a0

func (*MutableTaskNodeStatus) SetLastPhaseUpdatedAt

func (_m *MutableTaskNodeStatus) SetLastPhaseUpdatedAt(updatedAt time.Time)

SetLastPhaseUpdatedAt provides a mock function with given fields: updatedAt

func (*MutableTaskNodeStatus) SetPhase

func (_m *MutableTaskNodeStatus) SetPhase(phase int)

SetPhase provides a mock function with given fields: phase

func (*MutableTaskNodeStatus) SetPhaseVersion

func (_m *MutableTaskNodeStatus) SetPhaseVersion(version uint32)

SetPhaseVersion provides a mock function with given fields: version

func (*MutableTaskNodeStatus) SetPluginState

func (_m *MutableTaskNodeStatus) SetPluginState(_a0 []byte)

SetPluginState provides a mock function with given fields: _a0

func (*MutableTaskNodeStatus) SetPluginStateVersion

func (_m *MutableTaskNodeStatus) SetPluginStateVersion(_a0 uint32)

SetPluginStateVersion provides a mock function with given fields: _a0

func (*MutableTaskNodeStatus) SetPreviousNodeExecutionCheckpointPath

func (_m *MutableTaskNodeStatus) SetPreviousNodeExecutionCheckpointPath(_a0 storage.DataReference)

SetPreviousNodeExecutionCheckpointPath provides a mock function with given fields: _a0

type MutableTaskNodeStatus_GetBarrierClockTick

type MutableTaskNodeStatus_GetBarrierClockTick struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetBarrierClockTick) Return

type MutableTaskNodeStatus_GetCleanupOnFailure

type MutableTaskNodeStatus_GetCleanupOnFailure struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetCleanupOnFailure) Return

type MutableTaskNodeStatus_GetLastPhaseUpdatedAt

type MutableTaskNodeStatus_GetLastPhaseUpdatedAt struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetLastPhaseUpdatedAt) Return

type MutableTaskNodeStatus_GetPhase

type MutableTaskNodeStatus_GetPhase struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetPhase) Return

type MutableTaskNodeStatus_GetPhaseVersion

type MutableTaskNodeStatus_GetPhaseVersion struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetPhaseVersion) Return

type MutableTaskNodeStatus_GetPluginState

type MutableTaskNodeStatus_GetPluginState struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetPluginState) Return

type MutableTaskNodeStatus_GetPluginStateVersion

type MutableTaskNodeStatus_GetPluginStateVersion struct {
	*mock.Call
}

func (MutableTaskNodeStatus_GetPluginStateVersion) Return

type MutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath

type MutableTaskNodeStatus_GetPreviousNodeExecutionCheckpointPath struct {
	*mock.Call
}

type MutableTaskNodeStatus_IsDirty

type MutableTaskNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableTaskNodeStatus_IsDirty) Return

type MutableWorkflowNodeStatus

type MutableWorkflowNodeStatus struct {
	mock.Mock
}

MutableWorkflowNodeStatus is an autogenerated mock type for the MutableWorkflowNodeStatus type

func (*MutableWorkflowNodeStatus) GetExecutionError

func (_m *MutableWorkflowNodeStatus) GetExecutionError() *core.ExecutionError

GetExecutionError provides a mock function with given fields:

func (*MutableWorkflowNodeStatus) GetWorkflowNodePhase

func (_m *MutableWorkflowNodeStatus) GetWorkflowNodePhase() v1alpha1.WorkflowNodePhase

GetWorkflowNodePhase provides a mock function with given fields:

func (*MutableWorkflowNodeStatus) IsDirty

func (_m *MutableWorkflowNodeStatus) IsDirty() bool

IsDirty provides a mock function with given fields:

func (*MutableWorkflowNodeStatus) OnGetExecutionError

func (*MutableWorkflowNodeStatus) OnGetExecutionErrorMatch

func (_m *MutableWorkflowNodeStatus) OnGetExecutionErrorMatch(matchers ...interface{}) *MutableWorkflowNodeStatus_GetExecutionError

func (*MutableWorkflowNodeStatus) OnGetWorkflowNodePhase

func (*MutableWorkflowNodeStatus) OnGetWorkflowNodePhaseMatch

func (_m *MutableWorkflowNodeStatus) OnGetWorkflowNodePhaseMatch(matchers ...interface{}) *MutableWorkflowNodeStatus_GetWorkflowNodePhase

func (*MutableWorkflowNodeStatus) OnIsDirty

func (*MutableWorkflowNodeStatus) OnIsDirtyMatch

func (_m *MutableWorkflowNodeStatus) OnIsDirtyMatch(matchers ...interface{}) *MutableWorkflowNodeStatus_IsDirty

func (*MutableWorkflowNodeStatus) SetExecutionError

func (_m *MutableWorkflowNodeStatus) SetExecutionError(executionError *core.ExecutionError)

SetExecutionError provides a mock function with given fields: executionError

func (*MutableWorkflowNodeStatus) SetWorkflowNodePhase

func (_m *MutableWorkflowNodeStatus) SetWorkflowNodePhase(phase v1alpha1.WorkflowNodePhase)

SetWorkflowNodePhase provides a mock function with given fields: phase

type MutableWorkflowNodeStatus_GetExecutionError

type MutableWorkflowNodeStatus_GetExecutionError struct {
	*mock.Call
}

func (MutableWorkflowNodeStatus_GetExecutionError) Return

type MutableWorkflowNodeStatus_GetWorkflowNodePhase

type MutableWorkflowNodeStatus_GetWorkflowNodePhase struct {
	*mock.Call
}

func (MutableWorkflowNodeStatus_GetWorkflowNodePhase) Return

type MutableWorkflowNodeStatus_IsDirty

type MutableWorkflowNodeStatus_IsDirty struct {
	*mock.Call
}

func (MutableWorkflowNodeStatus_IsDirty) Return

type Mutable_IsDirty

type Mutable_IsDirty struct {
	*mock.Call
}

func (Mutable_IsDirty) Return

func (_m Mutable_IsDirty) Return(_a0 bool) *Mutable_IsDirty

type NodeGetter

type NodeGetter struct {
	mock.Mock
}

NodeGetter is an autogenerated mock type for the NodeGetter type

func (*NodeGetter) GetNode

func (_m *NodeGetter) GetNode(nodeID string) (v1alpha1.ExecutableNode, bool)

GetNode provides a mock function with given fields: nodeID

func (*NodeGetter) OnGetNode

func (_m *NodeGetter) OnGetNode(nodeID string) *NodeGetter_GetNode

func (*NodeGetter) OnGetNodeMatch

func (_m *NodeGetter) OnGetNodeMatch(matchers ...interface{}) *NodeGetter_GetNode

type NodeGetter_GetNode

type NodeGetter_GetNode struct {
	*mock.Call
}

func (NodeGetter_GetNode) Return

type NodeStatusGetter

type NodeStatusGetter struct {
	mock.Mock
}

NodeStatusGetter is an autogenerated mock type for the NodeStatusGetter type

func (*NodeStatusGetter) GetNodeExecutionStatus

func (_m *NodeStatusGetter) GetNodeExecutionStatus(ctx context.Context, id string) v1alpha1.ExecutableNodeStatus

GetNodeExecutionStatus provides a mock function with given fields: ctx, id

func (*NodeStatusGetter) OnGetNodeExecutionStatus

func (_m *NodeStatusGetter) OnGetNodeExecutionStatus(ctx context.Context, id string) *NodeStatusGetter_GetNodeExecutionStatus

func (*NodeStatusGetter) OnGetNodeExecutionStatusMatch

func (_m *NodeStatusGetter) OnGetNodeExecutionStatusMatch(matchers ...interface{}) *NodeStatusGetter_GetNodeExecutionStatus

type NodeStatusGetter_GetNodeExecutionStatus

type NodeStatusGetter_GetNodeExecutionStatus struct {
	*mock.Call
}

func (NodeStatusGetter_GetNodeExecutionStatus) Return

type NodeStatusVisitor

type NodeStatusVisitor struct {
	mock.Mock
}

NodeStatusVisitor is an autogenerated mock type for the NodeStatusVisitor type

func (*NodeStatusVisitor) VisitNodeStatuses

func (_m *NodeStatusVisitor) VisitNodeStatuses(visitor func(string, v1alpha1.ExecutableNodeStatus))

VisitNodeStatuses provides a mock function with given fields: visitor

type SubWorkflowGetter

type SubWorkflowGetter struct {
	mock.Mock
}

SubWorkflowGetter is an autogenerated mock type for the SubWorkflowGetter type

func (*SubWorkflowGetter) FindSubWorkflow

func (_m *SubWorkflowGetter) FindSubWorkflow(subID string) v1alpha1.ExecutableSubWorkflow

FindSubWorkflow provides a mock function with given fields: subID

func (*SubWorkflowGetter) OnFindSubWorkflow

func (_m *SubWorkflowGetter) OnFindSubWorkflow(subID string) *SubWorkflowGetter_FindSubWorkflow

func (*SubWorkflowGetter) OnFindSubWorkflowMatch

func (_m *SubWorkflowGetter) OnFindSubWorkflowMatch(matchers ...interface{}) *SubWorkflowGetter_FindSubWorkflow

type SubWorkflowGetter_FindSubWorkflow

type SubWorkflowGetter_FindSubWorkflow struct {
	*mock.Call
}

func (SubWorkflowGetter_FindSubWorkflow) Return

type TaskDetailsGetter

type TaskDetailsGetter struct {
	mock.Mock
}

TaskDetailsGetter is an autogenerated mock type for the TaskDetailsGetter type

func (*TaskDetailsGetter) GetTask

GetTask provides a mock function with given fields: id

func (*TaskDetailsGetter) OnGetTask

func (*TaskDetailsGetter) OnGetTaskMatch

func (_m *TaskDetailsGetter) OnGetTaskMatch(matchers ...interface{}) *TaskDetailsGetter_GetTask

type TaskDetailsGetter_GetTask

type TaskDetailsGetter_GetTask struct {
	*mock.Call
}

func (TaskDetailsGetter_GetTask) Return

type WorkflowMeta

type WorkflowMeta struct {
	mock.Mock
}

Meta is an autogenerated mock type for the Meta type

func (*WorkflowMeta) GetAnnotations

func (_m *WorkflowMeta) GetAnnotations() map[string]string

GetAnnotations provides a mock function with given fields:

func (*WorkflowMeta) GetCreationTimestamp

func (_m *WorkflowMeta) GetCreationTimestamp() v1.Time

GetCreationTimestamp provides a mock function with given fields:

func (*WorkflowMeta) GetExecutionID

func (_m *WorkflowMeta) GetExecutionID() v1alpha1.WorkflowExecutionIdentifier

GetExecutionID provides a mock function with given fields:

func (*WorkflowMeta) GetK8sWorkflowID

func (_m *WorkflowMeta) GetK8sWorkflowID() types.NamespacedName

GetK8sWorkflowID provides a mock function with given fields:

func (*WorkflowMeta) GetLabels

func (_m *WorkflowMeta) GetLabels() map[string]string

GetLabels provides a mock function with given fields:

func (*WorkflowMeta) GetName

func (_m *WorkflowMeta) GetName() string

GetName provides a mock function with given fields:

func (*WorkflowMeta) GetNamespace

func (_m *WorkflowMeta) GetNamespace() string

GetNamespace provides a mock function with given fields:

func (*WorkflowMeta) GetOwnerReference

func (_m *WorkflowMeta) GetOwnerReference() v1.OwnerReference

GetOwnerReference provides a mock function with given fields:

func (*WorkflowMeta) GetServiceAccountName

func (_m *WorkflowMeta) GetServiceAccountName() string

GetServiceAccountName provides a mock function with given fields:

func (*WorkflowMeta) IsInterruptible

func (_m *WorkflowMeta) IsInterruptible() bool

IsInterruptible provides a mock function with given fields:

func (*WorkflowMeta) OnGetAnnotations

func (_m *WorkflowMeta) OnGetAnnotations() *WorkflowMeta_GetAnnotations

func (*WorkflowMeta) OnGetAnnotationsMatch

func (_m *WorkflowMeta) OnGetAnnotationsMatch(matchers ...interface{}) *WorkflowMeta_GetAnnotations

func (*WorkflowMeta) OnGetCreationTimestamp

func (_m *WorkflowMeta) OnGetCreationTimestamp() *WorkflowMeta_GetCreationTimestamp

func (*WorkflowMeta) OnGetCreationTimestampMatch

func (_m *WorkflowMeta) OnGetCreationTimestampMatch(matchers ...interface{}) *WorkflowMeta_GetCreationTimestamp

func (*WorkflowMeta) OnGetExecutionID

func (_m *WorkflowMeta) OnGetExecutionID() *WorkflowMeta_GetExecutionID

func (*WorkflowMeta) OnGetExecutionIDMatch

func (_m *WorkflowMeta) OnGetExecutionIDMatch(matchers ...interface{}) *WorkflowMeta_GetExecutionID

func (*WorkflowMeta) OnGetK8sWorkflowID

func (_m *WorkflowMeta) OnGetK8sWorkflowID() *WorkflowMeta_GetK8sWorkflowID

func (*WorkflowMeta) OnGetK8sWorkflowIDMatch

func (_m *WorkflowMeta) OnGetK8sWorkflowIDMatch(matchers ...interface{}) *WorkflowMeta_GetK8sWorkflowID

func (*WorkflowMeta) OnGetLabels

func (_m *WorkflowMeta) OnGetLabels() *WorkflowMeta_GetLabels

func (*WorkflowMeta) OnGetLabelsMatch

func (_m *WorkflowMeta) OnGetLabelsMatch(matchers ...interface{}) *WorkflowMeta_GetLabels

func (*WorkflowMeta) OnGetName

func (_m *WorkflowMeta) OnGetName() *WorkflowMeta_GetName

func (*WorkflowMeta) OnGetNameMatch

func (_m *WorkflowMeta) OnGetNameMatch(matchers ...interface{}) *WorkflowMeta_GetName

func (*WorkflowMeta) OnGetNamespace

func (_m *WorkflowMeta) OnGetNamespace() *WorkflowMeta_GetNamespace

func (*WorkflowMeta) OnGetNamespaceMatch

func (_m *WorkflowMeta) OnGetNamespaceMatch(matchers ...interface{}) *WorkflowMeta_GetNamespace

func (*WorkflowMeta) OnGetOwnerReference

func (_m *WorkflowMeta) OnGetOwnerReference() *WorkflowMeta_GetOwnerReference

func (*WorkflowMeta) OnGetOwnerReferenceMatch

func (_m *WorkflowMeta) OnGetOwnerReferenceMatch(matchers ...interface{}) *WorkflowMeta_GetOwnerReference

func (*WorkflowMeta) OnGetServiceAccountName

func (_m *WorkflowMeta) OnGetServiceAccountName() *WorkflowMeta_GetServiceAccountName

func (*WorkflowMeta) OnGetServiceAccountNameMatch

func (_m *WorkflowMeta) OnGetServiceAccountNameMatch(matchers ...interface{}) *WorkflowMeta_GetServiceAccountName

func (*WorkflowMeta) OnIsInterruptible

func (_m *WorkflowMeta) OnIsInterruptible() *WorkflowMeta_IsInterruptible

func (*WorkflowMeta) OnIsInterruptibleMatch

func (_m *WorkflowMeta) OnIsInterruptibleMatch(matchers ...interface{}) *WorkflowMeta_IsInterruptible

type WorkflowMetaExtended

type WorkflowMetaExtended struct {
	mock.Mock
}

MetaExtended is an autogenerated mock type for the MetaExtended type

func (*WorkflowMetaExtended) FindSubWorkflow

func (_m *WorkflowMetaExtended) FindSubWorkflow(subID string) v1alpha1.ExecutableSubWorkflow

FindSubWorkflow provides a mock function with given fields: subID

func (*WorkflowMetaExtended) GetAnnotations

func (_m *WorkflowMetaExtended) GetAnnotations() map[string]string

GetAnnotations provides a mock function with given fields:

func (*WorkflowMetaExtended) GetCreationTimestamp

func (_m *WorkflowMetaExtended) GetCreationTimestamp() v1.Time

GetCreationTimestamp provides a mock function with given fields:

func (*WorkflowMetaExtended) GetExecutionID

GetExecutionID provides a mock function with given fields:

func (*WorkflowMetaExtended) GetExecutionStatus

func (_m *WorkflowMetaExtended) GetExecutionStatus() v1alpha1.ExecutableWorkflowStatus

GetExecutionStatus provides a mock function with given fields:

func (*WorkflowMetaExtended) GetK8sWorkflowID

func (_m *WorkflowMetaExtended) GetK8sWorkflowID() types.NamespacedName

GetK8sWorkflowID provides a mock function with given fields:

func (*WorkflowMetaExtended) GetLabels

func (_m *WorkflowMetaExtended) GetLabels() map[string]string

GetLabels provides a mock function with given fields:

func (*WorkflowMetaExtended) GetName

func (_m *WorkflowMetaExtended) GetName() string

GetName provides a mock function with given fields:

func (*WorkflowMetaExtended) GetNamespace

func (_m *WorkflowMetaExtended) GetNamespace() string

GetNamespace provides a mock function with given fields:

func (*WorkflowMetaExtended) GetOwnerReference

func (_m *WorkflowMetaExtended) GetOwnerReference() v1.OwnerReference

GetOwnerReference provides a mock function with given fields:

func (*WorkflowMetaExtended) GetServiceAccountName

func (_m *WorkflowMetaExtended) GetServiceAccountName() string

GetServiceAccountName provides a mock function with given fields:

func (*WorkflowMetaExtended) GetTask

GetTask provides a mock function with given fields: id

func (*WorkflowMetaExtended) IsInterruptible

func (_m *WorkflowMetaExtended) IsInterruptible() bool

IsInterruptible provides a mock function with given fields:

func (*WorkflowMetaExtended) OnFindSubWorkflow

func (*WorkflowMetaExtended) OnFindSubWorkflowMatch

func (_m *WorkflowMetaExtended) OnFindSubWorkflowMatch(matchers ...interface{}) *WorkflowMetaExtended_FindSubWorkflow

func (*WorkflowMetaExtended) OnGetAnnotations

func (*WorkflowMetaExtended) OnGetAnnotationsMatch

func (_m *WorkflowMetaExtended) OnGetAnnotationsMatch(matchers ...interface{}) *WorkflowMetaExtended_GetAnnotations

func (*WorkflowMetaExtended) OnGetCreationTimestamp

func (*WorkflowMetaExtended) OnGetCreationTimestampMatch

func (_m *WorkflowMetaExtended) OnGetCreationTimestampMatch(matchers ...interface{}) *WorkflowMetaExtended_GetCreationTimestamp

func (*WorkflowMetaExtended) OnGetExecutionID

func (*WorkflowMetaExtended) OnGetExecutionIDMatch

func (_m *WorkflowMetaExtended) OnGetExecutionIDMatch(matchers ...interface{}) *WorkflowMetaExtended_GetExecutionID

func (*WorkflowMetaExtended) OnGetExecutionStatus

func (*WorkflowMetaExtended) OnGetExecutionStatusMatch

func (_m *WorkflowMetaExtended) OnGetExecutionStatusMatch(matchers ...interface{}) *WorkflowMetaExtended_GetExecutionStatus

func (*WorkflowMetaExtended) OnGetK8sWorkflowID

func (*WorkflowMetaExtended) OnGetK8sWorkflowIDMatch

func (_m *WorkflowMetaExtended) OnGetK8sWorkflowIDMatch(matchers ...interface{}) *WorkflowMetaExtended_GetK8sWorkflowID

func (*WorkflowMetaExtended) OnGetLabels

func (*WorkflowMetaExtended) OnGetLabelsMatch

func (_m *WorkflowMetaExtended) OnGetLabelsMatch(matchers ...interface{}) *WorkflowMetaExtended_GetLabels

func (*WorkflowMetaExtended) OnGetName

func (*WorkflowMetaExtended) OnGetNameMatch

func (_m *WorkflowMetaExtended) OnGetNameMatch(matchers ...interface{}) *WorkflowMetaExtended_GetName

func (*WorkflowMetaExtended) OnGetNamespace

func (*WorkflowMetaExtended) OnGetNamespaceMatch

func (_m *WorkflowMetaExtended) OnGetNamespaceMatch(matchers ...interface{}) *WorkflowMetaExtended_GetNamespace

func (*WorkflowMetaExtended) OnGetOwnerReference

func (*WorkflowMetaExtended) OnGetOwnerReferenceMatch

func (_m *WorkflowMetaExtended) OnGetOwnerReferenceMatch(matchers ...interface{}) *WorkflowMetaExtended_GetOwnerReference

func (*WorkflowMetaExtended) OnGetServiceAccountName

func (*WorkflowMetaExtended) OnGetServiceAccountNameMatch

func (_m *WorkflowMetaExtended) OnGetServiceAccountNameMatch(matchers ...interface{}) *WorkflowMetaExtended_GetServiceAccountName

func (*WorkflowMetaExtended) OnGetTask

func (*WorkflowMetaExtended) OnGetTaskMatch

func (_m *WorkflowMetaExtended) OnGetTaskMatch(matchers ...interface{}) *WorkflowMetaExtended_GetTask

func (*WorkflowMetaExtended) OnIsInterruptible

func (*WorkflowMetaExtended) OnIsInterruptibleMatch

func (_m *WorkflowMetaExtended) OnIsInterruptibleMatch(matchers ...interface{}) *WorkflowMetaExtended_IsInterruptible

type WorkflowMetaExtended_FindSubWorkflow

type WorkflowMetaExtended_FindSubWorkflow struct {
	*mock.Call
}

func (WorkflowMetaExtended_FindSubWorkflow) Return

type WorkflowMetaExtended_GetAnnotations

type WorkflowMetaExtended_GetAnnotations struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetAnnotations) Return

type WorkflowMetaExtended_GetCreationTimestamp

type WorkflowMetaExtended_GetCreationTimestamp struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetCreationTimestamp) Return

type WorkflowMetaExtended_GetExecutionID

type WorkflowMetaExtended_GetExecutionID struct {
	*mock.Call
}

type WorkflowMetaExtended_GetExecutionStatus

type WorkflowMetaExtended_GetExecutionStatus struct {
	*mock.Call
}

type WorkflowMetaExtended_GetK8sWorkflowID

type WorkflowMetaExtended_GetK8sWorkflowID struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetK8sWorkflowID) Return

type WorkflowMetaExtended_GetLabels

type WorkflowMetaExtended_GetLabels struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetLabels) Return

type WorkflowMetaExtended_GetName

type WorkflowMetaExtended_GetName struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetName) Return

type WorkflowMetaExtended_GetNamespace

type WorkflowMetaExtended_GetNamespace struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetNamespace) Return

type WorkflowMetaExtended_GetOwnerReference

type WorkflowMetaExtended_GetOwnerReference struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetOwnerReference) Return

type WorkflowMetaExtended_GetServiceAccountName

type WorkflowMetaExtended_GetServiceAccountName struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetServiceAccountName) Return

type WorkflowMetaExtended_GetTask

type WorkflowMetaExtended_GetTask struct {
	*mock.Call
}

func (WorkflowMetaExtended_GetTask) Return

type WorkflowMetaExtended_IsInterruptible

type WorkflowMetaExtended_IsInterruptible struct {
	*mock.Call
}

func (WorkflowMetaExtended_IsInterruptible) Return

type WorkflowMeta_GetAnnotations

type WorkflowMeta_GetAnnotations struct {
	*mock.Call
}

func (WorkflowMeta_GetAnnotations) Return

type WorkflowMeta_GetCreationTimestamp

type WorkflowMeta_GetCreationTimestamp struct {
	*mock.Call
}

func (WorkflowMeta_GetCreationTimestamp) Return

type WorkflowMeta_GetExecutionID

type WorkflowMeta_GetExecutionID struct {
	*mock.Call
}

func (WorkflowMeta_GetExecutionID) Return

type WorkflowMeta_GetK8sWorkflowID

type WorkflowMeta_GetK8sWorkflowID struct {
	*mock.Call
}

func (WorkflowMeta_GetK8sWorkflowID) Return

type WorkflowMeta_GetLabels

type WorkflowMeta_GetLabels struct {
	*mock.Call
}

func (WorkflowMeta_GetLabels) Return

type WorkflowMeta_GetName

type WorkflowMeta_GetName struct {
	*mock.Call
}

func (WorkflowMeta_GetName) Return

type WorkflowMeta_GetNamespace

type WorkflowMeta_GetNamespace struct {
	*mock.Call
}

func (WorkflowMeta_GetNamespace) Return

type WorkflowMeta_GetOwnerReference

type WorkflowMeta_GetOwnerReference struct {
	*mock.Call
}

func (WorkflowMeta_GetOwnerReference) Return

type WorkflowMeta_GetServiceAccountName

type WorkflowMeta_GetServiceAccountName struct {
	*mock.Call
}

func (WorkflowMeta_GetServiceAccountName) Return

type WorkflowMeta_IsInterruptible

type WorkflowMeta_IsInterruptible struct {
	*mock.Call
}

func (WorkflowMeta_IsInterruptible) Return

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL