Documentation ¶
Index ¶
- type OffloadNodeStatusRepo
- func (_m *OffloadNodeStatusRepo) Delete(uid string, version string) error
- func (_m *OffloadNodeStatusRepo) Get(uid string, version string) (v1alpha1.Nodes, error)
- func (_m *OffloadNodeStatusRepo) IsEnabled() bool
- func (_m *OffloadNodeStatusRepo) List(namespace string) (map[sqldb.UUIDVersion]v1alpha1.Nodes, error)
- func (_m *OffloadNodeStatusRepo) ListOldOffloads(namespace string) (map[string][]string, error)
- func (_m *OffloadNodeStatusRepo) Save(uid string, namespace string, nodes v1alpha1.Nodes) (string, error)
- type WorkflowArchive
- func (_m *WorkflowArchive) ArchiveWorkflow(wf *v1alpha1.Workflow) error
- func (_m *WorkflowArchive) CountWorkflows(namespace string, name string, namePrefix string, minStartAt time.Time, ...) (int64, error)
- func (_m *WorkflowArchive) DeleteExpiredWorkflows(ttl time.Duration) error
- func (_m *WorkflowArchive) DeleteWorkflow(uid string) error
- func (_m *WorkflowArchive) GetWorkflow(uid string, namespace string, name string) (*v1alpha1.Workflow, error)
- func (_m *WorkflowArchive) IsEnabled() bool
- func (_m *WorkflowArchive) ListWorkflows(namespace string, name string, namePrefix string, minStartAt time.Time, ...) (v1alpha1.Workflows, error)
- func (_m *WorkflowArchive) ListWorkflowsLabelKeys() (*v1alpha1.LabelKeys, error)
- func (_m *WorkflowArchive) ListWorkflowsLabelValues(key string) (*v1alpha1.LabelValues, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffloadNodeStatusRepo ¶
OffloadNodeStatusRepo is an autogenerated mock type for the OffloadNodeStatusRepo type
func (*OffloadNodeStatusRepo) Delete ¶
func (_m *OffloadNodeStatusRepo) Delete(uid string, version string) error
Delete provides a mock function with given fields: uid, version
func (*OffloadNodeStatusRepo) IsEnabled ¶
func (_m *OffloadNodeStatusRepo) IsEnabled() bool
IsEnabled provides a mock function with given fields:
func (*OffloadNodeStatusRepo) List ¶
func (_m *OffloadNodeStatusRepo) List(namespace string) (map[sqldb.UUIDVersion]v1alpha1.Nodes, error)
List provides a mock function with given fields: namespace
func (*OffloadNodeStatusRepo) ListOldOffloads ¶
func (_m *OffloadNodeStatusRepo) ListOldOffloads(namespace string) (map[string][]string, error)
ListOldOffloads provides a mock function with given fields: namespace
type WorkflowArchive ¶
WorkflowArchive is an autogenerated mock type for the WorkflowArchive type
func NewWorkflowArchive ¶ added in v3.4.8
func NewWorkflowArchive(t mockConstructorTestingTNewWorkflowArchive) *WorkflowArchive
NewWorkflowArchive creates a new instance of WorkflowArchive. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*WorkflowArchive) ArchiveWorkflow ¶
func (_m *WorkflowArchive) ArchiveWorkflow(wf *v1alpha1.Workflow) error
ArchiveWorkflow provides a mock function with given fields: wf
func (*WorkflowArchive) CountWorkflows ¶ added in v3.4.0
func (_m *WorkflowArchive) CountWorkflows(namespace string, name string, namePrefix string, minStartAt time.Time, maxStartAt time.Time, labelRequirements labels.Requirements) (int64, error)
CountWorkflows provides a mock function with given fields: namespace, name, namePrefix, minStartAt, maxStartAt, labelRequirements
func (*WorkflowArchive) DeleteExpiredWorkflows ¶
func (_m *WorkflowArchive) DeleteExpiredWorkflows(ttl time.Duration) error
DeleteExpiredWorkflows provides a mock function with given fields: ttl
func (*WorkflowArchive) DeleteWorkflow ¶
func (_m *WorkflowArchive) DeleteWorkflow(uid string) error
DeleteWorkflow provides a mock function with given fields: uid
func (*WorkflowArchive) GetWorkflow ¶
func (_m *WorkflowArchive) GetWorkflow(uid string, namespace string, name string) (*v1alpha1.Workflow, error)
GetWorkflow provides a mock function with given fields: uid, namespace, name
func (*WorkflowArchive) IsEnabled ¶
func (_m *WorkflowArchive) IsEnabled() bool
IsEnabled provides a mock function with given fields:
func (*WorkflowArchive) ListWorkflows ¶
func (_m *WorkflowArchive) ListWorkflows(namespace string, name string, namePrefix string, minStartAt time.Time, maxStartAt time.Time, labelRequirements labels.Requirements, limit int, offset int) (v1alpha1.Workflows, error)
ListWorkflows provides a mock function with given fields: namespace, name, namePrefix, minStartAt, maxStartAt, labelRequirements, limit, offset
func (*WorkflowArchive) ListWorkflowsLabelKeys ¶ added in v3.3.0
func (_m *WorkflowArchive) ListWorkflowsLabelKeys() (*v1alpha1.LabelKeys, error)
ListWorkflowsLabelKeys provides a mock function with given fields:
func (*WorkflowArchive) ListWorkflowsLabelValues ¶ added in v3.3.0
func (_m *WorkflowArchive) ListWorkflowsLabelValues(key string) (*v1alpha1.LabelValues, error)
ListWorkflowsLabelValues provides a mock function with given fields: key