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 Registry ¶
type Registry map[string]*schedulerapi.Plugins
Registry is a collection of all available algorithm providers.
func NewRegistry ¶
func NewRegistry() Registry
NewRegistry returns an algorithm provider registry instance.
Source Files ¶
registry.go
- Version
- v1.20.10-rc.0
- Published
- Jul 15, 2021
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 37 seconds ago –
Tools for package owners.