package algorithmprovider
import "k8s.io/kubernetes/pkg/scheduler/algorithmprovider"
Index ¶
Constants ¶
const ClusterAutoscalerProvider = "ClusterAutoscalerProvider"
ClusterAutoscalerProvider defines the default autoscaler provider
Functions ¶
func ListAlgorithmProviders ¶
func ListAlgorithmProviders() string
ListAlgorithmProviders lists registered algorithm providers.
Types ¶
type Config ¶
type Config struct { FrameworkPlugins *schedulerapi.Plugins FrameworkPluginConfig []schedulerapi.PluginConfig }
Config the configuration of an algorithm provider.
type Registry ¶
Registry is a collection of all available algorithm providers.
func NewRegistry ¶
NewRegistry returns an algorithm provider registry instance.
Source Files ¶
registry.go
- Version
- v1.18.0-alpha.2
- Published
- Jan 21, 2020
- Platform
- js/wasm
- Imports
- 24 packages
- Last checked
- 3 minutes ago –
Tools for package owners.