Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeDriver ¶
type ComputeDriver interface { GetName() string Deploy(tctx *logger.TraceContext) error ConfirmDeploy(tctx *logger.TraceContext) (bool, error) SyncActivatingAssignmentMap(tctx *logger.TraceContext, assignmentMap map[uint]spec.ComputeAssignmentEx, computeNetnsPortsMap map[uint][]compute_models.NetnsPort) error ConfirmActivatingAssignmentMap(tctx *logger.TraceContext, assignmentMap map[uint]spec.ComputeAssignmentEx) (bool, error) SyncDeletingAssignmentMap(tctx *logger.TraceContext, assignmentMap map[uint]spec.ComputeAssignmentEx) error ConfirmDeletingAssignmentMap(tctx *logger.TraceContext, assignmentMap map[uint]spec.ComputeAssignmentEx) (bool, error) ProxyConsole(tctx *logger.TraceContext, input *spec.GetComputeConsole, conn *websocket.Conn) error }
func Load ¶
func Load(conf *config.ResourceComputeExConfig) ComputeDriver
Click to show internal directories.
Click to hide internal directories.