kubernetes/staging/src/k8s.io/client-go/listers/autoscaling/v2beta1/horizontalpodautoscaler.go

type HorizontalPodAutoscalerLister

type horizontalPodAutoscalerLister

// NewHorizontalPodAutoscalerLister returns a new HorizontalPodAutoscalerLister.
func NewHorizontalPodAutoscalerLister(indexer cache.Indexer) HorizontalPodAutoscalerLister {}

// HorizontalPodAutoscalers returns an object that can list and get HorizontalPodAutoscalers.
func (s *horizontalPodAutoscalerLister) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerNamespaceLister {}

type HorizontalPodAutoscalerNamespaceLister

type horizontalPodAutoscalerNamespaceLister