scheduling

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler interface {
	// SelectPod selects a suitable Pod to schedule the model adapter based on the given model and available pods.
	// The input pods is guaranteed to be non-empty and contain only routable pods.
	SelectPod(ctx context.Context, model string, readyPods []v1.Pod) (*v1.Pod, error)
}

func NewBinPackScheduler

func NewBinPackScheduler(c cache.Cache) Scheduler

func NewLeastAdapters

func NewLeastAdapters(c cache.Cache) Scheduler

func NewLeastLatencyScheduler

func NewLeastLatencyScheduler(c cache.Cache) Scheduler

func NewLeastThroughputScheduler

func NewLeastThroughputScheduler(c cache.Cache) Scheduler

func NewRandomScheduler

func NewRandomScheduler(c cache.Cache) Scheduler

func NewScheduler

func NewScheduler(policyName string, c cache.Cache) (Scheduler, error)

NewScheduler leverages the factory method to choose the right scheduler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL