package
0.21.4
Repository: https://github.com/ankeesler/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Structs

HostPriority represents the priority of scheduling to a particular host, lower priority is better.
No description provided by the author

# Interfaces

MinionLister interface represents anything that can list minions for a scheduler.
PodLister interface represents anything that can list pods for a scheduler.
Scheduler is an interface implemented by things that know how to schedule pods onto machines.
ServiceLister interface represents anything that can produce a list of services; the list is consumed by a scheduler.

# Type aliases

FakeMinionLister implements MinionLister on a []string for test purposes.
FakePodLister implements PodLister on an []api.Pods for test purposes.
FakeServiceLister implements ServiceLister on []api.Service for test purposes.
FitPredicate is a function that indicates if a pod fits into an existing node.
No description provided by the author
No description provided by the author