Documentation ¶
Index ¶
- func NewFilteredInstanceInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredShareInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewInstanceInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewShareInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type InstanceInfoInformer
- type Interface
- type ShareInfoInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredInstanceInfoInformer ¶
func NewFilteredInstanceInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredInstanceInfoInformer constructs a new informer for InstanceInfo 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 NewFilteredShareInfoInformer ¶
func NewFilteredShareInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredShareInfoInformer constructs a new informer for ShareInfo 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 NewInstanceInfoInformer ¶
func NewInstanceInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewInstanceInfoInformer constructs a new informer for InstanceInfo 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 NewShareInfoInformer ¶
func NewShareInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewShareInfoInformer constructs a new informer for ShareInfo 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 InstanceInfoInformer ¶
type InstanceInfoInformer interface { Informer() cache.SharedIndexInformer Lister() v1.InstanceInfoLister }
InstanceInfoInformer provides access to a shared informer and lister for InstanceInfos.
type Interface ¶
type Interface interface { // InstanceInfos returns a InstanceInfoInformer. InstanceInfos() InstanceInfoInformer ShareInfos() ShareInfoInformer }
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 ShareInfoInformer ¶
type ShareInfoInformer interface {}
ShareInfoInformer provides access to a shared informer and lister for ShareInfos.