Documentation
¶
Index ¶
- func NewFilteredHTTPScaledObjectInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHTTPScaledObjectInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type HTTPScaledObjectInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHTTPScaledObjectInformer ¶
func NewFilteredHTTPScaledObjectInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHTTPScaledObjectInformer constructs a new informer for HTTPScaledObject 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 NewHTTPScaledObjectInformer ¶
func NewHTTPScaledObjectInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHTTPScaledObjectInformer constructs a new informer for HTTPScaledObject 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 HTTPScaledObjectInformer ¶
type HTTPScaledObjectInformer interface {
Informer() cache.SharedIndexInformer
Lister() httpv1alpha1.HTTPScaledObjectLister
}
HTTPScaledObjectInformer provides access to a shared informer and lister for HTTPScaledObjects.
type Interface ¶
type Interface interface {
// HTTPScaledObjects returns a HTTPScaledObjectInformer.
HTTPScaledObjects() HTTPScaledObjectInformer
}
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.