v1alpha1

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL