Documentation ¶
Index ¶
- func NewFilteredGrafanaDashboardInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGrafanaDashboardTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGrafanaDatasourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGrafanaDashboardInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGrafanaDashboardTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGrafanaDatasourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type GrafanaDashboardInformer
- type GrafanaDashboardTemplateInformer
- type GrafanaDatasourceInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredGrafanaDashboardInformer ¶
func NewFilteredGrafanaDashboardInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGrafanaDashboardInformer constructs a new informer for GrafanaDashboard 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 NewFilteredGrafanaDashboardTemplateInformer ¶
func NewFilteredGrafanaDashboardTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGrafanaDashboardTemplateInformer constructs a new informer for GrafanaDashboardTemplate 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 NewFilteredGrafanaDatasourceInformer ¶
func NewFilteredGrafanaDatasourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGrafanaDatasourceInformer constructs a new informer for GrafanaDatasource 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 NewGrafanaDashboardInformer ¶
func NewGrafanaDashboardInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGrafanaDashboardInformer constructs a new informer for GrafanaDashboard 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 NewGrafanaDashboardTemplateInformer ¶
func NewGrafanaDashboardTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGrafanaDashboardTemplateInformer constructs a new informer for GrafanaDashboardTemplate 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 NewGrafanaDatasourceInformer ¶
func NewGrafanaDatasourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGrafanaDatasourceInformer constructs a new informer for GrafanaDatasource 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 GrafanaDashboardInformer ¶
type GrafanaDashboardInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GrafanaDashboardLister }
GrafanaDashboardInformer provides access to a shared informer and lister for GrafanaDashboards.
type GrafanaDashboardTemplateInformer ¶
type GrafanaDashboardTemplateInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GrafanaDashboardTemplateLister }
GrafanaDashboardTemplateInformer provides access to a shared informer and lister for GrafanaDashboardTemplates.
type GrafanaDatasourceInformer ¶
type GrafanaDatasourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GrafanaDatasourceLister }
GrafanaDatasourceInformer provides access to a shared informer and lister for GrafanaDatasources.
type Interface ¶
type Interface interface { // GrafanaDashboards returns a GrafanaDashboardInformer. GrafanaDashboards() GrafanaDashboardInformer // GrafanaDashboardTemplates returns a GrafanaDashboardTemplateInformer. GrafanaDashboardTemplates() GrafanaDashboardTemplateInformer // GrafanaDatasources returns a GrafanaDatasourceInformer. GrafanaDatasources() GrafanaDatasourceInformer }
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.