v1alpha1

package
v0.27.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElasticsearchDashboardLister

type ElasticsearchDashboardLister interface {
	// List lists all ElasticsearchDashboards in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticsearchDashboard, err error)
	// ElasticsearchDashboards returns an object that can list and get ElasticsearchDashboards.
	ElasticsearchDashboards(namespace string) ElasticsearchDashboardNamespaceLister
	ElasticsearchDashboardListerExpansion
}

ElasticsearchDashboardLister helps list ElasticsearchDashboards. All objects returned here must be treated as read-only.

func NewElasticsearchDashboardLister

func NewElasticsearchDashboardLister(indexer cache.Indexer) ElasticsearchDashboardLister

NewElasticsearchDashboardLister returns a new ElasticsearchDashboardLister.

type ElasticsearchDashboardListerExpansion

type ElasticsearchDashboardListerExpansion interface{}

ElasticsearchDashboardListerExpansion allows custom methods to be added to ElasticsearchDashboardLister.

type ElasticsearchDashboardNamespaceLister

type ElasticsearchDashboardNamespaceLister interface {
	// List lists all ElasticsearchDashboards in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ElasticsearchDashboard, err error)
	// Get retrieves the ElasticsearchDashboard from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ElasticsearchDashboard, error)
	ElasticsearchDashboardNamespaceListerExpansion
}

ElasticsearchDashboardNamespaceLister helps list and get ElasticsearchDashboards. All objects returned here must be treated as read-only.

type ElasticsearchDashboardNamespaceListerExpansion

type ElasticsearchDashboardNamespaceListerExpansion interface{}

ElasticsearchDashboardNamespaceListerExpansion allows custom methods to be added to ElasticsearchDashboardNamespaceLister.

Jump to

Keyboard shortcuts

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