Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralPodAutoscalerLister ¶
type GeneralPodAutoscalerLister interface { // List lists all GeneralPodAutoscalers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.GeneralPodAutoscaler, err error) // GeneralPodAutoscalers returns an object that can list and get GeneralPodAutoscalers. GeneralPodAutoscalers(namespace string) GeneralPodAutoscalerNamespaceLister GeneralPodAutoscalerListerExpansion }
GeneralPodAutoscalerLister helps list GeneralPodAutoscalers.
func NewGeneralPodAutoscalerLister ¶
func NewGeneralPodAutoscalerLister(indexer cache.Indexer) GeneralPodAutoscalerLister
NewGeneralPodAutoscalerLister returns a new GeneralPodAutoscalerLister.
type GeneralPodAutoscalerListerExpansion ¶
type GeneralPodAutoscalerListerExpansion interface{}
GeneralPodAutoscalerListerExpansion allows custom methods to be added to GeneralPodAutoscalerLister.
type GeneralPodAutoscalerNamespaceLister ¶
type GeneralPodAutoscalerNamespaceLister interface { // List lists all GeneralPodAutoscalers in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.GeneralPodAutoscaler, err error) // Get retrieves the GeneralPodAutoscaler from the indexer for a given namespace and name. Get(name string) (*v1alpha1.GeneralPodAutoscaler, error) GeneralPodAutoscalerNamespaceListerExpansion }
GeneralPodAutoscalerNamespaceLister helps list and get GeneralPodAutoscalers.
type GeneralPodAutoscalerNamespaceListerExpansion ¶
type GeneralPodAutoscalerNamespaceListerExpansion interface{}
GeneralPodAutoscalerNamespaceListerExpansion allows custom methods to be added to GeneralPodAutoscalerNamespaceLister.
Click to show internal directories.
Click to hide internal directories.