Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartSchedulingPreferenceController ¶
func StartSchedulingPreferenceController(kind string, schedulerFactory schedulingtypes.SchedulerFactory, config *restclient.Config, fedNamespace, clusterNamespace, targetNamespace string, stopChan <-chan struct{}, minimizeLatency bool) error
SchedulingPreferenceController starts a new controller for given type of SchedulingPreferences
Types ¶
type SchedulingPreferenceController ¶
type SchedulingPreferenceController struct {
// contains filtered or unexported fields
}
SchedulingPreferenceController syncronises the template, override and placement for a target template with its spec (user preference).
func (*SchedulingPreferenceController) Run ¶
func (s *SchedulingPreferenceController) Run(stopChan <-chan struct{})
Click to show internal directories.
Click to hide internal directories.