Documentation ¶
Index ¶
- func NewExecutorSpecificBidStrategy(provider executor.ExecProvider) bidstrategy.BidStrategy
- func NewNoopExecutors(config noop_executor.ExecutorConfig) executor.ExecProvider
- func NewNoopStorageProvider(ctx context.Context, cm *system.CleanupManager, ...) (storage.StorageProvider, error)
- func NewStandardExecutorProvider(cfg types.EngineConfig, executorOptions StandardExecutorOptions) (executor.ExecProvider, error)
- func NewStandardStorageProvider(cfg types.Bacalhau) (storage.StorageProvider, error)
- type StandardExecutorOptions
- type StandardStorageProviderOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutorSpecificBidStrategy ¶ added in v0.3.24
func NewExecutorSpecificBidStrategy(provider executor.ExecProvider) bidstrategy.BidStrategy
func NewNoopExecutors ¶
func NewNoopExecutors(config noop_executor.ExecutorConfig) executor.ExecProvider
return noop executors for all engines
func NewNoopStorageProvider ¶
func NewNoopStorageProvider( ctx context.Context, cm *system.CleanupManager, config noop_storage.StorageConfig, ) (storage.StorageProvider, error)
func NewStandardExecutorProvider ¶
func NewStandardExecutorProvider( cfg types.EngineConfig, executorOptions StandardExecutorOptions, ) (executor.ExecProvider, error)
func NewStandardStorageProvider ¶
func NewStandardStorageProvider(cfg types.Bacalhau) (storage.StorageProvider, error)
Types ¶
type StandardExecutorOptions ¶
type StandardExecutorOptions struct {
DockerID string
}
Click to show internal directories.
Click to hide internal directories.