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

# Functions

RegisterDeepCopies adds deep-copy functions to the given scheme.

# Variables

No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
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.
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.
Holds the parameters that are used to configure the corresponding priority function.
Holds the parameters that are used to configure the corresponding predicate.
No description provided by the author
Represents the arguments that the different types of predicates take Only one of its members may be specified.
No description provided by the author
Represents the arguments that the different types of priorities take.
No description provided by the author
Holds the parameters that are used to configure the corresponding predicate.
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