Documentation ¶
Index ¶
- type AdminDeleterExtInterface
- func (_m *AdminDeleterExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminDeleterExtInterface) DeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) error
- func (_m *AdminDeleterExtInterface) DeleteProjectDomainAttributes(ctx context.Context, project string, domain string, ...) error
- func (_m *AdminDeleterExtInterface) DeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) error
- func (_m *AdminDeleterExtInterface) OnAdminServiceClient() *AdminDeleterExtInterface_AdminServiceClient
- func (_m *AdminDeleterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminDeleterExtInterface_AdminServiceClient
- func (_m *AdminDeleterExtInterface) OnDeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) *AdminDeleterExtInterface_DeleteProjectAttributes
- func (_m *AdminDeleterExtInterface) OnDeleteProjectAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectAttributes
- func (_m *AdminDeleterExtInterface) OnDeleteProjectDomainAttributes(ctx context.Context, project string, domain string, ...) *AdminDeleterExtInterface_DeleteProjectDomainAttributes
- func (_m *AdminDeleterExtInterface) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectDomainAttributes
- func (_m *AdminDeleterExtInterface) OnDeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) *AdminDeleterExtInterface_DeleteWorkflowAttributes
- func (_m *AdminDeleterExtInterface) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteWorkflowAttributes
- type AdminDeleterExtInterface_AdminServiceClient
- type AdminDeleterExtInterface_DeleteProjectAttributes
- type AdminDeleterExtInterface_DeleteProjectDomainAttributes
- type AdminDeleterExtInterface_DeleteWorkflowAttributes
- type AdminFetcherExtInterface
- func (_m *AdminFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, ...) ([]*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string, ...) ([]*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, ...) ([]*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) FetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) ([]*admin.NamedEntity, error)
- func (_m *AdminFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
- func (_m *AdminFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string, ...) (*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, ...) (*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, ...) (*admin.NodeExecutionGetDataResponse, error)
- func (_m *AdminFetcherExtInterface) FetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, ...) (*admin.NodeExecutionList, error)
- func (_m *AdminFetcherExtInterface) FetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) (*admin.ProjectAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchProjectDomainAttributes(ctx context.Context, project string, domain string, ...) (*admin.ProjectDomainAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, ...) (*admin.TaskExecutionList, error)
- func (_m *AdminFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, ...) (*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) (*admin.WorkflowAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string, ...) (*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) ListExecution(ctx context.Context, project string, domain string, filter filters.Filters) (*admin.ExecutionList, error)
- func (_m *AdminFetcherExtInterface) ListProjects(ctx context.Context, filter filters.Filters) (*admin.Projects, error)
- func (_m *AdminFetcherExtInterface) OnAdminServiceClient() *AdminFetcherExtInterface_AdminServiceClient
- func (_m *AdminFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminFetcherExtInterface_AdminServiceClient
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, ...) *AdminFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchAllVerOfWorkflow
- func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflowMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfWorkflow
- func (_m *AdminFetcherExtInterface) OnFetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllWorkflows
- func (_m *AdminFetcherExtInterface) OnFetchAllWorkflowsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllWorkflows
- func (_m *AdminFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminFetcherExtInterface_FetchExecution
- func (_m *AdminFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchExecution
- func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, ...) *AdminFetcherExtInterface_FetchLPVersion
- func (_m *AdminFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPVersion
- func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, ...) *AdminFetcherExtInterface_FetchNodeExecutionData
- func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDataMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionData
- func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchNodeExecutionDetails
- func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetailsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionDetails
- func (_m *AdminFetcherExtInterface) OnFetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) *AdminFetcherExtInterface_FetchProjectAttributes
- func (_m *AdminFetcherExtInterface) OnFetchProjectAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectAttributes
- func (_m *AdminFetcherExtInterface) OnFetchProjectDomainAttributes(ctx context.Context, project string, domain string, ...) *AdminFetcherExtInterface_FetchProjectDomainAttributes
- func (_m *AdminFetcherExtInterface) OnFetchProjectDomainAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectDomainAttributes
- func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, ...) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode
- func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNodeMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode
- func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, ...) *AdminFetcherExtInterface_FetchTaskVersion
- func (_m *AdminFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskVersion
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) *AdminFetcherExtInterface_FetchWorkflowAttributes
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowAttributes
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string, ...) *AdminFetcherExtInterface_FetchWorkflowLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowLatestVersion
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersion(ctx context.Context, name string, version string, project string, ...) *AdminFetcherExtInterface_FetchWorkflowVersion
- func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowVersion
- func (_m *AdminFetcherExtInterface) OnListExecution(ctx context.Context, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_ListExecution
- func (_m *AdminFetcherExtInterface) OnListExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListExecution
- func (_m *AdminFetcherExtInterface) OnListProjects(ctx context.Context, filter filters.Filters) *AdminFetcherExtInterface_ListProjects
- func (_m *AdminFetcherExtInterface) OnListProjectsMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListProjects
- type AdminFetcherExtInterface_AdminServiceClient
- type AdminFetcherExtInterface_FetchAllVerOfLP
- type AdminFetcherExtInterface_FetchAllVerOfTask
- type AdminFetcherExtInterface_FetchAllVerOfWorkflow
- type AdminFetcherExtInterface_FetchAllWorkflows
- type AdminFetcherExtInterface_FetchExecution
- type AdminFetcherExtInterface_FetchLPLatestVersion
- type AdminFetcherExtInterface_FetchLPVersion
- type AdminFetcherExtInterface_FetchNodeExecutionData
- type AdminFetcherExtInterface_FetchNodeExecutionDetails
- type AdminFetcherExtInterface_FetchProjectAttributes
- type AdminFetcherExtInterface_FetchProjectDomainAttributes
- type AdminFetcherExtInterface_FetchTaskExecutionsOnNode
- type AdminFetcherExtInterface_FetchTaskLatestVersion
- type AdminFetcherExtInterface_FetchTaskVersion
- type AdminFetcherExtInterface_FetchWorkflowAttributes
- type AdminFetcherExtInterface_FetchWorkflowLatestVersion
- type AdminFetcherExtInterface_FetchWorkflowVersion
- type AdminFetcherExtInterface_ListExecution
- type AdminFetcherExtInterface_ListProjects
- type AdminServiceFetcherExtInterface
- func (_m *AdminServiceFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) ([]*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string) ([]*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
- func (_m *AdminServiceFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, ...) (*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClient() *AdminServiceFetcherExtInterface_AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminServiceFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchExecution
- func (_m *AdminServiceFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchExecution
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, ...) *AdminServiceFetcherExtInterface_FetchLPVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, ...) *AdminServiceFetcherExtInterface_FetchTaskVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskVersion
- type AdminServiceFetcherExtInterface_AdminServiceClient
- type AdminServiceFetcherExtInterface_FetchAllVerOfLP
- type AdminServiceFetcherExtInterface_FetchAllVerOfTask
- type AdminServiceFetcherExtInterface_FetchExecution
- type AdminServiceFetcherExtInterface_FetchLPLatestVersion
- type AdminServiceFetcherExtInterface_FetchLPVersion
- type AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- type AdminServiceFetcherExtInterface_FetchTaskVersion
- type AdminUpdaterExtInterface
- func (_m *AdminUpdaterExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminUpdaterExtInterface) OnAdminServiceClient() *AdminUpdaterExtInterface_AdminServiceClient
- func (_m *AdminUpdaterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminUpdaterExtInterface_AdminServiceClient
- func (_m *AdminUpdaterExtInterface) OnUpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) *AdminUpdaterExtInterface_UpdateProjectAttributes
- func (_m *AdminUpdaterExtInterface) OnUpdateProjectAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectAttributes
- func (_m *AdminUpdaterExtInterface) OnUpdateProjectDomainAttributes(ctx context.Context, project string, domain string, ...) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes
- func (_m *AdminUpdaterExtInterface) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes
- func (_m *AdminUpdaterExtInterface) OnUpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) *AdminUpdaterExtInterface_UpdateWorkflowAttributes
- func (_m *AdminUpdaterExtInterface) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateWorkflowAttributes
- func (_m *AdminUpdaterExtInterface) UpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) error
- func (_m *AdminUpdaterExtInterface) UpdateProjectDomainAttributes(ctx context.Context, project string, domain string, ...) error
- func (_m *AdminUpdaterExtInterface) UpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) error
- type AdminUpdaterExtInterface_AdminServiceClient
- type AdminUpdaterExtInterface_UpdateProjectAttributes
- type AdminUpdaterExtInterface_UpdateProjectDomainAttributes
- type AdminUpdaterExtInterface_UpdateWorkflowAttributes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminDeleterExtInterface ¶
AdminDeleterExtInterface is an autogenerated mock type for the AdminDeleterExtInterface type
func (*AdminDeleterExtInterface) AdminServiceClient ¶
func (_m *AdminDeleterExtInterface) AdminServiceClient() service.AdminServiceClient
AdminServiceClient provides a mock function with given fields:
func (*AdminDeleterExtInterface) DeleteProjectAttributes ¶ added in v0.6.23
func (_m *AdminDeleterExtInterface) DeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) error
DeleteProjectAttributes provides a mock function with given fields: ctx, project, rsType
func (*AdminDeleterExtInterface) DeleteProjectDomainAttributes ¶
func (_m *AdminDeleterExtInterface) DeleteProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) error
DeleteProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, rsType
func (*AdminDeleterExtInterface) DeleteWorkflowAttributes ¶
func (_m *AdminDeleterExtInterface) DeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) error
DeleteWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, rsType
func (*AdminDeleterExtInterface) OnAdminServiceClient ¶
func (_m *AdminDeleterExtInterface) OnAdminServiceClient() *AdminDeleterExtInterface_AdminServiceClient
func (*AdminDeleterExtInterface) OnAdminServiceClientMatch ¶
func (_m *AdminDeleterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminDeleterExtInterface_AdminServiceClient
func (*AdminDeleterExtInterface) OnDeleteProjectAttributes ¶ added in v0.6.23
func (_m *AdminDeleterExtInterface) OnDeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) *AdminDeleterExtInterface_DeleteProjectAttributes
func (*AdminDeleterExtInterface) OnDeleteProjectAttributesMatch ¶ added in v0.6.23
func (_m *AdminDeleterExtInterface) OnDeleteProjectAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectAttributes
func (*AdminDeleterExtInterface) OnDeleteProjectDomainAttributes ¶
func (_m *AdminDeleterExtInterface) OnDeleteProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) *AdminDeleterExtInterface_DeleteProjectDomainAttributes
func (*AdminDeleterExtInterface) OnDeleteProjectDomainAttributesMatch ¶
func (_m *AdminDeleterExtInterface) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectDomainAttributes
func (*AdminDeleterExtInterface) OnDeleteWorkflowAttributes ¶
func (_m *AdminDeleterExtInterface) OnDeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) *AdminDeleterExtInterface_DeleteWorkflowAttributes
func (*AdminDeleterExtInterface) OnDeleteWorkflowAttributesMatch ¶
func (_m *AdminDeleterExtInterface) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteWorkflowAttributes
type AdminDeleterExtInterface_AdminServiceClient ¶
type AdminDeleterExtInterface_DeleteProjectAttributes ¶ added in v0.6.23
type AdminDeleterExtInterface_DeleteProjectDomainAttributes ¶
type AdminDeleterExtInterface_DeleteWorkflowAttributes ¶
type AdminFetcherExtInterface ¶
AdminFetcherExtInterface is an autogenerated mock type for the AdminFetcherExtInterface type
func (*AdminFetcherExtInterface) AdminServiceClient ¶
func (_m *AdminFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
AdminServiceClient provides a mock function with given fields:
func (*AdminFetcherExtInterface) FetchAllVerOfLP ¶
func (_m *AdminFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, filter filters.Filters) ([]*admin.LaunchPlan, error)
FetchAllVerOfLP provides a mock function with given fields: ctx, lpName, project, domain, filter
func (*AdminFetcherExtInterface) FetchAllVerOfTask ¶
func (_m *AdminFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string, filter filters.Filters) ([]*admin.Task, error)
FetchAllVerOfTask provides a mock function with given fields: ctx, name, project, domain, filter
func (*AdminFetcherExtInterface) FetchAllVerOfWorkflow ¶
func (_m *AdminFetcherExtInterface) FetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, filter filters.Filters) ([]*admin.Workflow, error)
FetchAllVerOfWorkflow provides a mock function with given fields: ctx, name, project, domain, filter
func (*AdminFetcherExtInterface) FetchAllWorkflows ¶ added in v0.5.12
func (_m *AdminFetcherExtInterface) FetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) ([]*admin.NamedEntity, error)
FetchAllWorkflows provides a mock function with given fields: ctx, project, domain, filter
func (*AdminFetcherExtInterface) FetchExecution ¶
func (_m *AdminFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
FetchExecution provides a mock function with given fields: ctx, name, project, domain
func (*AdminFetcherExtInterface) FetchLPLatestVersion ¶
func (_m *AdminFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) (*admin.LaunchPlan, error)
FetchLPLatestVersion provides a mock function with given fields: ctx, name, project, domain, filter
func (*AdminFetcherExtInterface) FetchLPVersion ¶
func (_m *AdminFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.LaunchPlan, error)
FetchLPVersion provides a mock function with given fields: ctx, name, version, project, domain
func (*AdminFetcherExtInterface) FetchNodeExecutionData ¶ added in v0.2.13
func (_m *AdminFetcherExtInterface) FetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, domain string) (*admin.NodeExecutionGetDataResponse, error)
FetchNodeExecutionData provides a mock function with given fields: ctx, nodeID, execName, project, domain
func (*AdminFetcherExtInterface) FetchNodeExecutionDetails ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) FetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, uniqueParentID string) (*admin.NodeExecutionList, error)
FetchNodeExecutionDetails provides a mock function with given fields: ctx, name, project, domain, uniqueParentID
func (*AdminFetcherExtInterface) FetchProjectAttributes ¶ added in v0.6.23
func (_m *AdminFetcherExtInterface) FetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) (*admin.ProjectAttributesGetResponse, error)
FetchProjectAttributes provides a mock function with given fields: ctx, project, rsType
func (*AdminFetcherExtInterface) FetchProjectDomainAttributes ¶
func (_m *AdminFetcherExtInterface) FetchProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) (*admin.ProjectDomainAttributesGetResponse, error)
FetchProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, rsType
func (*AdminFetcherExtInterface) FetchTaskExecutionsOnNode ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) FetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, domain string) (*admin.TaskExecutionList, error)
FetchTaskExecutionsOnNode provides a mock function with given fields: ctx, nodeID, execName, project, domain
func (*AdminFetcherExtInterface) FetchTaskLatestVersion ¶
func (_m *AdminFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) (*admin.Task, error)
FetchTaskLatestVersion provides a mock function with given fields: ctx, name, project, domain, filter
func (*AdminFetcherExtInterface) FetchTaskVersion ¶
func (_m *AdminFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Task, error)
FetchTaskVersion provides a mock function with given fields: ctx, name, version, project, domain
func (*AdminFetcherExtInterface) FetchWorkflowAttributes ¶
func (_m *AdminFetcherExtInterface) FetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) (*admin.WorkflowAttributesGetResponse, error)
FetchWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, rsType
func (*AdminFetcherExtInterface) FetchWorkflowLatestVersion ¶
func (_m *AdminFetcherExtInterface) FetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) (*admin.Workflow, error)
FetchWorkflowLatestVersion provides a mock function with given fields: ctx, name, project, domain, filter
func (*AdminFetcherExtInterface) FetchWorkflowVersion ¶
func (_m *AdminFetcherExtInterface) FetchWorkflowVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Workflow, error)
FetchWorkflowVersion provides a mock function with given fields: ctx, name, version, project, domain
func (*AdminFetcherExtInterface) ListExecution ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) ListExecution(ctx context.Context, project string, domain string, filter filters.Filters) (*admin.ExecutionList, error)
ListExecution provides a mock function with given fields: ctx, project, domain, filter
func (*AdminFetcherExtInterface) ListProjects ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) ListProjects(ctx context.Context, filter filters.Filters) (*admin.Projects, error)
ListProjects provides a mock function with given fields: ctx, filter
func (*AdminFetcherExtInterface) OnAdminServiceClient ¶
func (_m *AdminFetcherExtInterface) OnAdminServiceClient() *AdminFetcherExtInterface_AdminServiceClient
func (*AdminFetcherExtInterface) OnAdminServiceClientMatch ¶
func (_m *AdminFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminFetcherExtInterface_AdminServiceClient
func (*AdminFetcherExtInterface) OnFetchAllVerOfLP ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfLP
func (*AdminFetcherExtInterface) OnFetchAllVerOfLPMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfLP
func (*AdminFetcherExtInterface) OnFetchAllVerOfTask ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfTask
func (*AdminFetcherExtInterface) OnFetchAllVerOfTaskMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfTask
func (*AdminFetcherExtInterface) OnFetchAllVerOfWorkflow ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfWorkflow
func (*AdminFetcherExtInterface) OnFetchAllVerOfWorkflowMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflowMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfWorkflow
func (*AdminFetcherExtInterface) OnFetchAllWorkflows ¶ added in v0.5.12
func (_m *AdminFetcherExtInterface) OnFetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllWorkflows
func (*AdminFetcherExtInterface) OnFetchAllWorkflowsMatch ¶ added in v0.5.12
func (_m *AdminFetcherExtInterface) OnFetchAllWorkflowsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllWorkflows
func (*AdminFetcherExtInterface) OnFetchExecution ¶
func (_m *AdminFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminFetcherExtInterface_FetchExecution
func (*AdminFetcherExtInterface) OnFetchExecutionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchExecution
func (*AdminFetcherExtInterface) OnFetchLPLatestVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchLPLatestVersion
func (*AdminFetcherExtInterface) OnFetchLPLatestVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPLatestVersion
func (*AdminFetcherExtInterface) OnFetchLPVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchLPVersion
func (*AdminFetcherExtInterface) OnFetchLPVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPVersion
func (*AdminFetcherExtInterface) OnFetchNodeExecutionData ¶ added in v0.2.13
func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, domain string) *AdminFetcherExtInterface_FetchNodeExecutionData
func (*AdminFetcherExtInterface) OnFetchNodeExecutionDataMatch ¶ added in v0.2.13
func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDataMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionData
func (*AdminFetcherExtInterface) OnFetchNodeExecutionDetails ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, uniqueParentID string) *AdminFetcherExtInterface_FetchNodeExecutionDetails
func (*AdminFetcherExtInterface) OnFetchNodeExecutionDetailsMatch ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetailsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionDetails
func (*AdminFetcherExtInterface) OnFetchProjectAttributes ¶ added in v0.6.23
func (_m *AdminFetcherExtInterface) OnFetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) *AdminFetcherExtInterface_FetchProjectAttributes
func (*AdminFetcherExtInterface) OnFetchProjectAttributesMatch ¶ added in v0.6.23
func (_m *AdminFetcherExtInterface) OnFetchProjectAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectAttributes
func (*AdminFetcherExtInterface) OnFetchProjectDomainAttributes ¶
func (_m *AdminFetcherExtInterface) OnFetchProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) *AdminFetcherExtInterface_FetchProjectDomainAttributes
func (*AdminFetcherExtInterface) OnFetchProjectDomainAttributesMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchProjectDomainAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectDomainAttributes
func (*AdminFetcherExtInterface) OnFetchTaskExecutionsOnNode ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, domain string) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode
func (*AdminFetcherExtInterface) OnFetchTaskExecutionsOnNodeMatch ¶ added in v0.1.34
func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNodeMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode
func (*AdminFetcherExtInterface) OnFetchTaskLatestVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchTaskLatestVersion
func (*AdminFetcherExtInterface) OnFetchTaskLatestVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskLatestVersion
func (*AdminFetcherExtInterface) OnFetchTaskVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchTaskVersion
func (*AdminFetcherExtInterface) OnFetchTaskVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskVersion
func (*AdminFetcherExtInterface) OnFetchWorkflowAttributes ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) *AdminFetcherExtInterface_FetchWorkflowAttributes
func (*AdminFetcherExtInterface) OnFetchWorkflowAttributesMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowAttributes
func (*AdminFetcherExtInterface) OnFetchWorkflowLatestVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchWorkflowLatestVersion
func (*AdminFetcherExtInterface) OnFetchWorkflowLatestVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowLatestVersion
func (*AdminFetcherExtInterface) OnFetchWorkflowVersion ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchWorkflowVersion
func (*AdminFetcherExtInterface) OnFetchWorkflowVersionMatch ¶
func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowVersion
func (*AdminFetcherExtInterface) OnListExecution ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) OnListExecution(ctx context.Context, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_ListExecution
func (*AdminFetcherExtInterface) OnListExecutionMatch ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) OnListExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListExecution
func (*AdminFetcherExtInterface) OnListProjects ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) OnListProjects(ctx context.Context, filter filters.Filters) *AdminFetcherExtInterface_ListProjects
func (*AdminFetcherExtInterface) OnListProjectsMatch ¶ added in v0.1.10
func (_m *AdminFetcherExtInterface) OnListProjectsMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListProjects
type AdminFetcherExtInterface_AdminServiceClient ¶
type AdminFetcherExtInterface_FetchAllVerOfLP ¶
func (AdminFetcherExtInterface_FetchAllVerOfLP) Return ¶
func (_m AdminFetcherExtInterface_FetchAllVerOfLP) Return(_a0 []*admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfLP
type AdminFetcherExtInterface_FetchAllVerOfTask ¶
func (AdminFetcherExtInterface_FetchAllVerOfTask) Return ¶
func (_m AdminFetcherExtInterface_FetchAllVerOfTask) Return(_a0 []*admin.Task, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfTask
type AdminFetcherExtInterface_FetchAllVerOfWorkflow ¶
func (AdminFetcherExtInterface_FetchAllVerOfWorkflow) Return ¶
func (_m AdminFetcherExtInterface_FetchAllVerOfWorkflow) Return(_a0 []*admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfWorkflow
type AdminFetcherExtInterface_FetchAllWorkflows ¶ added in v0.5.12
func (AdminFetcherExtInterface_FetchAllWorkflows) Return ¶ added in v0.5.12
func (_m AdminFetcherExtInterface_FetchAllWorkflows) Return(_a0 []*admin.NamedEntity, _a1 error) *AdminFetcherExtInterface_FetchAllWorkflows
type AdminFetcherExtInterface_FetchExecution ¶
func (AdminFetcherExtInterface_FetchExecution) Return ¶
func (_m AdminFetcherExtInterface_FetchExecution) Return(_a0 *admin.Execution, _a1 error) *AdminFetcherExtInterface_FetchExecution
type AdminFetcherExtInterface_FetchLPLatestVersion ¶
func (AdminFetcherExtInterface_FetchLPLatestVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchLPLatestVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPLatestVersion
type AdminFetcherExtInterface_FetchLPVersion ¶
func (AdminFetcherExtInterface_FetchLPVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchLPVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPVersion
type AdminFetcherExtInterface_FetchNodeExecutionData ¶ added in v0.2.13
func (AdminFetcherExtInterface_FetchNodeExecutionData) Return ¶ added in v0.2.13
func (_m AdminFetcherExtInterface_FetchNodeExecutionData) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *AdminFetcherExtInterface_FetchNodeExecutionData
type AdminFetcherExtInterface_FetchNodeExecutionDetails ¶ added in v0.1.34
func (AdminFetcherExtInterface_FetchNodeExecutionDetails) Return ¶ added in v0.1.34
func (_m AdminFetcherExtInterface_FetchNodeExecutionDetails) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminFetcherExtInterface_FetchNodeExecutionDetails
type AdminFetcherExtInterface_FetchProjectAttributes ¶ added in v0.6.23
func (AdminFetcherExtInterface_FetchProjectAttributes) Return ¶ added in v0.6.23
func (_m AdminFetcherExtInterface_FetchProjectAttributes) Return(_a0 *admin.ProjectAttributesGetResponse, _a1 error) *AdminFetcherExtInterface_FetchProjectAttributes
type AdminFetcherExtInterface_FetchProjectDomainAttributes ¶
type AdminFetcherExtInterface_FetchTaskExecutionsOnNode ¶ added in v0.1.34
func (AdminFetcherExtInterface_FetchTaskExecutionsOnNode) Return ¶ added in v0.1.34
func (_m AdminFetcherExtInterface_FetchTaskExecutionsOnNode) Return(_a0 *admin.TaskExecutionList, _a1 error) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode
type AdminFetcherExtInterface_FetchTaskLatestVersion ¶
func (AdminFetcherExtInterface_FetchTaskLatestVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchTaskLatestVersion) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskLatestVersion
type AdminFetcherExtInterface_FetchTaskVersion ¶
func (AdminFetcherExtInterface_FetchTaskVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchTaskVersion) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskVersion
type AdminFetcherExtInterface_FetchWorkflowAttributes ¶
type AdminFetcherExtInterface_FetchWorkflowLatestVersion ¶
func (AdminFetcherExtInterface_FetchWorkflowLatestVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchWorkflowLatestVersion) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowLatestVersion
type AdminFetcherExtInterface_FetchWorkflowVersion ¶
func (AdminFetcherExtInterface_FetchWorkflowVersion) Return ¶
func (_m AdminFetcherExtInterface_FetchWorkflowVersion) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowVersion
type AdminFetcherExtInterface_ListExecution ¶ added in v0.1.10
func (AdminFetcherExtInterface_ListExecution) Return ¶ added in v0.1.10
func (_m AdminFetcherExtInterface_ListExecution) Return(_a0 *admin.ExecutionList, _a1 error) *AdminFetcherExtInterface_ListExecution
type AdminFetcherExtInterface_ListProjects ¶ added in v0.1.10
func (AdminFetcherExtInterface_ListProjects) Return ¶ added in v0.1.10
func (_m AdminFetcherExtInterface_ListProjects) Return(_a0 *admin.Projects, _a1 error) *AdminFetcherExtInterface_ListProjects
type AdminServiceFetcherExtInterface ¶
AdminServiceFetcherExtInterface is an autogenerated mock type for the AdminServiceFetcherExtInterface type
func (*AdminServiceFetcherExtInterface) AdminServiceClient ¶
func (_m *AdminServiceFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
AdminServiceClient provides a mock function with given fields:
func (*AdminServiceFetcherExtInterface) FetchAllVerOfLP ¶
func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) ([]*admin.LaunchPlan, error)
FetchAllVerOfLP provides a mock function with given fields: ctx, lpName, project, domain
func (*AdminServiceFetcherExtInterface) FetchAllVerOfTask ¶
func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string) ([]*admin.Task, error)
FetchAllVerOfTask provides a mock function with given fields: ctx, name, project, domain
func (*AdminServiceFetcherExtInterface) FetchExecution ¶
func (_m *AdminServiceFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
FetchExecution provides a mock function with given fields: ctx, name, project, domain
func (*AdminServiceFetcherExtInterface) FetchLPLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)
FetchLPLatestVersion provides a mock function with given fields: ctx, name, project, domain
func (*AdminServiceFetcherExtInterface) FetchLPVersion ¶
func (_m *AdminServiceFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.LaunchPlan, error)
FetchLPVersion provides a mock function with given fields: ctx, name, version, project, domain
func (*AdminServiceFetcherExtInterface) FetchTaskLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Task, error)
FetchTaskLatestVersion provides a mock function with given fields: ctx, name, project, domain
func (*AdminServiceFetcherExtInterface) FetchTaskVersion ¶
func (_m *AdminServiceFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Task, error)
FetchTaskVersion provides a mock function with given fields: ctx, name, version, project, domain
func (*AdminServiceFetcherExtInterface) OnAdminServiceClient ¶
func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClient() *AdminServiceFetcherExtInterface_AdminServiceClient
func (*AdminServiceFetcherExtInterface) OnAdminServiceClientMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_AdminServiceClient
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLP ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTask ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
func (*AdminServiceFetcherExtInterface) OnFetchExecution ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchExecution
func (*AdminServiceFetcherExtInterface) OnFetchExecutionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchExecution
func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskVersion
type AdminServiceFetcherExtInterface_AdminServiceClient ¶
type AdminServiceFetcherExtInterface_FetchAllVerOfLP ¶
func (AdminServiceFetcherExtInterface_FetchAllVerOfLP) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchAllVerOfLP) Return(_a0 []*admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
type AdminServiceFetcherExtInterface_FetchAllVerOfTask ¶
func (AdminServiceFetcherExtInterface_FetchAllVerOfTask) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchAllVerOfTask) Return(_a0 []*admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
type AdminServiceFetcherExtInterface_FetchExecution ¶
func (AdminServiceFetcherExtInterface_FetchExecution) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchExecution) Return(_a0 *admin.Execution, _a1 error) *AdminServiceFetcherExtInterface_FetchExecution
type AdminServiceFetcherExtInterface_FetchLPLatestVersion ¶
func (AdminServiceFetcherExtInterface_FetchLPLatestVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchLPLatestVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
type AdminServiceFetcherExtInterface_FetchLPVersion ¶
func (AdminServiceFetcherExtInterface_FetchLPVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchLPVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchLPVersion
type AdminServiceFetcherExtInterface_FetchTaskLatestVersion ¶
func (AdminServiceFetcherExtInterface_FetchTaskLatestVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchTaskLatestVersion) Return(_a0 *admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
type AdminServiceFetcherExtInterface_FetchTaskVersion ¶
func (AdminServiceFetcherExtInterface_FetchTaskVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchTaskVersion) Return(_a0 *admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchTaskVersion
type AdminUpdaterExtInterface ¶
AdminUpdaterExtInterface is an autogenerated mock type for the AdminUpdaterExtInterface type
func (*AdminUpdaterExtInterface) AdminServiceClient ¶
func (_m *AdminUpdaterExtInterface) AdminServiceClient() service.AdminServiceClient
AdminServiceClient provides a mock function with given fields:
func (*AdminUpdaterExtInterface) OnAdminServiceClient ¶
func (_m *AdminUpdaterExtInterface) OnAdminServiceClient() *AdminUpdaterExtInterface_AdminServiceClient
func (*AdminUpdaterExtInterface) OnAdminServiceClientMatch ¶
func (_m *AdminUpdaterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminUpdaterExtInterface_AdminServiceClient
func (*AdminUpdaterExtInterface) OnUpdateProjectAttributes ¶ added in v0.6.23
func (_m *AdminUpdaterExtInterface) OnUpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) *AdminUpdaterExtInterface_UpdateProjectAttributes
func (*AdminUpdaterExtInterface) OnUpdateProjectAttributesMatch ¶ added in v0.6.23
func (_m *AdminUpdaterExtInterface) OnUpdateProjectAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectAttributes
func (*AdminUpdaterExtInterface) OnUpdateProjectDomainAttributes ¶
func (_m *AdminUpdaterExtInterface) OnUpdateProjectDomainAttributes(ctx context.Context, project string, domain string, matchingAttr *admin.MatchingAttributes) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes
func (*AdminUpdaterExtInterface) OnUpdateProjectDomainAttributesMatch ¶
func (_m *AdminUpdaterExtInterface) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes
func (*AdminUpdaterExtInterface) OnUpdateWorkflowAttributes ¶
func (_m *AdminUpdaterExtInterface) OnUpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, matchingAttr *admin.MatchingAttributes) *AdminUpdaterExtInterface_UpdateWorkflowAttributes
func (*AdminUpdaterExtInterface) OnUpdateWorkflowAttributesMatch ¶
func (_m *AdminUpdaterExtInterface) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateWorkflowAttributes
func (*AdminUpdaterExtInterface) UpdateProjectAttributes ¶ added in v0.6.23
func (_m *AdminUpdaterExtInterface) UpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) error
UpdateProjectAttributes provides a mock function with given fields: ctx, project, matchingAttr
func (*AdminUpdaterExtInterface) UpdateProjectDomainAttributes ¶
func (_m *AdminUpdaterExtInterface) UpdateProjectDomainAttributes(ctx context.Context, project string, domain string, matchingAttr *admin.MatchingAttributes) error
UpdateProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, matchingAttr
func (*AdminUpdaterExtInterface) UpdateWorkflowAttributes ¶
func (_m *AdminUpdaterExtInterface) UpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, matchingAttr *admin.MatchingAttributes) error
UpdateWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, matchingAttr