Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { Deploy(ctx context.Context, vm vm.Info) error Destroy(ctx context.Context, vm vm.Info) error }
func New ¶
func New( ctx context.Context, configSource config.Source, stateMgr statemanager.Manager, leaderElectionSvc leaderelection.Service, connPool *supervisor.ConnPool, ) (Provider, error)
Click to show internal directories.
Click to hide internal directories.