Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HorizontalPodAutoscalerLister ¶
type HorizontalPodAutoscalerLister interface { // List lists all HorizontalPodAutoscalers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.HorizontalPodAutoscaler, err error) // HorizontalPodAutoscalers returns an object that can list and get HorizontalPodAutoscalers. HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerNamespaceLister HorizontalPodAutoscalerListerExpansion }
HorizontalPodAutoscalerLister helps list HorizontalPodAutoscalers. All objects returned here must be treated as read-only.
func NewHorizontalPodAutoscalerLister ¶
func NewHorizontalPodAutoscalerLister(indexer cache.Indexer) HorizontalPodAutoscalerLister
NewHorizontalPodAutoscalerLister returns a new HorizontalPodAutoscalerLister.
type HorizontalPodAutoscalerListerExpansion ¶
type HorizontalPodAutoscalerListerExpansion interface{}
HorizontalPodAutoscalerListerExpansion allows custom methods to be added to HorizontalPodAutoscalerLister.
type HorizontalPodAutoscalerNamespaceLister ¶
type HorizontalPodAutoscalerNamespaceLister interface { // List lists all HorizontalPodAutoscalers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v2.HorizontalPodAutoscaler, err error) // Get retrieves the HorizontalPodAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v2.HorizontalPodAutoscaler, error) HorizontalPodAutoscalerNamespaceListerExpansion }
HorizontalPodAutoscalerNamespaceLister helps list and get HorizontalPodAutoscalers. All objects returned here must be treated as read-only.
type HorizontalPodAutoscalerNamespaceListerExpansion ¶
type HorizontalPodAutoscalerNamespaceListerExpansion interface{}
HorizontalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to HorizontalPodAutoscalerNamespaceLister.
Click to show internal directories.
Click to hide internal directories.