v1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrafanaDashboardLister

type GrafanaDashboardLister interface {
	// List lists all GrafanaDashboards in the indexer.
	List(selector labels.Selector) (ret []*v1.GrafanaDashboard, err error)
	// GrafanaDashboards returns an object that can list and get GrafanaDashboards.
	GrafanaDashboards(namespace string) GrafanaDashboardNamespaceLister
	GrafanaDashboardListerExpansion
}

GrafanaDashboardLister helps list GrafanaDashboards.

func NewGrafanaDashboardLister

func NewGrafanaDashboardLister(indexer cache.Indexer) GrafanaDashboardLister

NewGrafanaDashboardLister returns a new GrafanaDashboardLister.

type GrafanaDashboardListerExpansion

type GrafanaDashboardListerExpansion interface{}

GrafanaDashboardListerExpansion allows custom methods to be added to GrafanaDashboardLister.

type GrafanaDashboardNamespaceLister

type GrafanaDashboardNamespaceLister interface {
	// List lists all GrafanaDashboards in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.GrafanaDashboard, err error)
	// Get retrieves the GrafanaDashboard from the indexer for a given namespace and name.
	Get(name string) (*v1.GrafanaDashboard, error)
	GrafanaDashboardNamespaceListerExpansion
}

GrafanaDashboardNamespaceLister helps list and get GrafanaDashboards.

type GrafanaDashboardNamespaceListerExpansion

type GrafanaDashboardNamespaceListerExpansion interface{}

GrafanaDashboardNamespaceListerExpansion allows custom methods to be added to GrafanaDashboardNamespaceLister.

Jump to

Keyboard shortcuts

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