v1alpha1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2020 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.
	List(selector labels.Selector) (ret []*v1alpha1.EtcdCluster, err error)
	// EtcdClusters returns an object that can list and get EtcdClusters.
	EtcdClusters(namespace string) EtcdClusterNamespaceLister
	EtcdClusterListerExpansion
}

EtcdClusterLister helps list EtcdClusters.

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.
	List(selector labels.Selector) (ret []*v1alpha1.EtcdCluster, err error)
	// Get retrieves the EtcdCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.EtcdCluster, error)
	EtcdClusterNamespaceListerExpansion
}

EtcdClusterNamespaceLister helps list and get EtcdClusters.

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