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

# Functions

This function should not be used to modify providers.
This check is useful for testing providers.
This check is useful for testing providers.
ListAlgorithmProviders is called when listing all available algortihm providers in `kube-scheduler --help`.
Initializes the factory.
Registers a new algorithm provider with the algorithm registry.
Registers a custom fit predicate with the algorithm registry.
Registers a custom priority function with the algorithm registry.
RegisterFitPredicate registers a fit predicate with the algorithm registry.
RegisterFitPredicateFactory registers a fit predicate factory with the algorithm registry.
No description provided by the author
Registers a priority function with the algorithm registry.

# Constants

Rate limitations for binding pods to hosts.
Rate limitations for binding pods to hosts.
No description provided by the author

# Structs

No description provided by the author
ConfigFactory knows how to fill out a scheduler config with its support functions.
PluginFactoryArgs are passed to all plugin factory functions.
A PriorityConfigFactory produces a PriorityConfig from the given function and weight.

# Type aliases

A FitPredicateFactory produces a FitPredicate from the given args.
A PriorityFunctionFactory produces a PriorityConfig from the given args.