Documentation ¶
Index ¶
- func NewFilteredMultidimPodAutoscalerCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMultidimPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMultidimPodAutoscalerCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMultidimPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type MultidimPodAutoscalerCheckpointInformer
- type MultidimPodAutoscalerInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredMultidimPodAutoscalerCheckpointInformer ¶ added in v0.0.2
func NewFilteredMultidimPodAutoscalerCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMultidimPodAutoscalerCheckpointInformer constructs a new informer for MultidimPodAutoscalerCheckpoint type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMultidimPodAutoscalerInformer ¶
func NewFilteredMultidimPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMultidimPodAutoscalerInformer constructs a new informer for MultidimPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMultidimPodAutoscalerCheckpointInformer ¶ added in v0.0.2
func NewMultidimPodAutoscalerCheckpointInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMultidimPodAutoscalerCheckpointInformer constructs a new informer for MultidimPodAutoscalerCheckpoint type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMultidimPodAutoscalerInformer ¶
func NewMultidimPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMultidimPodAutoscalerInformer constructs a new informer for MultidimPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type Interface ¶
type Interface interface { // MultidimPodAutoscalers returns a MultidimPodAutoscalerInformer. MultidimPodAutoscalers() MultidimPodAutoscalerInformer // MultidimPodAutoscalerCheckpoints returns a MultidimPodAutoscalerCheckpointInformer. MultidimPodAutoscalerCheckpoints() MultidimPodAutoscalerCheckpointInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type MultidimPodAutoscalerCheckpointInformer ¶ added in v0.0.2
type MultidimPodAutoscalerCheckpointInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MultidimPodAutoscalerCheckpointLister }
MultidimPodAutoscalerCheckpointInformer provides access to a shared informer and lister for MultidimPodAutoscalerCheckpoints.
type MultidimPodAutoscalerInformer ¶
type MultidimPodAutoscalerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.MultidimPodAutoscalerLister }
MultidimPodAutoscalerInformer provides access to a shared informer and lister for MultidimPodAutoscalers.