Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct { // Invoked when the scheduler successfully registers with a Mesos master. Registered func(manager manager.Manager, frameworkId string) // Hook to let scheduler overwrite Task attributes (mem, cpus, nodetype, nodename ..) OverwriteTaskAttributes func(manager manager.Manager, taskrequest *manager.Task) // Invoked when resources have been offered to this framework. ResourceOffers func(manager.Manager, []*mesosproto.Offer) }
Click to show internal directories.
Click to hide internal directories.