Documentation
¶
Index ¶
- func NewFilteredHealthMonitorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredLbaasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServerInstanceAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHealthMonitorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewLbaasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServerInstanceAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type HealthMonitorInformer
- type Interface
- type LbaasInformer
- type ServerInstanceAttachmentInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHealthMonitorInformer ¶
func NewFilteredHealthMonitorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHealthMonitorInformer constructs a new informer for HealthMonitor 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 NewFilteredLbaasInformer ¶
func NewFilteredLbaasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredLbaasInformer constructs a new informer for Lbaas 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 NewFilteredServerInstanceAttachmentInformer ¶
func NewFilteredServerInstanceAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServerInstanceAttachmentInformer constructs a new informer for ServerInstanceAttachment 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 NewHealthMonitorInformer ¶
func NewHealthMonitorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHealthMonitorInformer constructs a new informer for HealthMonitor 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 NewLbaasInformer ¶
func NewLbaasInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewLbaasInformer constructs a new informer for Lbaas 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 NewServerInstanceAttachmentInformer ¶
func NewServerInstanceAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServerInstanceAttachmentInformer constructs a new informer for ServerInstanceAttachment 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 HealthMonitorInformer ¶
type HealthMonitorInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.HealthMonitorLister }
HealthMonitorInformer provides access to a shared informer and lister for HealthMonitors.
type Interface ¶
type Interface interface { // HealthMonitors returns a HealthMonitorInformer. HealthMonitors() HealthMonitorInformer // Lbaases returns a LbaasInformer. Lbaases() LbaasInformer // ServerInstanceAttachments returns a ServerInstanceAttachmentInformer. ServerInstanceAttachments() ServerInstanceAttachmentInformer }
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 LbaasInformer ¶
type LbaasInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.LbaasLister }
LbaasInformer provides access to a shared informer and lister for Lbaases.
type ServerInstanceAttachmentInformer ¶
type ServerInstanceAttachmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServerInstanceAttachmentLister }
ServerInstanceAttachmentInformer provides access to a shared informer and lister for ServerInstanceAttachments.