Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNodeState ¶
NewNodeState creates a new nodeState.
Types ¶
type PlacementManager ¶
type PlacementManager struct { SchedulerID string StopCh chan struct{} // contains filtered or unexported fields }
func NewPlacementManager ¶
NewPlacementManager creates a new placement manager.
func (*PlacementManager) Place ¶
func (pm *PlacementManager) Place(jobRequests types.JobScheduleResult)
func (*PlacementManager) Run ¶
func (pm *PlacementManager) Run(stopCh <-chan struct{})
type PlacementManagerMetrics ¶
type PlacementManagerMetrics struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.