Documentation ¶
Index ¶
- func NewComponentDefinitionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredComponentDefinitionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredHelmAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredThirdComponentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHelmAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewThirdComponentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ComponentDefinitionInformer
- type HelmAppInformer
- type Interface
- type ThirdComponentInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComponentDefinitionInformer ¶
func NewComponentDefinitionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewComponentDefinitionInformer constructs a new informer for ComponentDefinition 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 NewFilteredComponentDefinitionInformer ¶
func NewFilteredComponentDefinitionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredComponentDefinitionInformer constructs a new informer for ComponentDefinition 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 NewFilteredHelmAppInformer ¶
func NewFilteredHelmAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHelmAppInformer constructs a new informer for HelmApp 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 NewFilteredThirdComponentInformer ¶
func NewFilteredThirdComponentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredThirdComponentInformer constructs a new informer for ThirdComponent 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 NewHelmAppInformer ¶
func NewHelmAppInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHelmAppInformer constructs a new informer for HelmApp 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 NewThirdComponentInformer ¶
func NewThirdComponentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewThirdComponentInformer constructs a new informer for ThirdComponent 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 ComponentDefinitionInformer ¶
type ComponentDefinitionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ComponentDefinitionLister }
ComponentDefinitionInformer provides access to a shared informer and lister for ComponentDefinitions.
type HelmAppInformer ¶
type HelmAppInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.HelmAppLister }
HelmAppInformer provides access to a shared informer and lister for HelmApps.
type Interface ¶
type Interface interface { // ComponentDefinitions returns a ComponentDefinitionInformer. ComponentDefinitions() ComponentDefinitionInformer // HelmApps returns a HelmAppInformer. HelmApps() HelmAppInformer // ThirdComponents returns a ThirdComponentInformer. ThirdComponents() ThirdComponentInformer }
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 ThirdComponentInformer ¶
type ThirdComponentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ThirdComponentLister }
ThirdComponentInformer provides access to a shared informer and lister for ThirdComponents.