Documentation ¶
Index ¶
- func NewArangoPlatformChartInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewArangoPlatformStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoPlatformChartInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoPlatformStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ArangoPlatformChartInformer
- type ArangoPlatformStorageInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArangoPlatformChartInformer ¶
func NewArangoPlatformChartInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoPlatformChartInformer constructs a new informer for ArangoPlatformChart 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 NewArangoPlatformStorageInformer ¶
func NewArangoPlatformStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoPlatformStorageInformer constructs a new informer for ArangoPlatformStorage 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 NewFilteredArangoPlatformChartInformer ¶
func NewFilteredArangoPlatformChartInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoPlatformChartInformer constructs a new informer for ArangoPlatformChart 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 NewFilteredArangoPlatformStorageInformer ¶
func NewFilteredArangoPlatformStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoPlatformStorageInformer constructs a new informer for ArangoPlatformStorage 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 ArangoPlatformChartInformer ¶
type ArangoPlatformChartInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoPlatformChartLister }
ArangoPlatformChartInformer provides access to a shared informer and lister for ArangoPlatformCharts.
type ArangoPlatformStorageInformer ¶
type ArangoPlatformStorageInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoPlatformStorageLister }
ArangoPlatformStorageInformer provides access to a shared informer and lister for ArangoPlatformStorages.
type Interface ¶
type Interface interface { // ArangoPlatformCharts returns a ArangoPlatformChartInformer. ArangoPlatformCharts() ArangoPlatformChartInformer // ArangoPlatformStorages returns a ArangoPlatformStorageInformer. ArangoPlatformStorages() ArangoPlatformStorageInformer }
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.