package internalversion

import "k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion/autoscaling/internalversion"

Index

Functions

func NewFilteredHorizontalPodAutoscalerInformer

func NewFilteredHorizontalPodAutoscalerInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredHorizontalPodAutoscalerInformer constructs a new informer for HorizontalPodAutoscaler 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 NewFilteredVerticalPodAutoscalerInformer

func NewFilteredVerticalPodAutoscalerInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVerticalPodAutoscalerInformer constructs a new informer for VerticalPodAutoscaler 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 NewHorizontalPodAutoscalerInformer

func NewHorizontalPodAutoscalerInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewHorizontalPodAutoscalerInformer constructs a new informer for HorizontalPodAutoscaler 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 NewVerticalPodAutoscalerInformer

func NewVerticalPodAutoscalerInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVerticalPodAutoscalerInformer constructs a new informer for VerticalPodAutoscaler 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 HorizontalPodAutoscalerInformer

type HorizontalPodAutoscalerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.HorizontalPodAutoscalerLister
}

HorizontalPodAutoscalerInformer provides access to a shared informer and lister for HorizontalPodAutoscalers.

type Interface

type Interface interface {
	// HorizontalPodAutoscalers returns a HorizontalPodAutoscalerInformer.
	HorizontalPodAutoscalers() HorizontalPodAutoscalerInformer
	// VerticalPodAutoscalers returns a VerticalPodAutoscalerInformer.
	VerticalPodAutoscalers() VerticalPodAutoscalerInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type VerticalPodAutoscalerInformer

type VerticalPodAutoscalerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.VerticalPodAutoscalerLister
}

VerticalPodAutoscalerInformer provides access to a shared informer and lister for VerticalPodAutoscalers.

Source Files

horizontalpodautoscaler.go interface.go verticalpodautoscaler.go

Version
v1.11.0-beta.2
Published
Jun 7, 2018
Platform
linux/amd64
Imports
9 packages
Last checked
11 minutes ago

Tools for package owners.