Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler represents a "Volcano Scheduler". Scheduler watches for new unscheduled pods(PodGroup) in Volcano. It attempts to find nodes that can accommodate these pods and writes the binding information back to the API server.
func NewScheduler ¶
NewScheduler returns a Scheduler
Click to show internal directories.
Click to hide internal directories.