v1alpha1

package
v0.0.0-...-4c0bbbd Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2020 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 DgraphClusterLister

type DgraphClusterLister interface {
	// List lists all DgraphClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DgraphCluster, err error)
	// DgraphClusters returns an object that can list and get DgraphClusters.
	DgraphClusters(namespace string) DgraphClusterNamespaceLister
	DgraphClusterListerExpansion
}

DgraphClusterLister helps list DgraphClusters.

func NewDgraphClusterLister

func NewDgraphClusterLister(indexer cache.Indexer) DgraphClusterLister

NewDgraphClusterLister returns a new DgraphClusterLister.

type DgraphClusterListerExpansion

type DgraphClusterListerExpansion interface{}

DgraphClusterListerExpansion allows custom methods to be added to DgraphClusterLister.

type DgraphClusterNamespaceLister

type DgraphClusterNamespaceLister interface {
	// List lists all DgraphClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DgraphCluster, err error)
	// Get retrieves the DgraphCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DgraphCluster, error)
	DgraphClusterNamespaceListerExpansion
}

DgraphClusterNamespaceLister helps list and get DgraphClusters.

type DgraphClusterNamespaceListerExpansion

type DgraphClusterNamespaceListerExpansion interface{}

DgraphClusterNamespaceListerExpansion allows custom methods to be added to DgraphClusterNamespaceLister.

Jump to

Keyboard shortcuts

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