Documentation ¶
Index ¶
- func NewArangoMLBatchJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewArangoMLCronJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewArangoMLExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewArangoMLStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoMLBatchJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoMLCronJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoMLExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredArangoMLStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ArangoMLBatchJobInformer
- type ArangoMLCronJobInformer
- type ArangoMLExtensionInformer
- type ArangoMLStorageInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArangoMLBatchJobInformer ¶
func NewArangoMLBatchJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoMLBatchJobInformer constructs a new informer for ArangoMLBatchJob 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 NewArangoMLCronJobInformer ¶
func NewArangoMLCronJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoMLCronJobInformer constructs a new informer for ArangoMLCronJob 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 NewArangoMLExtensionInformer ¶
func NewArangoMLExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoMLExtensionInformer constructs a new informer for ArangoMLExtension 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 NewArangoMLStorageInformer ¶
func NewArangoMLStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewArangoMLStorageInformer constructs a new informer for ArangoMLStorage 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 NewFilteredArangoMLBatchJobInformer ¶
func NewFilteredArangoMLBatchJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoMLBatchJobInformer constructs a new informer for ArangoMLBatchJob 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 NewFilteredArangoMLCronJobInformer ¶
func NewFilteredArangoMLCronJobInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoMLCronJobInformer constructs a new informer for ArangoMLCronJob 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 NewFilteredArangoMLExtensionInformer ¶
func NewFilteredArangoMLExtensionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoMLExtensionInformer constructs a new informer for ArangoMLExtension 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 NewFilteredArangoMLStorageInformer ¶
func NewFilteredArangoMLStorageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredArangoMLStorageInformer constructs a new informer for ArangoMLStorage 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 ArangoMLBatchJobInformer ¶
type ArangoMLBatchJobInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoMLBatchJobLister }
ArangoMLBatchJobInformer provides access to a shared informer and lister for ArangoMLBatchJobs.
type ArangoMLCronJobInformer ¶
type ArangoMLCronJobInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoMLCronJobLister }
ArangoMLCronJobInformer provides access to a shared informer and lister for ArangoMLCronJobs.
type ArangoMLExtensionInformer ¶
type ArangoMLExtensionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoMLExtensionLister }
ArangoMLExtensionInformer provides access to a shared informer and lister for ArangoMLExtensions.
type ArangoMLStorageInformer ¶
type ArangoMLStorageInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ArangoMLStorageLister }
ArangoMLStorageInformer provides access to a shared informer and lister for ArangoMLStorages.
type Interface ¶
type Interface interface { // ArangoMLBatchJobs returns a ArangoMLBatchJobInformer. ArangoMLBatchJobs() ArangoMLBatchJobInformer // ArangoMLCronJobs returns a ArangoMLCronJobInformer. ArangoMLCronJobs() ArangoMLCronJobInformer // ArangoMLExtensions returns a ArangoMLExtensionInformer. ArangoMLExtensions() ArangoMLExtensionInformer // ArangoMLStorages returns a ArangoMLStorageInformer. ArangoMLStorages() ArangoMLStorageInformer }
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.