Documentation ¶
Index ¶
- func NewAddressPlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAddressSpacePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAddressPlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAddressSpacePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AddressPlanInformer
- type AddressSpacePlanInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddressPlanInformer ¶
func NewAddressPlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAddressPlanInformer constructs a new informer for AddressPlan 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 NewAddressSpacePlanInformer ¶
func NewAddressSpacePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAddressSpacePlanInformer constructs a new informer for AddressSpacePlan 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 NewFilteredAddressPlanInformer ¶
func NewFilteredAddressPlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAddressPlanInformer constructs a new informer for AddressPlan 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 NewFilteredAddressSpacePlanInformer ¶
func NewFilteredAddressSpacePlanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAddressSpacePlanInformer constructs a new informer for AddressSpacePlan 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 AddressPlanInformer ¶
type AddressPlanInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta2.AddressPlanLister }
AddressPlanInformer provides access to a shared informer and lister for AddressPlans.
type AddressSpacePlanInformer ¶
type AddressSpacePlanInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta2.AddressSpacePlanLister }
AddressSpacePlanInformer provides access to a shared informer and lister for AddressSpacePlans.
type Interface ¶
type Interface interface { // AddressPlans returns a AddressPlanInformer. AddressPlans() AddressPlanInformer // AddressSpacePlans returns a AddressSpacePlanInformer. AddressSpacePlans() AddressSpacePlanInformer }
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.