package
1.3.0-alpha.3
Repository: https://github.com/bobintornado/kubernetes.git
Documentation: pkg.go.dev
# 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.
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