Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) Authorize(ctx context.Context, authReq *fftypes.AuthReq) error
- func (_m *Manager) GetNamespaces(ctx context.Context, includeInitializing bool) ([]*core.NamespaceWithInitStatus, error)
- func (_m *Manager) GetOperationByNamespacedID(ctx context.Context, nsOpID string) (*core.Operation, error)
- func (_m *Manager) Init(ctx context.Context, cancelCtx context.CancelFunc, reset chan bool, ...) error
- func (_m *Manager) MustOrchestrator(ns string) orchestrator.Orchestrator
- func (_m *Manager) Orchestrator(ctx context.Context, ns string, includeInitializing bool) (orchestrator.Orchestrator, error)
- func (_m *Manager) Reset(ctx context.Context) error
- func (_m *Manager) ResolveOperationByNamespacedID(ctx context.Context, nsOpID string, op *core.OperationUpdateDTO) error
- func (_m *Manager) SPIEvents() spievents.Manager
- func (_m *Manager) Start() error
- func (_m *Manager) WaitStop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func NewManager ¶ added in v1.1.2
NewManager creates a new instance of Manager. 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 (*Manager) GetNamespaces ¶
func (_m *Manager) GetNamespaces(ctx context.Context, includeInitializing bool) ([]*core.NamespaceWithInitStatus, error)
GetNamespaces provides a mock function with given fields: ctx, includeInitializing
func (*Manager) GetOperationByNamespacedID ¶
func (_m *Manager) GetOperationByNamespacedID(ctx context.Context, nsOpID string) (*core.Operation, error)
GetOperationByNamespacedID provides a mock function with given fields: ctx, nsOpID
func (*Manager) Init ¶
func (_m *Manager) Init(ctx context.Context, cancelCtx context.CancelFunc, reset chan bool, reloadConfig func() error) error
Init provides a mock function with given fields: ctx, cancelCtx, reset, reloadConfig
func (*Manager) MustOrchestrator ¶ added in v1.1.3
func (_m *Manager) MustOrchestrator(ns string) orchestrator.Orchestrator
MustOrchestrator provides a mock function with given fields: ns
func (*Manager) Orchestrator ¶
func (_m *Manager) Orchestrator(ctx context.Context, ns string, includeInitializing bool) (orchestrator.Orchestrator, error)
Orchestrator provides a mock function with given fields: ctx, ns, includeInitializing
func (*Manager) ResolveOperationByNamespacedID ¶
func (_m *Manager) ResolveOperationByNamespacedID(ctx context.Context, nsOpID string, op *core.OperationUpdateDTO) error
ResolveOperationByNamespacedID provides a mock function with given fields: ctx, nsOpID, op