Versions in this module Expand all Collapse all v0 v0.5.0 Jul 25, 2019 Changes in this version + type CachedNodeInfo struct + Session *framework.Session + func (c *CachedNodeInfo) GetNodeInfo(name string) (*v1.Node, error) + type NodeLister struct + Session *framework.Session + func (nl *NodeLister) List() ([]*v1.Node, error) + type PodLister struct + Session *framework.Session + func (pl *PodLister) FilteredList(podFilter algorithm.PodFilter, selector labels.Selector) ([]*v1.Pod, error) + func (pl *PodLister) List(selector labels.Selector) ([]*v1.Pod, error)