mocks

package
v1.16.3 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient added in v1.15.1

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func NewFakeKubeClient

func NewFakeKubeClient() *Client

func (*Client) EXPECT added in v1.15.1

func (_m *Client) EXPECT() *Client_Expecter

func (*Client) GetCache

func (_m *Client) GetCache() cache.Cache

GetCache provides a mock function with no fields

func (*Client) GetClient

func (_m *Client) GetClient() client.Client

GetClient provides a mock function with no fields

type Client_Expecter added in v1.15.1

type Client_Expecter struct {
	// contains filtered or unexported fields
}

func (*Client_Expecter) GetCache added in v1.15.1

func (_e *Client_Expecter) GetCache() *Client_GetCache_Call

GetCache is a helper method to define mock.On call

func (*Client_Expecter) GetClient added in v1.15.1

func (_e *Client_Expecter) GetClient() *Client_GetClient_Call

GetClient is a helper method to define mock.On call

type Client_GetCache_Call added in v1.15.1

type Client_GetCache_Call struct {
	*mock.Call
}

Client_GetCache_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCache'

func (*Client_GetCache_Call) Return added in v1.15.1

func (*Client_GetCache_Call) Run added in v1.15.1

func (_c *Client_GetCache_Call) Run(run func()) *Client_GetCache_Call

func (*Client_GetCache_Call) RunAndReturn added in v1.15.1

func (_c *Client_GetCache_Call) RunAndReturn(run func() cache.Cache) *Client_GetCache_Call

type Client_GetClient_Call added in v1.15.1

type Client_GetClient_Call struct {
	*mock.Call
}

Client_GetClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClient'

func (*Client_GetClient_Call) Return added in v1.15.1

func (*Client_GetClient_Call) Run added in v1.15.1

func (_c *Client_GetClient_Call) Run(run func()) *Client_GetClient_Call

func (*Client_GetClient_Call) RunAndReturn added in v1.15.1

func (_c *Client_GetClient_Call) RunAndReturn(run func() client.Client) *Client_GetClient_Call

type ControlFlow

type ControlFlow struct {
	mock.Mock
}

ControlFlow is an autogenerated mock type for the ControlFlow type

func NewControlFlow added in v1.15.1

func NewControlFlow(t interface {
	mock.TestingT
	Cleanup(func())
}) *ControlFlow

NewControlFlow creates a new instance of ControlFlow. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ControlFlow) CurrentNodeExecutionCount added in v1.13.1

func (_m *ControlFlow) CurrentNodeExecutionCount() uint32

CurrentNodeExecutionCount provides a mock function with no fields

func (*ControlFlow) CurrentParallelism

func (_m *ControlFlow) CurrentParallelism() uint32

CurrentParallelism provides a mock function with no fields

func (*ControlFlow) CurrentTaskExecutionCount added in v1.13.1

func (_m *ControlFlow) CurrentTaskExecutionCount() uint32

CurrentTaskExecutionCount provides a mock function with no fields

func (*ControlFlow) EXPECT added in v1.15.1

func (_m *ControlFlow) EXPECT() *ControlFlow_Expecter

func (*ControlFlow) IncrementNodeExecutionCount added in v1.13.1

func (_m *ControlFlow) IncrementNodeExecutionCount() uint32

IncrementNodeExecutionCount provides a mock function with no fields

func (*ControlFlow) IncrementParallelism

func (_m *ControlFlow) IncrementParallelism() uint32

IncrementParallelism provides a mock function with no fields

func (*ControlFlow) IncrementTaskExecutionCount added in v1.13.1

func (_m *ControlFlow) IncrementTaskExecutionCount() uint32

IncrementTaskExecutionCount provides a mock function with no fields

type ControlFlow_CurrentNodeExecutionCount_Call added in v1.15.1

type ControlFlow_CurrentNodeExecutionCount_Call struct {
	*mock.Call
}

ControlFlow_CurrentNodeExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentNodeExecutionCount'

func (*ControlFlow_CurrentNodeExecutionCount_Call) Return added in v1.15.1

func (*ControlFlow_CurrentNodeExecutionCount_Call) Run added in v1.15.1

func (*ControlFlow_CurrentNodeExecutionCount_Call) RunAndReturn added in v1.15.1

type ControlFlow_CurrentParallelism_Call added in v1.15.1

type ControlFlow_CurrentParallelism_Call struct {
	*mock.Call
}

ControlFlow_CurrentParallelism_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentParallelism'

func (*ControlFlow_CurrentParallelism_Call) Return added in v1.15.1

func (*ControlFlow_CurrentParallelism_Call) Run added in v1.15.1

func (*ControlFlow_CurrentParallelism_Call) RunAndReturn added in v1.15.1

type ControlFlow_CurrentTaskExecutionCount_Call added in v1.15.1

type ControlFlow_CurrentTaskExecutionCount_Call struct {
	*mock.Call
}

ControlFlow_CurrentTaskExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentTaskExecutionCount'

func (*ControlFlow_CurrentTaskExecutionCount_Call) Return added in v1.15.1

func (*ControlFlow_CurrentTaskExecutionCount_Call) Run added in v1.15.1

func (*ControlFlow_CurrentTaskExecutionCount_Call) RunAndReturn added in v1.15.1

type ControlFlow_Expecter added in v1.15.1

type ControlFlow_Expecter struct {
	// contains filtered or unexported fields
}

func (*ControlFlow_Expecter) CurrentNodeExecutionCount added in v1.15.1

func (_e *ControlFlow_Expecter) CurrentNodeExecutionCount() *ControlFlow_CurrentNodeExecutionCount_Call

CurrentNodeExecutionCount is a helper method to define mock.On call

func (*ControlFlow_Expecter) CurrentParallelism added in v1.15.1

CurrentParallelism is a helper method to define mock.On call

func (*ControlFlow_Expecter) CurrentTaskExecutionCount added in v1.15.1

func (_e *ControlFlow_Expecter) CurrentTaskExecutionCount() *ControlFlow_CurrentTaskExecutionCount_Call

CurrentTaskExecutionCount is a helper method to define mock.On call

func (*ControlFlow_Expecter) IncrementNodeExecutionCount added in v1.15.1

func (_e *ControlFlow_Expecter) IncrementNodeExecutionCount() *ControlFlow_IncrementNodeExecutionCount_Call

IncrementNodeExecutionCount is a helper method to define mock.On call

func (*ControlFlow_Expecter) IncrementParallelism added in v1.15.1

func (_e *ControlFlow_Expecter) IncrementParallelism() *ControlFlow_IncrementParallelism_Call

IncrementParallelism is a helper method to define mock.On call

func (*ControlFlow_Expecter) IncrementTaskExecutionCount added in v1.15.1

func (_e *ControlFlow_Expecter) IncrementTaskExecutionCount() *ControlFlow_IncrementTaskExecutionCount_Call

IncrementTaskExecutionCount is a helper method to define mock.On call

type ControlFlow_IncrementNodeExecutionCount_Call added in v1.15.1

type ControlFlow_IncrementNodeExecutionCount_Call struct {
	*mock.Call
}

ControlFlow_IncrementNodeExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementNodeExecutionCount'

func (*ControlFlow_IncrementNodeExecutionCount_Call) Return added in v1.15.1

func (*ControlFlow_IncrementNodeExecutionCount_Call) Run added in v1.15.1

func (*ControlFlow_IncrementNodeExecutionCount_Call) RunAndReturn added in v1.15.1

type ControlFlow_IncrementParallelism_Call added in v1.15.1

type ControlFlow_IncrementParallelism_Call struct {
	*mock.Call
}

ControlFlow_IncrementParallelism_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementParallelism'

func (*ControlFlow_IncrementParallelism_Call) Return added in v1.15.1

func (*ControlFlow_IncrementParallelism_Call) Run added in v1.15.1

func (*ControlFlow_IncrementParallelism_Call) RunAndReturn added in v1.15.1

type ControlFlow_IncrementTaskExecutionCount_Call added in v1.15.1

type ControlFlow_IncrementTaskExecutionCount_Call struct {
	*mock.Call
}

ControlFlow_IncrementTaskExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementTaskExecutionCount'

func (*ControlFlow_IncrementTaskExecutionCount_Call) Return added in v1.15.1

func (*ControlFlow_IncrementTaskExecutionCount_Call) Run added in v1.15.1

func (*ControlFlow_IncrementTaskExecutionCount_Call) RunAndReturn added in v1.15.1

type DAGStructure

type DAGStructure struct {
	mock.Mock
}

DAGStructure is an autogenerated mock type for the DAGStructure type

func NewDAGStructure added in v1.15.1

func NewDAGStructure(t interface {
	mock.TestingT
	Cleanup(func())
}) *DAGStructure

NewDAGStructure creates a new instance of DAGStructure. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*DAGStructure) EXPECT added in v1.15.1

func (_m *DAGStructure) EXPECT() *DAGStructure_Expecter

func (*DAGStructure) FromNode

func (_m *DAGStructure) FromNode(id string) ([]string, error)

FromNode provides a mock function with given fields: id

func (*DAGStructure) ToNode

func (_m *DAGStructure) ToNode(id string) ([]string, error)

ToNode provides a mock function with given fields: id

type DAGStructureWithStartNode

type DAGStructureWithStartNode struct {
	mock.Mock
}

DAGStructureWithStartNode is an autogenerated mock type for the DAGStructureWithStartNode type

func NewDAGStructureWithStartNode added in v1.15.1

func NewDAGStructureWithStartNode(t interface {
	mock.TestingT
	Cleanup(func())
}) *DAGStructureWithStartNode

NewDAGStructureWithStartNode creates a new instance of DAGStructureWithStartNode. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*DAGStructureWithStartNode) EXPECT added in v1.15.1

func (*DAGStructureWithStartNode) FromNode

func (_m *DAGStructureWithStartNode) FromNode(id string) ([]string, error)

FromNode provides a mock function with given fields: id

func (*DAGStructureWithStartNode) StartNode

StartNode provides a mock function with no fields

func (*DAGStructureWithStartNode) ToNode

func (_m *DAGStructureWithStartNode) ToNode(id string) ([]string, error)

ToNode provides a mock function with given fields: id

type DAGStructureWithStartNode_Expecter added in v1.15.1

type DAGStructureWithStartNode_Expecter struct {
	// contains filtered or unexported fields
}

func (*DAGStructureWithStartNode_Expecter) FromNode added in v1.15.1

FromNode is a helper method to define mock.On call

  • id string

func (*DAGStructureWithStartNode_Expecter) StartNode added in v1.15.1

StartNode is a helper method to define mock.On call

func (*DAGStructureWithStartNode_Expecter) ToNode added in v1.15.1

ToNode is a helper method to define mock.On call

  • id string

type DAGStructureWithStartNode_FromNode_Call added in v1.15.1

type DAGStructureWithStartNode_FromNode_Call struct {
	*mock.Call
}

DAGStructureWithStartNode_FromNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FromNode'

func (*DAGStructureWithStartNode_FromNode_Call) Return added in v1.15.1

func (*DAGStructureWithStartNode_FromNode_Call) Run added in v1.15.1

func (*DAGStructureWithStartNode_FromNode_Call) RunAndReturn added in v1.15.1

type DAGStructureWithStartNode_StartNode_Call added in v1.15.1

type DAGStructureWithStartNode_StartNode_Call struct {
	*mock.Call
}

DAGStructureWithStartNode_StartNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StartNode'

func (*DAGStructureWithStartNode_StartNode_Call) Return added in v1.15.1

func (*DAGStructureWithStartNode_StartNode_Call) Run added in v1.15.1

func (*DAGStructureWithStartNode_StartNode_Call) RunAndReturn added in v1.15.1

type DAGStructureWithStartNode_ToNode_Call added in v1.15.1

type DAGStructureWithStartNode_ToNode_Call struct {
	*mock.Call
}

DAGStructureWithStartNode_ToNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ToNode'

func (*DAGStructureWithStartNode_ToNode_Call) Return added in v1.15.1

func (*DAGStructureWithStartNode_ToNode_Call) Run added in v1.15.1

func (*DAGStructureWithStartNode_ToNode_Call) RunAndReturn added in v1.15.1

type DAGStructure_Expecter added in v1.15.1

type DAGStructure_Expecter struct {
	// contains filtered or unexported fields
}

func (*DAGStructure_Expecter) FromNode added in v1.15.1

func (_e *DAGStructure_Expecter) FromNode(id interface{}) *DAGStructure_FromNode_Call

FromNode is a helper method to define mock.On call

  • id string

func (*DAGStructure_Expecter) ToNode added in v1.15.1

func (_e *DAGStructure_Expecter) ToNode(id interface{}) *DAGStructure_ToNode_Call

ToNode is a helper method to define mock.On call

  • id string

type DAGStructure_FromNode_Call added in v1.15.1

type DAGStructure_FromNode_Call struct {
	*mock.Call
}

DAGStructure_FromNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FromNode'

func (*DAGStructure_FromNode_Call) Return added in v1.15.1

func (*DAGStructure_FromNode_Call) Run added in v1.15.1

func (*DAGStructure_FromNode_Call) RunAndReturn added in v1.15.1

func (_c *DAGStructure_FromNode_Call) RunAndReturn(run func(string) ([]string, error)) *DAGStructure_FromNode_Call

type DAGStructure_ToNode_Call added in v1.15.1

type DAGStructure_ToNode_Call struct {
	*mock.Call
}

DAGStructure_ToNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ToNode'

func (*DAGStructure_ToNode_Call) Return added in v1.15.1

func (*DAGStructure_ToNode_Call) Run added in v1.15.1

func (*DAGStructure_ToNode_Call) RunAndReturn added in v1.15.1

func (_c *DAGStructure_ToNode_Call) RunAndReturn(run func(string) ([]string, error)) *DAGStructure_ToNode_Call

type ExecutionContext

type ExecutionContext struct {
	mock.Mock
}

ExecutionContext is an autogenerated mock type for the ExecutionContext type

func NewExecutionContext added in v1.13.0

func NewExecutionContext(t interface {
	mock.TestingT
	Cleanup(func())
}) *ExecutionContext

NewExecutionContext creates a new instance of ExecutionContext. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ExecutionContext) CurrentNodeExecutionCount added in v1.12.0

func (_m *ExecutionContext) CurrentNodeExecutionCount() uint32

CurrentNodeExecutionCount provides a mock function with no fields

func (*ExecutionContext) CurrentParallelism

func (_m *ExecutionContext) CurrentParallelism() uint32

CurrentParallelism provides a mock function with no fields

func (*ExecutionContext) CurrentTaskExecutionCount added in v1.12.0

func (_m *ExecutionContext) CurrentTaskExecutionCount() uint32

CurrentTaskExecutionCount provides a mock function with no fields

func (*ExecutionContext) EXPECT added in v1.13.0

func (*ExecutionContext) FindSubWorkflow

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

FindSubWorkflow provides a mock function with given fields: subID

func (*ExecutionContext) GetAnnotations

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

GetAnnotations provides a mock function with no fields

func (*ExecutionContext) GetConsoleURL added in v1.13.0

func (_m *ExecutionContext) GetConsoleURL() string

GetConsoleURL provides a mock function with no fields

func (*ExecutionContext) GetCreationTimestamp

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

GetCreationTimestamp provides a mock function with no fields

func (*ExecutionContext) GetDefinitionVersion

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

GetDefinitionVersion provides a mock function with no fields

func (*ExecutionContext) GetEventVersion

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

GetEventVersion provides a mock function with no fields

func (*ExecutionContext) GetExecutionConfig

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

GetExecutionConfig provides a mock function with no fields

func (*ExecutionContext) GetExecutionID

GetExecutionID provides a mock function with no fields

func (*ExecutionContext) GetID

func (_m *ExecutionContext) GetID() string

GetID provides a mock function with no fields

func (*ExecutionContext) GetK8sWorkflowID

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

GetK8sWorkflowID provides a mock function with no fields

func (*ExecutionContext) GetLabels

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

GetLabels provides a mock function with no fields

func (*ExecutionContext) GetName

func (_m *ExecutionContext) GetName() string

GetName provides a mock function with no fields

func (*ExecutionContext) GetNamespace

func (_m *ExecutionContext) GetNamespace() string

GetNamespace provides a mock function with no fields

func (*ExecutionContext) GetOnFailurePolicy

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

GetOnFailurePolicy provides a mock function with no fields

func (*ExecutionContext) GetOwnerReference

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

GetOwnerReference provides a mock function with no fields

func (*ExecutionContext) GetParentInfo

func (_m *ExecutionContext) GetParentInfo() executors.ImmutableParentInfo

GetParentInfo provides a mock function with no fields

func (*ExecutionContext) GetRawOutputDataConfig

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

GetRawOutputDataConfig provides a mock function with no fields

func (*ExecutionContext) GetSecurityContext

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

GetSecurityContext provides a mock function with no fields

func (*ExecutionContext) GetServiceAccountName

func (_m *ExecutionContext) GetServiceAccountName() string

GetServiceAccountName provides a mock function with no fields

func (*ExecutionContext) GetTask

GetTask provides a mock function with given fields: id

func (*ExecutionContext) IncrementNodeExecutionCount added in v1.12.0

func (_m *ExecutionContext) IncrementNodeExecutionCount() uint32

IncrementNodeExecutionCount provides a mock function with no fields

func (*ExecutionContext) IncrementParallelism

func (_m *ExecutionContext) IncrementParallelism() uint32

IncrementParallelism provides a mock function with no fields

func (*ExecutionContext) IncrementTaskExecutionCount added in v1.12.0

func (_m *ExecutionContext) IncrementTaskExecutionCount() uint32

IncrementTaskExecutionCount provides a mock function with no fields

func (*ExecutionContext) IsInterruptible

func (_m *ExecutionContext) IsInterruptible() bool

IsInterruptible provides a mock function with no fields

type ExecutionContext_CurrentNodeExecutionCount_Call added in v1.13.0

type ExecutionContext_CurrentNodeExecutionCount_Call struct {
	*mock.Call
}

ExecutionContext_CurrentNodeExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentNodeExecutionCount'

func (*ExecutionContext_CurrentNodeExecutionCount_Call) Return added in v1.13.0

func (*ExecutionContext_CurrentNodeExecutionCount_Call) Run added in v1.13.0

func (*ExecutionContext_CurrentNodeExecutionCount_Call) RunAndReturn added in v1.13.0

type ExecutionContext_CurrentParallelism_Call added in v1.13.0

type ExecutionContext_CurrentParallelism_Call struct {
	*mock.Call
}

ExecutionContext_CurrentParallelism_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentParallelism'

func (*ExecutionContext_CurrentParallelism_Call) Return added in v1.13.0

func (*ExecutionContext_CurrentParallelism_Call) Run added in v1.13.0

func (*ExecutionContext_CurrentParallelism_Call) RunAndReturn added in v1.13.0

type ExecutionContext_CurrentTaskExecutionCount_Call added in v1.13.0

type ExecutionContext_CurrentTaskExecutionCount_Call struct {
	*mock.Call
}

ExecutionContext_CurrentTaskExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentTaskExecutionCount'

func (*ExecutionContext_CurrentTaskExecutionCount_Call) Return added in v1.13.0

func (*ExecutionContext_CurrentTaskExecutionCount_Call) Run added in v1.13.0

func (*ExecutionContext_CurrentTaskExecutionCount_Call) RunAndReturn added in v1.13.0

type ExecutionContext_Expecter added in v1.13.0

type ExecutionContext_Expecter struct {
	// contains filtered or unexported fields
}

func (*ExecutionContext_Expecter) CurrentNodeExecutionCount added in v1.13.0

CurrentNodeExecutionCount is a helper method to define mock.On call

func (*ExecutionContext_Expecter) CurrentParallelism added in v1.13.0

CurrentParallelism is a helper method to define mock.On call

func (*ExecutionContext_Expecter) CurrentTaskExecutionCount added in v1.13.0

CurrentTaskExecutionCount is a helper method to define mock.On call

func (*ExecutionContext_Expecter) FindSubWorkflow added in v1.13.0

func (_e *ExecutionContext_Expecter) FindSubWorkflow(subID interface{}) *ExecutionContext_FindSubWorkflow_Call

FindSubWorkflow is a helper method to define mock.On call

  • subID string

func (*ExecutionContext_Expecter) GetAnnotations added in v1.13.0

GetAnnotations is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetConsoleURL added in v1.13.0

GetConsoleURL is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetCreationTimestamp added in v1.13.0

GetCreationTimestamp is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetDefinitionVersion added in v1.13.0

GetDefinitionVersion is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetEventVersion added in v1.13.0

GetEventVersion is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetExecutionConfig added in v1.13.0

GetExecutionConfig is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetExecutionID added in v1.13.0

GetExecutionID is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetID added in v1.13.0

GetID is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetK8sWorkflowID added in v1.13.0

GetK8sWorkflowID is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetLabels added in v1.13.0

GetLabels is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetName added in v1.13.0

GetName is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetNamespace added in v1.13.0

GetNamespace is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetOnFailurePolicy added in v1.13.0

GetOnFailurePolicy is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetOwnerReference added in v1.13.0

GetOwnerReference is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetParentInfo added in v1.13.0

GetParentInfo is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetRawOutputDataConfig added in v1.13.0

GetRawOutputDataConfig is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetSecurityContext added in v1.13.0

GetSecurityContext is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetServiceAccountName added in v1.13.0

GetServiceAccountName is a helper method to define mock.On call

func (*ExecutionContext_Expecter) GetTask added in v1.13.0

func (_e *ExecutionContext_Expecter) GetTask(id interface{}) *ExecutionContext_GetTask_Call

GetTask is a helper method to define mock.On call

  • id string

func (*ExecutionContext_Expecter) IncrementNodeExecutionCount added in v1.13.0

IncrementNodeExecutionCount is a helper method to define mock.On call

func (*ExecutionContext_Expecter) IncrementParallelism added in v1.13.0

IncrementParallelism is a helper method to define mock.On call

func (*ExecutionContext_Expecter) IncrementTaskExecutionCount added in v1.13.0

IncrementTaskExecutionCount is a helper method to define mock.On call

func (*ExecutionContext_Expecter) IsInterruptible added in v1.13.0

IsInterruptible is a helper method to define mock.On call

type ExecutionContext_FindSubWorkflow_Call added in v1.13.0

type ExecutionContext_FindSubWorkflow_Call struct {
	*mock.Call
}

ExecutionContext_FindSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindSubWorkflow'

func (*ExecutionContext_FindSubWorkflow_Call) Return added in v1.13.0

func (*ExecutionContext_FindSubWorkflow_Call) Run added in v1.13.0

func (*ExecutionContext_FindSubWorkflow_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetAnnotations_Call added in v1.13.0

type ExecutionContext_GetAnnotations_Call struct {
	*mock.Call
}

ExecutionContext_GetAnnotations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAnnotations'

func (*ExecutionContext_GetAnnotations_Call) Return added in v1.13.0

func (*ExecutionContext_GetAnnotations_Call) Run added in v1.13.0

func (*ExecutionContext_GetAnnotations_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetConsoleURL_Call added in v1.13.0

type ExecutionContext_GetConsoleURL_Call struct {
	*mock.Call
}

ExecutionContext_GetConsoleURL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConsoleURL'

func (*ExecutionContext_GetConsoleURL_Call) Return added in v1.13.0

func (*ExecutionContext_GetConsoleURL_Call) Run added in v1.13.0

func (*ExecutionContext_GetConsoleURL_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetCreationTimestamp_Call added in v1.13.0

type ExecutionContext_GetCreationTimestamp_Call struct {
	*mock.Call
}

ExecutionContext_GetCreationTimestamp_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCreationTimestamp'

func (*ExecutionContext_GetCreationTimestamp_Call) Return added in v1.13.0

func (*ExecutionContext_GetCreationTimestamp_Call) Run added in v1.13.0

func (*ExecutionContext_GetCreationTimestamp_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetDefinitionVersion_Call added in v1.13.0

type ExecutionContext_GetDefinitionVersion_Call struct {
	*mock.Call
}

ExecutionContext_GetDefinitionVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDefinitionVersion'

func (*ExecutionContext_GetDefinitionVersion_Call) Return added in v1.13.0

func (*ExecutionContext_GetDefinitionVersion_Call) Run added in v1.13.0

func (*ExecutionContext_GetDefinitionVersion_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetEventVersion_Call added in v1.13.0

type ExecutionContext_GetEventVersion_Call struct {
	*mock.Call
}

ExecutionContext_GetEventVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventVersion'

func (*ExecutionContext_GetEventVersion_Call) Return added in v1.13.0

func (*ExecutionContext_GetEventVersion_Call) Run added in v1.13.0

func (*ExecutionContext_GetEventVersion_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetExecutionConfig_Call added in v1.13.0

type ExecutionContext_GetExecutionConfig_Call struct {
	*mock.Call
}

ExecutionContext_GetExecutionConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionConfig'

func (*ExecutionContext_GetExecutionConfig_Call) Return added in v1.13.0

func (*ExecutionContext_GetExecutionConfig_Call) Run added in v1.13.0

func (*ExecutionContext_GetExecutionConfig_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetExecutionID_Call added in v1.13.0

type ExecutionContext_GetExecutionID_Call struct {
	*mock.Call
}

ExecutionContext_GetExecutionID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionID'

func (*ExecutionContext_GetExecutionID_Call) Return added in v1.13.0

func (*ExecutionContext_GetExecutionID_Call) Run added in v1.13.0

func (*ExecutionContext_GetExecutionID_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetID_Call added in v1.13.0

type ExecutionContext_GetID_Call struct {
	*mock.Call
}

ExecutionContext_GetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetID'

func (*ExecutionContext_GetID_Call) Return added in v1.13.0

func (*ExecutionContext_GetID_Call) Run added in v1.13.0

func (*ExecutionContext_GetID_Call) RunAndReturn added in v1.13.0

func (_c *ExecutionContext_GetID_Call) RunAndReturn(run func() string) *ExecutionContext_GetID_Call

type ExecutionContext_GetK8sWorkflowID_Call added in v1.13.0

type ExecutionContext_GetK8sWorkflowID_Call struct {
	*mock.Call
}

ExecutionContext_GetK8sWorkflowID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetK8sWorkflowID'

func (*ExecutionContext_GetK8sWorkflowID_Call) Return added in v1.13.0

func (*ExecutionContext_GetK8sWorkflowID_Call) Run added in v1.13.0

func (*ExecutionContext_GetK8sWorkflowID_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetLabels_Call added in v1.13.0

type ExecutionContext_GetLabels_Call struct {
	*mock.Call
}

ExecutionContext_GetLabels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLabels'

func (*ExecutionContext_GetLabels_Call) Return added in v1.13.0

func (*ExecutionContext_GetLabels_Call) Run added in v1.13.0

func (*ExecutionContext_GetLabels_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetName_Call added in v1.13.0

type ExecutionContext_GetName_Call struct {
	*mock.Call
}

ExecutionContext_GetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetName'

func (*ExecutionContext_GetName_Call) Return added in v1.13.0

func (*ExecutionContext_GetName_Call) Run added in v1.13.0

func (*ExecutionContext_GetName_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetNamespace_Call added in v1.13.0

type ExecutionContext_GetNamespace_Call struct {
	*mock.Call
}

ExecutionContext_GetNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespace'

func (*ExecutionContext_GetNamespace_Call) Return added in v1.13.0

func (*ExecutionContext_GetNamespace_Call) Run added in v1.13.0

func (*ExecutionContext_GetNamespace_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetOnFailurePolicy_Call added in v1.13.0

type ExecutionContext_GetOnFailurePolicy_Call struct {
	*mock.Call
}

ExecutionContext_GetOnFailurePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnFailurePolicy'

func (*ExecutionContext_GetOnFailurePolicy_Call) Return added in v1.13.0

func (*ExecutionContext_GetOnFailurePolicy_Call) Run added in v1.13.0

func (*ExecutionContext_GetOnFailurePolicy_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetOwnerReference_Call added in v1.13.0

type ExecutionContext_GetOwnerReference_Call struct {
	*mock.Call
}

ExecutionContext_GetOwnerReference_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOwnerReference'

func (*ExecutionContext_GetOwnerReference_Call) Return added in v1.13.0

func (*ExecutionContext_GetOwnerReference_Call) Run added in v1.13.0

func (*ExecutionContext_GetOwnerReference_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetParentInfo_Call added in v1.13.0

type ExecutionContext_GetParentInfo_Call struct {
	*mock.Call
}

ExecutionContext_GetParentInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetParentInfo'

func (*ExecutionContext_GetParentInfo_Call) Return added in v1.13.0

func (*ExecutionContext_GetParentInfo_Call) Run added in v1.13.0

func (*ExecutionContext_GetParentInfo_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetRawOutputDataConfig_Call added in v1.13.0

type ExecutionContext_GetRawOutputDataConfig_Call struct {
	*mock.Call
}

ExecutionContext_GetRawOutputDataConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRawOutputDataConfig'

func (*ExecutionContext_GetRawOutputDataConfig_Call) Return added in v1.13.0

func (*ExecutionContext_GetRawOutputDataConfig_Call) Run added in v1.13.0

func (*ExecutionContext_GetRawOutputDataConfig_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetSecurityContext_Call added in v1.13.0

type ExecutionContext_GetSecurityContext_Call struct {
	*mock.Call
}

ExecutionContext_GetSecurityContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecurityContext'

func (*ExecutionContext_GetSecurityContext_Call) Return added in v1.13.0

func (*ExecutionContext_GetSecurityContext_Call) Run added in v1.13.0

func (*ExecutionContext_GetSecurityContext_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetServiceAccountName_Call added in v1.13.0

type ExecutionContext_GetServiceAccountName_Call struct {
	*mock.Call
}

ExecutionContext_GetServiceAccountName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceAccountName'

func (*ExecutionContext_GetServiceAccountName_Call) Return added in v1.13.0

func (*ExecutionContext_GetServiceAccountName_Call) Run added in v1.13.0

func (*ExecutionContext_GetServiceAccountName_Call) RunAndReturn added in v1.13.0

type ExecutionContext_GetTask_Call added in v1.13.0

type ExecutionContext_GetTask_Call struct {
	*mock.Call
}

ExecutionContext_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'

func (*ExecutionContext_GetTask_Call) Return added in v1.13.0

func (*ExecutionContext_GetTask_Call) Run added in v1.13.0

func (*ExecutionContext_GetTask_Call) RunAndReturn added in v1.13.0

type ExecutionContext_IncrementNodeExecutionCount_Call added in v1.13.0

type ExecutionContext_IncrementNodeExecutionCount_Call struct {
	*mock.Call
}

ExecutionContext_IncrementNodeExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementNodeExecutionCount'

func (*ExecutionContext_IncrementNodeExecutionCount_Call) Return added in v1.13.0

func (*ExecutionContext_IncrementNodeExecutionCount_Call) Run added in v1.13.0

func (*ExecutionContext_IncrementNodeExecutionCount_Call) RunAndReturn added in v1.13.0

type ExecutionContext_IncrementParallelism_Call added in v1.13.0

type ExecutionContext_IncrementParallelism_Call struct {
	*mock.Call
}

ExecutionContext_IncrementParallelism_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementParallelism'

func (*ExecutionContext_IncrementParallelism_Call) Return added in v1.13.0

func (*ExecutionContext_IncrementParallelism_Call) Run added in v1.13.0

func (*ExecutionContext_IncrementParallelism_Call) RunAndReturn added in v1.13.0

type ExecutionContext_IncrementTaskExecutionCount_Call added in v1.13.0

type ExecutionContext_IncrementTaskExecutionCount_Call struct {
	*mock.Call
}

ExecutionContext_IncrementTaskExecutionCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrementTaskExecutionCount'

func (*ExecutionContext_IncrementTaskExecutionCount_Call) Return added in v1.13.0

func (*ExecutionContext_IncrementTaskExecutionCount_Call) Run added in v1.13.0

func (*ExecutionContext_IncrementTaskExecutionCount_Call) RunAndReturn added in v1.13.0

type ExecutionContext_IsInterruptible_Call added in v1.13.0

type ExecutionContext_IsInterruptible_Call struct {
	*mock.Call
}

ExecutionContext_IsInterruptible_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsInterruptible'

func (*ExecutionContext_IsInterruptible_Call) Return added in v1.13.0

func (*ExecutionContext_IsInterruptible_Call) Run added in v1.13.0

func (*ExecutionContext_IsInterruptible_Call) RunAndReturn added in v1.13.0

type FakeInformers

type FakeInformers struct {
}

FakeInformers is a fake implementation of Informers. Implement a fake informer cache to avoid race condition in informertest.FakeInformers

func (*FakeInformers) Get

func (*FakeInformers) GetInformer

func (f *FakeInformers) GetInformer(ctx context.Context, obj client.Object, opts ...cache.InformerGetOption) (cache.Informer, error)

func (*FakeInformers) GetInformerForKind

func (f *FakeInformers) GetInformerForKind(ctx context.Context, gvk schema.GroupVersionKind, opts ...cache.InformerGetOption) (cache.Informer, error)

func (*FakeInformers) IndexField

func (f *FakeInformers) IndexField(ctx context.Context, obj client.Object, field string, extractValue client.IndexerFunc) error

func (*FakeInformers) List

func (f *FakeInformers) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

func (*FakeInformers) Start

func (f *FakeInformers) Start(ctx context.Context) error

func (*FakeInformers) WaitForCacheSync

func (f *FakeInformers) WaitForCacheSync(ctx context.Context) bool

type ImmutableExecutionContext

type ImmutableExecutionContext struct {
	mock.Mock
}

ImmutableExecutionContext is an autogenerated mock type for the ImmutableExecutionContext type

func NewImmutableExecutionContext added in v1.15.1

func NewImmutableExecutionContext(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImmutableExecutionContext

NewImmutableExecutionContext creates a new instance of ImmutableExecutionContext. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ImmutableExecutionContext) EXPECT added in v1.15.1

func (*ImmutableExecutionContext) GetAnnotations

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

GetAnnotations provides a mock function with no fields

func (*ImmutableExecutionContext) GetConsoleURL added in v1.13.1

func (_m *ImmutableExecutionContext) GetConsoleURL() string

GetConsoleURL provides a mock function with no fields

func (*ImmutableExecutionContext) GetCreationTimestamp

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

GetCreationTimestamp provides a mock function with no fields

func (*ImmutableExecutionContext) GetDefinitionVersion

GetDefinitionVersion provides a mock function with no fields

func (*ImmutableExecutionContext) GetEventVersion

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

GetEventVersion provides a mock function with no fields

func (*ImmutableExecutionContext) GetExecutionConfig

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

GetExecutionConfig provides a mock function with no fields

func (*ImmutableExecutionContext) GetExecutionID

GetExecutionID provides a mock function with no fields

func (*ImmutableExecutionContext) GetID

func (_m *ImmutableExecutionContext) GetID() string

GetID provides a mock function with no fields

func (*ImmutableExecutionContext) GetK8sWorkflowID

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

GetK8sWorkflowID provides a mock function with no fields

func (*ImmutableExecutionContext) GetLabels

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

GetLabels provides a mock function with no fields

func (*ImmutableExecutionContext) GetName

func (_m *ImmutableExecutionContext) GetName() string

GetName provides a mock function with no fields

func (*ImmutableExecutionContext) GetNamespace

func (_m *ImmutableExecutionContext) GetNamespace() string

GetNamespace provides a mock function with no fields

func (*ImmutableExecutionContext) GetOnFailurePolicy

GetOnFailurePolicy provides a mock function with no fields

func (*ImmutableExecutionContext) GetOwnerReference

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

GetOwnerReference provides a mock function with no fields

func (*ImmutableExecutionContext) GetRawOutputDataConfig

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

GetRawOutputDataConfig provides a mock function with no fields

func (*ImmutableExecutionContext) GetSecurityContext

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

GetSecurityContext provides a mock function with no fields

func (*ImmutableExecutionContext) GetServiceAccountName

func (_m *ImmutableExecutionContext) GetServiceAccountName() string

GetServiceAccountName provides a mock function with no fields

func (*ImmutableExecutionContext) IsInterruptible

func (_m *ImmutableExecutionContext) IsInterruptible() bool

IsInterruptible provides a mock function with no fields

type ImmutableExecutionContext_Expecter added in v1.15.1

type ImmutableExecutionContext_Expecter struct {
	// contains filtered or unexported fields
}

func (*ImmutableExecutionContext_Expecter) GetAnnotations added in v1.15.1

GetAnnotations is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetConsoleURL added in v1.15.1

GetConsoleURL is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetCreationTimestamp added in v1.15.1

GetCreationTimestamp is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetDefinitionVersion added in v1.15.1

GetDefinitionVersion is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetEventVersion added in v1.15.1

GetEventVersion is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetExecutionConfig added in v1.15.1

GetExecutionConfig is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetExecutionID added in v1.15.1

GetExecutionID is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetID added in v1.15.1

GetID is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetK8sWorkflowID added in v1.15.1

GetK8sWorkflowID is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetLabels added in v1.15.1

GetLabels is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetName added in v1.15.1

GetName is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetNamespace added in v1.15.1

GetNamespace is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetOnFailurePolicy added in v1.15.1

GetOnFailurePolicy is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetOwnerReference added in v1.15.1

GetOwnerReference is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetRawOutputDataConfig added in v1.15.1

GetRawOutputDataConfig is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetSecurityContext added in v1.15.1

GetSecurityContext is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) GetServiceAccountName added in v1.15.1

GetServiceAccountName is a helper method to define mock.On call

func (*ImmutableExecutionContext_Expecter) IsInterruptible added in v1.15.1

IsInterruptible is a helper method to define mock.On call

type ImmutableExecutionContext_GetAnnotations_Call added in v1.15.1

type ImmutableExecutionContext_GetAnnotations_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetAnnotations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAnnotations'

func (*ImmutableExecutionContext_GetAnnotations_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetAnnotations_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetAnnotations_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetConsoleURL_Call added in v1.15.1

type ImmutableExecutionContext_GetConsoleURL_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetConsoleURL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConsoleURL'

func (*ImmutableExecutionContext_GetConsoleURL_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetConsoleURL_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetConsoleURL_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetCreationTimestamp_Call added in v1.15.1

type ImmutableExecutionContext_GetCreationTimestamp_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetCreationTimestamp_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCreationTimestamp'

func (*ImmutableExecutionContext_GetCreationTimestamp_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetCreationTimestamp_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetCreationTimestamp_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetDefinitionVersion_Call added in v1.15.1

type ImmutableExecutionContext_GetDefinitionVersion_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetDefinitionVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDefinitionVersion'

func (*ImmutableExecutionContext_GetDefinitionVersion_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetDefinitionVersion_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetDefinitionVersion_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetEventVersion_Call added in v1.15.1

type ImmutableExecutionContext_GetEventVersion_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetEventVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventVersion'

func (*ImmutableExecutionContext_GetEventVersion_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetEventVersion_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetEventVersion_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetExecutionConfig_Call added in v1.15.1

type ImmutableExecutionContext_GetExecutionConfig_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetExecutionConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionConfig'

func (*ImmutableExecutionContext_GetExecutionConfig_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetExecutionConfig_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetExecutionConfig_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetExecutionID_Call added in v1.15.1

type ImmutableExecutionContext_GetExecutionID_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetExecutionID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionID'

func (*ImmutableExecutionContext_GetExecutionID_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetExecutionID_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetExecutionID_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetID_Call added in v1.15.1

type ImmutableExecutionContext_GetID_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetID'

func (*ImmutableExecutionContext_GetID_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetID_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetID_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetK8sWorkflowID_Call added in v1.15.1

type ImmutableExecutionContext_GetK8sWorkflowID_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetK8sWorkflowID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetK8sWorkflowID'

func (*ImmutableExecutionContext_GetK8sWorkflowID_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetK8sWorkflowID_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetK8sWorkflowID_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetLabels_Call added in v1.15.1

type ImmutableExecutionContext_GetLabels_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetLabels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLabels'

func (*ImmutableExecutionContext_GetLabels_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetLabels_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetLabels_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetName_Call added in v1.15.1

type ImmutableExecutionContext_GetName_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetName'

func (*ImmutableExecutionContext_GetName_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetName_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetName_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetNamespace_Call added in v1.15.1

type ImmutableExecutionContext_GetNamespace_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespace'

func (*ImmutableExecutionContext_GetNamespace_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetNamespace_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetNamespace_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetOnFailurePolicy_Call added in v1.15.1

type ImmutableExecutionContext_GetOnFailurePolicy_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetOnFailurePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnFailurePolicy'

func (*ImmutableExecutionContext_GetOnFailurePolicy_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetOnFailurePolicy_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetOnFailurePolicy_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetOwnerReference_Call added in v1.15.1

type ImmutableExecutionContext_GetOwnerReference_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetOwnerReference_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOwnerReference'

func (*ImmutableExecutionContext_GetOwnerReference_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetOwnerReference_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetOwnerReference_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetRawOutputDataConfig_Call added in v1.15.1

type ImmutableExecutionContext_GetRawOutputDataConfig_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetRawOutputDataConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRawOutputDataConfig'

func (*ImmutableExecutionContext_GetRawOutputDataConfig_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetRawOutputDataConfig_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetRawOutputDataConfig_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetSecurityContext_Call added in v1.15.1

type ImmutableExecutionContext_GetSecurityContext_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetSecurityContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecurityContext'

func (*ImmutableExecutionContext_GetSecurityContext_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetSecurityContext_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetSecurityContext_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_GetServiceAccountName_Call added in v1.15.1

type ImmutableExecutionContext_GetServiceAccountName_Call struct {
	*mock.Call
}

ImmutableExecutionContext_GetServiceAccountName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceAccountName'

func (*ImmutableExecutionContext_GetServiceAccountName_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_GetServiceAccountName_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_GetServiceAccountName_Call) RunAndReturn added in v1.15.1

type ImmutableExecutionContext_IsInterruptible_Call added in v1.15.1

type ImmutableExecutionContext_IsInterruptible_Call struct {
	*mock.Call
}

ImmutableExecutionContext_IsInterruptible_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsInterruptible'

func (*ImmutableExecutionContext_IsInterruptible_Call) Return added in v1.15.1

func (*ImmutableExecutionContext_IsInterruptible_Call) Run added in v1.15.1

func (*ImmutableExecutionContext_IsInterruptible_Call) RunAndReturn added in v1.15.1

type ImmutableParentInfo

type ImmutableParentInfo struct {
	mock.Mock
}

ImmutableParentInfo is an autogenerated mock type for the ImmutableParentInfo type

func NewImmutableParentInfo added in v1.15.1

func NewImmutableParentInfo(t interface {
	mock.TestingT
	Cleanup(func())
}) *ImmutableParentInfo

NewImmutableParentInfo creates a new instance of ImmutableParentInfo. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ImmutableParentInfo) CurrentAttempt

func (_m *ImmutableParentInfo) CurrentAttempt() uint32

CurrentAttempt provides a mock function with no fields

func (*ImmutableParentInfo) EXPECT added in v1.15.1

func (*ImmutableParentInfo) GetUniqueID

func (_m *ImmutableParentInfo) GetUniqueID() string

GetUniqueID provides a mock function with no fields

func (*ImmutableParentInfo) IsInDynamicChain added in v1.13.0

func (_m *ImmutableParentInfo) IsInDynamicChain() bool

IsInDynamicChain provides a mock function with no fields

type ImmutableParentInfo_CurrentAttempt_Call added in v1.15.1

type ImmutableParentInfo_CurrentAttempt_Call struct {
	*mock.Call
}

ImmutableParentInfo_CurrentAttempt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrentAttempt'

func (*ImmutableParentInfo_CurrentAttempt_Call) Return added in v1.15.1

func (*ImmutableParentInfo_CurrentAttempt_Call) Run added in v1.15.1

func (*ImmutableParentInfo_CurrentAttempt_Call) RunAndReturn added in v1.15.1

type ImmutableParentInfo_Expecter added in v1.15.1

type ImmutableParentInfo_Expecter struct {
	// contains filtered or unexported fields
}

func (*ImmutableParentInfo_Expecter) CurrentAttempt added in v1.15.1

CurrentAttempt is a helper method to define mock.On call

func (*ImmutableParentInfo_Expecter) GetUniqueID added in v1.15.1

GetUniqueID is a helper method to define mock.On call

func (*ImmutableParentInfo_Expecter) IsInDynamicChain added in v1.15.1

IsInDynamicChain is a helper method to define mock.On call

type ImmutableParentInfo_GetUniqueID_Call added in v1.15.1

type ImmutableParentInfo_GetUniqueID_Call struct {
	*mock.Call
}

ImmutableParentInfo_GetUniqueID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUniqueID'

func (*ImmutableParentInfo_GetUniqueID_Call) Return added in v1.15.1

func (*ImmutableParentInfo_GetUniqueID_Call) Run added in v1.15.1

func (*ImmutableParentInfo_GetUniqueID_Call) RunAndReturn added in v1.15.1

type ImmutableParentInfo_IsInDynamicChain_Call added in v1.15.1

type ImmutableParentInfo_IsInDynamicChain_Call struct {
	*mock.Call
}

ImmutableParentInfo_IsInDynamicChain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsInDynamicChain'

func (*ImmutableParentInfo_IsInDynamicChain_Call) Return added in v1.15.1

func (*ImmutableParentInfo_IsInDynamicChain_Call) Run added in v1.15.1

func (*ImmutableParentInfo_IsInDynamicChain_Call) RunAndReturn added in v1.15.1

type NodeLookup

type NodeLookup struct {
	mock.Mock
}

NodeLookup is an autogenerated mock type for the NodeLookup type

func NewNodeLookup added in v1.15.1

func NewNodeLookup(t interface {
	mock.TestingT
	Cleanup(func())
}) *NodeLookup

NewNodeLookup creates a new instance of NodeLookup. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*NodeLookup) EXPECT added in v1.15.1

func (_m *NodeLookup) EXPECT() *NodeLookup_Expecter

func (*NodeLookup) FromNode

func (_m *NodeLookup) FromNode(id string) ([]string, error)

FromNode provides a mock function with given fields: id

func (*NodeLookup) GetNode

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

GetNode provides a mock function with given fields: nodeID

func (*NodeLookup) GetNodeExecutionStatus

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

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

func (*NodeLookup) ToNode

func (_m *NodeLookup) ToNode(id string) ([]string, error)

ToNode provides a mock function with given fields: id

type NodeLookup_Expecter added in v1.15.1

type NodeLookup_Expecter struct {
	// contains filtered or unexported fields
}

func (*NodeLookup_Expecter) FromNode added in v1.15.1

func (_e *NodeLookup_Expecter) FromNode(id interface{}) *NodeLookup_FromNode_Call

FromNode is a helper method to define mock.On call

  • id string

func (*NodeLookup_Expecter) GetNode added in v1.15.1

func (_e *NodeLookup_Expecter) GetNode(nodeID interface{}) *NodeLookup_GetNode_Call

GetNode is a helper method to define mock.On call

  • nodeID string

func (*NodeLookup_Expecter) GetNodeExecutionStatus added in v1.15.1

func (_e *NodeLookup_Expecter) GetNodeExecutionStatus(ctx interface{}, id interface{}) *NodeLookup_GetNodeExecutionStatus_Call

GetNodeExecutionStatus is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*NodeLookup_Expecter) ToNode added in v1.15.1

func (_e *NodeLookup_Expecter) ToNode(id interface{}) *NodeLookup_ToNode_Call

ToNode is a helper method to define mock.On call

  • id string

type NodeLookup_FromNode_Call added in v1.15.1

type NodeLookup_FromNode_Call struct {
	*mock.Call
}

NodeLookup_FromNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FromNode'

func (*NodeLookup_FromNode_Call) Return added in v1.15.1

func (*NodeLookup_FromNode_Call) Run added in v1.15.1

func (*NodeLookup_FromNode_Call) RunAndReturn added in v1.15.1

func (_c *NodeLookup_FromNode_Call) RunAndReturn(run func(string) ([]string, error)) *NodeLookup_FromNode_Call

type NodeLookup_GetNodeExecutionStatus_Call added in v1.15.1

type NodeLookup_GetNodeExecutionStatus_Call struct {
	*mock.Call
}

NodeLookup_GetNodeExecutionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNodeExecutionStatus'

func (*NodeLookup_GetNodeExecutionStatus_Call) Return added in v1.15.1

func (*NodeLookup_GetNodeExecutionStatus_Call) Run added in v1.15.1

func (*NodeLookup_GetNodeExecutionStatus_Call) RunAndReturn added in v1.15.1

type NodeLookup_GetNode_Call added in v1.15.1

type NodeLookup_GetNode_Call struct {
	*mock.Call
}

NodeLookup_GetNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNode'

func (*NodeLookup_GetNode_Call) Return added in v1.15.1

func (*NodeLookup_GetNode_Call) Run added in v1.15.1

func (_c *NodeLookup_GetNode_Call) Run(run func(nodeID string)) *NodeLookup_GetNode_Call

func (*NodeLookup_GetNode_Call) RunAndReturn added in v1.15.1

type NodeLookup_ToNode_Call added in v1.15.1

type NodeLookup_ToNode_Call struct {
	*mock.Call
}

NodeLookup_ToNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ToNode'

func (*NodeLookup_ToNode_Call) Return added in v1.15.1

func (*NodeLookup_ToNode_Call) Run added in v1.15.1

func (_c *NodeLookup_ToNode_Call) Run(run func(id string)) *NodeLookup_ToNode_Call

func (*NodeLookup_ToNode_Call) RunAndReturn added in v1.15.1

func (_c *NodeLookup_ToNode_Call) RunAndReturn(run func(string) ([]string, error)) *NodeLookup_ToNode_Call

type ParentInfoGetter

type ParentInfoGetter struct {
	mock.Mock
}

ParentInfoGetter is an autogenerated mock type for the ParentInfoGetter type

func NewParentInfoGetter added in v1.15.1

func NewParentInfoGetter(t interface {
	mock.TestingT
	Cleanup(func())
}) *ParentInfoGetter

NewParentInfoGetter creates a new instance of ParentInfoGetter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ParentInfoGetter) EXPECT added in v1.15.1

func (*ParentInfoGetter) GetParentInfo

func (_m *ParentInfoGetter) GetParentInfo() executors.ImmutableParentInfo

GetParentInfo provides a mock function with no fields

type ParentInfoGetter_Expecter added in v1.15.1

type ParentInfoGetter_Expecter struct {
	// contains filtered or unexported fields
}

func (*ParentInfoGetter_Expecter) GetParentInfo added in v1.15.1

GetParentInfo is a helper method to define mock.On call

type ParentInfoGetter_GetParentInfo_Call added in v1.15.1

type ParentInfoGetter_GetParentInfo_Call struct {
	*mock.Call
}

ParentInfoGetter_GetParentInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetParentInfo'

func (*ParentInfoGetter_GetParentInfo_Call) Return added in v1.15.1

func (*ParentInfoGetter_GetParentInfo_Call) Run added in v1.15.1

func (*ParentInfoGetter_GetParentInfo_Call) RunAndReturn added in v1.15.1

type SubWorkflowGetter

type SubWorkflowGetter struct {
	mock.Mock
}

SubWorkflowGetter is an autogenerated mock type for the SubWorkflowGetter type

func NewSubWorkflowGetter added in v1.15.1

func NewSubWorkflowGetter(t interface {
	mock.TestingT
	Cleanup(func())
}) *SubWorkflowGetter

NewSubWorkflowGetter creates a new instance of SubWorkflowGetter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SubWorkflowGetter) EXPECT added in v1.15.1

func (*SubWorkflowGetter) FindSubWorkflow

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

FindSubWorkflow provides a mock function with given fields: subID

type SubWorkflowGetter_Expecter added in v1.15.1

type SubWorkflowGetter_Expecter struct {
	// contains filtered or unexported fields
}

func (*SubWorkflowGetter_Expecter) FindSubWorkflow added in v1.15.1

func (_e *SubWorkflowGetter_Expecter) FindSubWorkflow(subID interface{}) *SubWorkflowGetter_FindSubWorkflow_Call

FindSubWorkflow is a helper method to define mock.On call

  • subID string

type SubWorkflowGetter_FindSubWorkflow_Call added in v1.15.1

type SubWorkflowGetter_FindSubWorkflow_Call struct {
	*mock.Call
}

SubWorkflowGetter_FindSubWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindSubWorkflow'

func (*SubWorkflowGetter_FindSubWorkflow_Call) Return added in v1.15.1

func (*SubWorkflowGetter_FindSubWorkflow_Call) Run added in v1.15.1

func (*SubWorkflowGetter_FindSubWorkflow_Call) RunAndReturn added in v1.15.1

type TaskDetailsGetter

type TaskDetailsGetter struct {
	mock.Mock
}

TaskDetailsGetter is an autogenerated mock type for the TaskDetailsGetter type

func NewTaskDetailsGetter added in v1.15.1

func NewTaskDetailsGetter(t interface {
	mock.TestingT
	Cleanup(func())
}) *TaskDetailsGetter

NewTaskDetailsGetter creates a new instance of TaskDetailsGetter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*TaskDetailsGetter) EXPECT added in v1.15.1

func (*TaskDetailsGetter) GetTask

GetTask provides a mock function with given fields: id

type TaskDetailsGetter_Expecter added in v1.15.1

type TaskDetailsGetter_Expecter struct {
	// contains filtered or unexported fields
}

func (*TaskDetailsGetter_Expecter) GetTask added in v1.15.1

func (_e *TaskDetailsGetter_Expecter) GetTask(id interface{}) *TaskDetailsGetter_GetTask_Call

GetTask is a helper method to define mock.On call

  • id string

type TaskDetailsGetter_GetTask_Call added in v1.15.1

type TaskDetailsGetter_GetTask_Call struct {
	*mock.Call
}

TaskDetailsGetter_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'

func (*TaskDetailsGetter_GetTask_Call) Return added in v1.15.1

func (*TaskDetailsGetter_GetTask_Call) Run added in v1.15.1

func (*TaskDetailsGetter_GetTask_Call) RunAndReturn added in v1.15.1

type Workflow

type Workflow struct {
	mock.Mock
}

Workflow is an autogenerated mock type for the Workflow type

func NewWorkflow added in v1.15.1

func NewWorkflow(t interface {
	mock.TestingT
	Cleanup(func())
}) *Workflow

NewWorkflow creates a new instance of Workflow. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Workflow) EXPECT added in v1.15.1

func (_m *Workflow) EXPECT() *Workflow_Expecter

func (*Workflow) HandleAbortedWorkflow

func (_m *Workflow) HandleAbortedWorkflow(ctx context.Context, w *v1alpha1.FlyteWorkflow, maxRetries uint32) error

HandleAbortedWorkflow provides a mock function with given fields: ctx, w, maxRetries

func (*Workflow) HandleFlyteWorkflow

func (_m *Workflow) HandleFlyteWorkflow(ctx context.Context, w *v1alpha1.FlyteWorkflow) error

HandleFlyteWorkflow provides a mock function with given fields: ctx, w

func (*Workflow) Initialize

func (_m *Workflow) Initialize(ctx context.Context) error

Initialize provides a mock function with given fields: ctx

type Workflow_Expecter added in v1.15.1

type Workflow_Expecter struct {
	// contains filtered or unexported fields
}

func (*Workflow_Expecter) HandleAbortedWorkflow added in v1.15.1

func (_e *Workflow_Expecter) HandleAbortedWorkflow(ctx interface{}, w interface{}, maxRetries interface{}) *Workflow_HandleAbortedWorkflow_Call

HandleAbortedWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • w *v1alpha1.FlyteWorkflow
  • maxRetries uint32

func (*Workflow_Expecter) HandleFlyteWorkflow added in v1.15.1

func (_e *Workflow_Expecter) HandleFlyteWorkflow(ctx interface{}, w interface{}) *Workflow_HandleFlyteWorkflow_Call

HandleFlyteWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • w *v1alpha1.FlyteWorkflow

func (*Workflow_Expecter) Initialize added in v1.15.1

func (_e *Workflow_Expecter) Initialize(ctx interface{}) *Workflow_Initialize_Call

Initialize is a helper method to define mock.On call

  • ctx context.Context

type Workflow_HandleAbortedWorkflow_Call added in v1.15.1

type Workflow_HandleAbortedWorkflow_Call struct {
	*mock.Call
}

Workflow_HandleAbortedWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleAbortedWorkflow'

func (*Workflow_HandleAbortedWorkflow_Call) Return added in v1.15.1

func (*Workflow_HandleAbortedWorkflow_Call) Run added in v1.15.1

func (*Workflow_HandleAbortedWorkflow_Call) RunAndReturn added in v1.15.1

type Workflow_HandleFlyteWorkflow_Call added in v1.15.1

type Workflow_HandleFlyteWorkflow_Call struct {
	*mock.Call
}

Workflow_HandleFlyteWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleFlyteWorkflow'

func (*Workflow_HandleFlyteWorkflow_Call) Return added in v1.15.1

func (*Workflow_HandleFlyteWorkflow_Call) Run added in v1.15.1

func (*Workflow_HandleFlyteWorkflow_Call) RunAndReturn added in v1.15.1

type Workflow_Initialize_Call added in v1.15.1

type Workflow_Initialize_Call struct {
	*mock.Call
}

Workflow_Initialize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Initialize'

func (*Workflow_Initialize_Call) Return added in v1.15.1

func (*Workflow_Initialize_Call) Run added in v1.15.1

func (*Workflow_Initialize_Call) RunAndReturn added in v1.15.1

Jump to

Keyboard shortcuts

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