Documentation ¶
Index ¶
- func NewActiveMQArtemisAddressInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewActiveMQArtemisInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewActiveMQArtemisScaledownInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredActiveMQArtemisAddressInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredActiveMQArtemisInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredActiveMQArtemisScaledownInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ActiveMQArtemisAddressInformer
- type ActiveMQArtemisInformer
- type ActiveMQArtemisScaledownInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActiveMQArtemisAddressInformer ¶
func NewActiveMQArtemisAddressInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewActiveMQArtemisAddressInformer constructs a new informer for ActiveMQArtemisAddress 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 NewActiveMQArtemisInformer ¶
func NewActiveMQArtemisInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewActiveMQArtemisInformer constructs a new informer for ActiveMQArtemis 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 NewActiveMQArtemisScaledownInformer ¶
func NewActiveMQArtemisScaledownInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewActiveMQArtemisScaledownInformer constructs a new informer for ActiveMQArtemisScaledown 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 NewFilteredActiveMQArtemisAddressInformer ¶
func NewFilteredActiveMQArtemisAddressInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredActiveMQArtemisAddressInformer constructs a new informer for ActiveMQArtemisAddress 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 NewFilteredActiveMQArtemisInformer ¶
func NewFilteredActiveMQArtemisInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredActiveMQArtemisInformer constructs a new informer for ActiveMQArtemis 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 NewFilteredActiveMQArtemisScaledownInformer ¶
func NewFilteredActiveMQArtemisScaledownInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredActiveMQArtemisScaledownInformer constructs a new informer for ActiveMQArtemisScaledown 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 ActiveMQArtemisAddressInformer ¶
type ActiveMQArtemisAddressInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ActiveMQArtemisAddressLister }
ActiveMQArtemisAddressInformer provides access to a shared informer and lister for ActiveMQArtemisAddresses.
type ActiveMQArtemisInformer ¶
type ActiveMQArtemisInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ActiveMQArtemisLister }
ActiveMQArtemisInformer provides access to a shared informer and lister for ActiveMQArtemises.
type ActiveMQArtemisScaledownInformer ¶
type ActiveMQArtemisScaledownInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ActiveMQArtemisScaledownLister }
ActiveMQArtemisScaledownInformer provides access to a shared informer and lister for ActiveMQArtemisScaledowns.
type Interface ¶
type Interface interface { // ActiveMQArtemises returns a ActiveMQArtemisInformer. ActiveMQArtemises() ActiveMQArtemisInformer // ActiveMQArtemisAddresses returns a ActiveMQArtemisAddressInformer. ActiveMQArtemisAddresses() ActiveMQArtemisAddressInformer // ActiveMQArtemisScaledowns returns a ActiveMQArtemisScaledownInformer. ActiveMQArtemisScaledowns() ActiveMQArtemisScaledownInformer }
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.