Documentation
¶
Index ¶
- type HorizontalPodAutoscalerLister
- type HorizontalPodAutoscalerListerExpansion
- type HorizontalPodAutoscalerNamespaceLister
- type HorizontalPodAutoscalerNamespaceListerExpansion
- type VerticalPodAutoscalerLister
- type VerticalPodAutoscalerListerExpansion
- type VerticalPodAutoscalerNamespaceLister
- type VerticalPodAutoscalerNamespaceListerExpansion
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.
List(selector labels.Selector) (ret []*autoscaling.HorizontalPodAutoscaler, err error)
// HorizontalPodAutoscalers returns an object that can list and get HorizontalPodAutoscalers.
HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerNamespaceLister
HorizontalPodAutoscalerListerExpansion
}
HorizontalPodAutoscalerLister helps list HorizontalPodAutoscalers.
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.
List(selector labels.Selector) (ret []*autoscaling.HorizontalPodAutoscaler, err error)
// Get retrieves the HorizontalPodAutoscaler from the indexer for a given namespace and name.
Get(name string) (*autoscaling.HorizontalPodAutoscaler, error)
HorizontalPodAutoscalerNamespaceListerExpansion
}
HorizontalPodAutoscalerNamespaceLister helps list and get HorizontalPodAutoscalers.
type HorizontalPodAutoscalerNamespaceListerExpansion ¶
type HorizontalPodAutoscalerNamespaceListerExpansion interface{}
HorizontalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to HorizontalPodAutoscalerNamespaceLister.
type VerticalPodAutoscalerLister ¶
type VerticalPodAutoscalerLister interface {
// List lists all VerticalPodAutoscalers in the indexer.
List(selector labels.Selector) (ret []*autoscaling.VerticalPodAutoscaler, err error)
// VerticalPodAutoscalers returns an object that can list and get VerticalPodAutoscalers.
VerticalPodAutoscalers(namespace string) VerticalPodAutoscalerNamespaceLister
VerticalPodAutoscalerListerExpansion
}
VerticalPodAutoscalerLister helps list VerticalPodAutoscalers.
func NewVerticalPodAutoscalerLister ¶
func NewVerticalPodAutoscalerLister(indexer cache.Indexer) VerticalPodAutoscalerLister
NewVerticalPodAutoscalerLister returns a new VerticalPodAutoscalerLister.
type VerticalPodAutoscalerListerExpansion ¶
type VerticalPodAutoscalerListerExpansion interface{}
VerticalPodAutoscalerListerExpansion allows custom methods to be added to VerticalPodAutoscalerLister.
type VerticalPodAutoscalerNamespaceLister ¶
type VerticalPodAutoscalerNamespaceLister interface {
// List lists all VerticalPodAutoscalers in the indexer for a given namespace.
List(selector labels.Selector) (ret []*autoscaling.VerticalPodAutoscaler, err error)
// Get retrieves the VerticalPodAutoscaler from the indexer for a given namespace and name.
Get(name string) (*autoscaling.VerticalPodAutoscaler, error)
VerticalPodAutoscalerNamespaceListerExpansion
}
VerticalPodAutoscalerNamespaceLister helps list and get VerticalPodAutoscalers.
type VerticalPodAutoscalerNamespaceListerExpansion ¶
type VerticalPodAutoscalerNamespaceListerExpansion interface{}
VerticalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to VerticalPodAutoscalerNamespaceLister.