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

# Packages

No description provided by the author
Package v1 contains scheduler plugin API objects.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Scheme is the default instance of runtime.Scheme to which types in the Kubernetes API are already registered.
No description provided by the author
SchemeGroupVersion is group version used to register these objects TODO this should be in the "scheduler" group.

# Structs

ExtenderArgs represents the arguments needed by the extender to filter/prioritize nodes for a pod.
ExtenderBindingArgs represents the arguments to an extender for binding a pod to a node.
ExtenderBindingResult represents the result of binding of a pod to a node from an extender.
ExtenderConfig holds the parameters used to communicate with the extender.
ExtenderFilterResult represents the results of a filter call to an extender.
HostPriority represents the priority of scheduling to a particular host, higher priority is better.
LabelPreference holds the parameters that are used to configure the corresponding priority function.
LabelsPresence holds the parameters that are used to configure the corresponding predicate in scheduler policy configuration.
No description provided by the author
PredicateArgument represents the arguments to configure predicate functions in scheduler policy configuration.
No description provided by the author
PriorityArgument represents the arguments to configure priority functions in scheduler policy configuration.
No description provided by the author
ServiceAffinity holds the parameters that are used to configure the corresponding predicate in scheduler policy configuration.
ServiceAntiAffinity holds the parameters that are used to configure the corresponding priority function.

# Type aliases

FailedNodesMap represents the filtered out nodes, with node names and failure messages.
No description provided by the author