package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

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

# Variables

NodeFieldSelectorKeys is a map that: the keys are node field selector keys; the values are the functions to get the value of the node field.

# Structs

EmptyControllerLister implements ControllerLister on []v1.ReplicationController returning empty data.
EmptyReplicaSetLister implements ReplicaSetLister on []extensions.ReplicaSet returning empty data.
EmptyStatefulSetLister implements StatefulSetLister on []apps.StatefulSet returning empty data.

# Interfaces

PodLister interface represents anything that can list pods for a scheduler.
SchedulerExtender is an interface for external processes to influence scheduling decisions made by Kubernetes.
StatefulSetLister interface represents anything that can produce a list of StatefulSet; the list is consumed by a scheduler.

# Type aliases

PodFilter is a function to filter a pod.