package
1.6.0-alpha.0
Repository: https://github.com/andrewrynhard/kubernetes.git
Documentation: pkg.go.dev
# Functions
EmptyMetadataProducer returns a no-op MetadataProducer type.
# Structs
EmptyControllerLister implements ControllerLister on []api.ReplicationController returning empty data.
EmptyReplicaSetLister implements ReplicaSetLister on []extensions.ReplicaSet returning empty data.
No description provided by the author
# Interfaces
ControllerLister interface represents anything that can produce a list of ReplicationController; the list is consumed by a scheduler.
NodeLister interface represents anything that can list nodes for a scheduler.
PodLister interface represents anything that can list pods for a scheduler.
No description provided by the author
ReplicaSetLister interface represents anything that can produce a list of ReplicaSet; the list is consumed by a scheduler.
ScheduleAlgorithm is an interface implemented by things that know how to schedule pods onto machines.
SchedulerExtender is an interface for external processes to influence scheduling decisions made by Kubernetes.
ServiceLister interface represents anything that can produce a list of services; the list is consumed by a scheduler.
# Type aliases
FakeControllerLister implements ControllerLister on []api.ReplicationController for test purposes.
FakeNodeLister implements NodeLister on a []string for test purposes.
FakePodLister implements PodLister on an []api.Pods for test purposes.
FakeReplicaSetLister implements ControllerLister on []extensions.ReplicaSet for test purposes.
FakeServiceLister implements ServiceLister on []api.Service for test purposes.
FitPredicate is a function that indicates if a pod fits into an existing node.
No description provided by the author
MetdataProducer is a function that computes metadata for a given pod.
DEPRECATED Use Map-Reduce pattern for priority functions.
PriorityMapFunction is a function that computes per-node results for a given node.
PriorityReduceFunction is a function that aggregated per-node results and computes final scores for all nodes.