import "k8s.io/client-go/listers/autoscaling/v2beta2"
expansion_generated.go horizontalpodautoscaler.go
type HorizontalPodAutoscalerLister interface { // List lists all HorizontalPodAutoscalers in the indexer. List(selector labels.Selector) (ret []*v2beta2.HorizontalPodAutoscaler, err error) // HorizontalPodAutoscalers returns an object that can list and get HorizontalPodAutoscalers. HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerNamespaceLister HorizontalPodAutoscalerListerExpansion }
HorizontalPodAutoscalerLister helps list HorizontalPodAutoscalers.
func NewHorizontalPodAutoscalerLister(indexer cache.Indexer) HorizontalPodAutoscalerLister
NewHorizontalPodAutoscalerLister returns a new HorizontalPodAutoscalerLister.
type HorizontalPodAutoscalerListerExpansion interface{}
HorizontalPodAutoscalerListerExpansion allows custom methods to be added to HorizontalPodAutoscalerLister.
type HorizontalPodAutoscalerNamespaceLister interface { // List lists all HorizontalPodAutoscalers in the indexer for a given namespace. List(selector labels.Selector) (ret []*v2beta2.HorizontalPodAutoscaler, err error) // Get retrieves the HorizontalPodAutoscaler from the indexer for a given namespace and name. Get(name string) (*v2beta2.HorizontalPodAutoscaler, error) HorizontalPodAutoscalerNamespaceListerExpansion }
HorizontalPodAutoscalerNamespaceLister helps list and get HorizontalPodAutoscalers.
type HorizontalPodAutoscalerNamespaceListerExpansion interface{}
HorizontalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to HorizontalPodAutoscalerNamespaceLister.
Package v2beta2 imports 4 packages (graph) and is imported by 11 packages. Updated 2018-09-02. Refresh now. Tools for package owners.