Versions in this module Expand all Collapse all v0 v0.2.2 Nov 6, 2022 v0.2.1 Oct 20, 2022 Changes in this version + func NewNodeState(name string, slots int) *nodeState + type PlacementManager struct + SchedulerID string + StopCh chan struct{} + func NewPlacementManager(id string, kConfig *rest.Config, resume bool) (*PlacementManager, error) + func (pm *PlacementManager) Place(jobRequests types.JobScheduleResult) + func (pm *PlacementManager) Run(stopCh <-chan struct{}) + type PlacementManagerMetrics struct