Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(router *mux.Router, nodeScheduling Scheduling)
Types ¶
type Scheduling ¶
type Scheduling interface {
LaunchContainers(fromBuyer *types.Node, offer *types.Offer, containerConfig []types.ContainerConfig) ([]types.ContainerStatus, error)
}
Click to show internal directories.
Click to hide internal directories.