v1

package
v0.0.0-...-146a38b Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: BSD-3-Clause, BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElasticsearchClusterLister

type ElasticsearchClusterLister interface {
	// List lists all ElasticsearchClusters in the indexer.
	List(selector labels.Selector) (ret []*v1.ElasticsearchCluster, err error)
	// ElasticsearchClusters returns an object that can list and get ElasticsearchClusters.
	ElasticsearchClusters(namespace string) ElasticsearchClusterNamespaceLister
	ElasticsearchClusterListerExpansion
}

ElasticsearchClusterLister helps list ElasticsearchClusters.

func NewElasticsearchClusterLister

func NewElasticsearchClusterLister(indexer cache.Indexer) ElasticsearchClusterLister

NewElasticsearchClusterLister returns a new ElasticsearchClusterLister.

type ElasticsearchClusterListerExpansion

type ElasticsearchClusterListerExpansion interface{}

ElasticsearchClusterListerExpansion allows custom methods to be added to ElasticsearchClusterLister.

type ElasticsearchClusterNamespaceLister

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

ElasticsearchClusterNamespaceLister helps list and get ElasticsearchClusters.

type ElasticsearchClusterNamespaceListerExpansion

type ElasticsearchClusterNamespaceListerExpansion interface{}

ElasticsearchClusterNamespaceListerExpansion allows custom methods to be added to ElasticsearchClusterNamespaceLister.

Jump to

Keyboard shortcuts

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