Documentation ¶
Index ¶
- func NewFilteredOpenstackVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredOvirtVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewOpenstackVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewOvirtVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type OpenstackVolumePopulatorInformer
- type OvirtVolumePopulatorInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredOpenstackVolumePopulatorInformer ¶
func NewFilteredOpenstackVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOpenstackVolumePopulatorInformer constructs a new informer for OpenstackVolumePopulator 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 NewFilteredOvirtVolumePopulatorInformer ¶
func NewFilteredOvirtVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOvirtVolumePopulatorInformer constructs a new informer for OvirtVolumePopulator 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 NewOpenstackVolumePopulatorInformer ¶
func NewOpenstackVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOpenstackVolumePopulatorInformer constructs a new informer for OpenstackVolumePopulator 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 NewOvirtVolumePopulatorInformer ¶
func NewOvirtVolumePopulatorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOvirtVolumePopulatorInformer constructs a new informer for OvirtVolumePopulator 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 { // OpenstackVolumePopulators returns a OpenstackVolumePopulatorInformer. OpenstackVolumePopulators() OpenstackVolumePopulatorInformer // OvirtVolumePopulators returns a OvirtVolumePopulatorInformer. OvirtVolumePopulators() OvirtVolumePopulatorInformer }
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 OpenstackVolumePopulatorInformer ¶
type OpenstackVolumePopulatorInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.OpenstackVolumePopulatorLister }
OpenstackVolumePopulatorInformer provides access to a shared informer and lister for OpenstackVolumePopulators.
type OvirtVolumePopulatorInformer ¶
type OvirtVolumePopulatorInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.OvirtVolumePopulatorLister }
OvirtVolumePopulatorInformer provides access to a shared informer and lister for OvirtVolumePopulators.