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