package
1.6.0-alpha.0
Repository: https://github.com/andrewsykim/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 algorithm providers in `kube-scheduler --help`.
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
DEPRECATED Use Map-Reduce pattern for priority functions.
Registers a priority function with the algorithm registry.
No description provided by the author

# Constants

No description provided by the author
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.
MetadataProducerFactory produces MetadataProducer from the given args.
DEPRECATED Use Map-Reduce pattern for priority functions.
A PriorityFunctionFactory produces map & reduce priority functions from a given args.