Documentation ¶
Index ¶
- func GetExecutorInfo() interface{}
- type Manager
- func (m *Manager) Get(name types.Name) (types.ActionExecutor, error)
- func (m *Manager) GetActionExecutorKindByName(name string) (string, error)
- func (m *Manager) GetByKind(kind types.Kind) []types.ActionExecutor
- func (m *Manager) GetCreateFnByKind(kind types.Kind) (types.CreateFn, error)
- func (m *Manager) GetKindByExecutorName(name types.Name) (types.Kind, bool)
- func (m *Manager) Initialize(ctx context.Context, cfgs chan spec.ActionExecutorConfig, ...) error
- func (m *Manager) ListExecutors() []types.ActionExecutor
- func (m *Manager) ListenAndPatchK8sExecutor(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExecutorInfo ¶
func GetExecutorInfo() interface{}
Types ¶
type Manager ¶
Manager is an executor manager, it holds the all executor instances.
func GetManager ¶
func GetManager() *Manager
func (*Manager) GetActionExecutorKindByName ¶
GetActionExecutorKindByName return executor Kind, e.g. MEMORY
func (*Manager) GetByKind ¶
func (m *Manager) GetByKind(kind types.Kind) []types.ActionExecutor
GetByKind returns the executor instances with specify kind.
func (*Manager) GetCreateFnByKind ¶
func (*Manager) GetKindByExecutorName ¶
func (*Manager) Initialize ¶
func (m *Manager) Initialize(ctx context.Context, cfgs chan spec.ActionExecutorConfig, clusterInfo clusterinfo.Interface) error
func (*Manager) ListExecutors ¶
func (m *Manager) ListExecutors() []types.ActionExecutor
ListExecutors returns the all executor instances.
func (*Manager) ListenAndPatchK8sExecutor ¶
Click to show internal directories.
Click to hide internal directories.