kubernetes/staging/src/k8s.io/client-go/listers/policy/v1beta1/eviction.go

type EvictionLister

type evictionLister

// NewEvictionLister returns a new EvictionLister.
func NewEvictionLister(indexer cache.Indexer) EvictionLister {}

// Evictions returns an object that can list and get Evictions.
func (s *evictionLister) Evictions(namespace string) EvictionNamespaceLister {}

type EvictionNamespaceLister

type evictionNamespaceLister