Documentation ¶
Index ¶
- type VerticalPodAutoscalerCheckpointLister
- type VerticalPodAutoscalerCheckpointListerExpansion
- type VerticalPodAutoscalerCheckpointNamespaceLister
- type VerticalPodAutoscalerCheckpointNamespaceListerExpansion
- 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 VerticalPodAutoscalerCheckpointLister ¶
type VerticalPodAutoscalerCheckpointLister interface { // List lists all VerticalPodAutoscalerCheckpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VerticalPodAutoscalerCheckpoint, err error) // VerticalPodAutoscalerCheckpoints returns an object that can list and get VerticalPodAutoscalerCheckpoints. VerticalPodAutoscalerCheckpoints(namespace string) VerticalPodAutoscalerCheckpointNamespaceLister VerticalPodAutoscalerCheckpointListerExpansion }
VerticalPodAutoscalerCheckpointLister helps list VerticalPodAutoscalerCheckpoints. All objects returned here must be treated as read-only.
func NewVerticalPodAutoscalerCheckpointLister ¶
func NewVerticalPodAutoscalerCheckpointLister(indexer cache.Indexer) VerticalPodAutoscalerCheckpointLister
NewVerticalPodAutoscalerCheckpointLister returns a new VerticalPodAutoscalerCheckpointLister.
type VerticalPodAutoscalerCheckpointListerExpansion ¶
type VerticalPodAutoscalerCheckpointListerExpansion interface{}
VerticalPodAutoscalerCheckpointListerExpansion allows custom methods to be added to VerticalPodAutoscalerCheckpointLister.
type VerticalPodAutoscalerCheckpointNamespaceLister ¶
type VerticalPodAutoscalerCheckpointNamespaceLister interface { // List lists all VerticalPodAutoscalerCheckpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VerticalPodAutoscalerCheckpoint, err error) // Get retrieves the VerticalPodAutoscalerCheckpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VerticalPodAutoscalerCheckpoint, error) VerticalPodAutoscalerCheckpointNamespaceListerExpansion }
VerticalPodAutoscalerCheckpointNamespaceLister helps list and get VerticalPodAutoscalerCheckpoints. All objects returned here must be treated as read-only.
type VerticalPodAutoscalerCheckpointNamespaceListerExpansion ¶
type VerticalPodAutoscalerCheckpointNamespaceListerExpansion interface{}
VerticalPodAutoscalerCheckpointNamespaceListerExpansion allows custom methods to be added to VerticalPodAutoscalerCheckpointNamespaceLister.
type VerticalPodAutoscalerLister ¶
type VerticalPodAutoscalerLister interface { // List lists all VerticalPodAutoscalers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VerticalPodAutoscaler, err error) // VerticalPodAutoscalers returns an object that can list and get VerticalPodAutoscalers. VerticalPodAutoscalers(namespace string) VerticalPodAutoscalerNamespaceLister VerticalPodAutoscalerListerExpansion }
VerticalPodAutoscalerLister helps list VerticalPodAutoscalers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VerticalPodAutoscaler, err error) // Get retrieves the VerticalPodAutoscaler from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VerticalPodAutoscaler, error) VerticalPodAutoscalerNamespaceListerExpansion }
VerticalPodAutoscalerNamespaceLister helps list and get VerticalPodAutoscalers. All objects returned here must be treated as read-only.
type VerticalPodAutoscalerNamespaceListerExpansion ¶
type VerticalPodAutoscalerNamespaceListerExpansion interface{}
VerticalPodAutoscalerNamespaceListerExpansion allows custom methods to be added to VerticalPodAutoscalerNamespaceLister.