Documentation
¶
Index ¶
- func NewFilteredVLANClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVLANEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVLANIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVLANClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVLANEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVLANIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type VLANClaimInformer
- type VLANEntryInformer
- type VLANIndexInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredVLANClaimInformer ¶
func NewFilteredVLANClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVLANClaimInformer constructs a new informer for VLANClaim 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 NewFilteredVLANEntryInformer ¶
func NewFilteredVLANEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVLANEntryInformer constructs a new informer for VLANEntry 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 NewFilteredVLANIndexInformer ¶
func NewFilteredVLANIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVLANIndexInformer constructs a new informer for VLANIndex 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 NewVLANClaimInformer ¶
func NewVLANClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVLANClaimInformer constructs a new informer for VLANClaim 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 NewVLANEntryInformer ¶
func NewVLANEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVLANEntryInformer constructs a new informer for VLANEntry 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 NewVLANIndexInformer ¶
func NewVLANIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVLANIndexInformer constructs a new informer for VLANIndex 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 { // VLANClaims returns a VLANClaimInformer. VLANClaims() VLANClaimInformer // VLANEntries returns a VLANEntryInformer. VLANEntries() VLANEntryInformer // VLANIndexes returns a VLANIndexInformer. VLANIndexes() VLANIndexInformer }
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 VLANClaimInformer ¶
type VLANClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VLANClaimLister }
VLANClaimInformer provides access to a shared informer and lister for VLANClaims.
type VLANEntryInformer ¶
type VLANEntryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VLANEntryLister }
VLANEntryInformer provides access to a shared informer and lister for VLANEntries.
type VLANIndexInformer ¶
type VLANIndexInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VLANIndexLister }
VLANIndexInformer provides access to a shared informer and lister for VLANIndexes.