v1alpha2

package
v0.13.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 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 EtcdClusterLister

type EtcdClusterLister interface {
	// List lists all EtcdClusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.EtcdCluster, err error)
	// EtcdClusters returns an object that can list and get EtcdClusters.
	EtcdClusters(namespace string) EtcdClusterNamespaceLister
	EtcdClusterListerExpansion
}

EtcdClusterLister helps list EtcdClusters. All objects returned here must be treated as read-only.

func NewEtcdClusterLister

func NewEtcdClusterLister(indexer cache.Indexer) EtcdClusterLister

NewEtcdClusterLister returns a new EtcdClusterLister.

type EtcdClusterListerExpansion

type EtcdClusterListerExpansion interface{}

EtcdClusterListerExpansion allows custom methods to be added to EtcdClusterLister.

type EtcdClusterNamespaceLister

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

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

type EtcdClusterNamespaceListerExpansion

type EtcdClusterNamespaceListerExpansion interface{}

EtcdClusterNamespaceListerExpansion allows custom methods to be added to EtcdClusterNamespaceLister.

Jump to

Keyboard shortcuts

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