package
1.13.0-alpha.1
Repository: https://github.com/clickyotomy/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewCache create an empty equiv class cache.
NewClass returns the equivalence class for a given Pod.

# Structs

Cache is a thread safe map saves and reuses the output of predicate functions, it uses node name as key to access those cached results.
Class represents a set of pods which are equivalent from the perspective of the scheduler.
NodeCache saves and reuses the output of predicate functions.