v1alpha1

package
v1.7.14 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 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 CrdbClusterLister

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

CrdbClusterLister helps list CrdbClusters. All objects returned here must be treated as read-only.

func NewCrdbClusterLister

func NewCrdbClusterLister(indexer cache.Indexer) CrdbClusterLister

NewCrdbClusterLister returns a new CrdbClusterLister.

type CrdbClusterListerExpansion

type CrdbClusterListerExpansion interface{}

CrdbClusterListerExpansion allows custom methods to be added to CrdbClusterLister.

type CrdbClusterNamespaceLister

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

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

type CrdbClusterNamespaceListerExpansion

type CrdbClusterNamespaceListerExpansion interface{}

CrdbClusterNamespaceListerExpansion allows custom methods to be added to CrdbClusterNamespaceLister.

Jump to

Keyboard shortcuts

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