v1

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2018 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 SparkClusterLister

type SparkClusterLister interface {
	// List lists all SparkClusters in the indexer.
	List(selector labels.Selector) (ret []*v1.SparkCluster, err error)
	// SparkClusters returns an object that can list and get SparkClusters.
	SparkClusters(namespace string) SparkClusterNamespaceLister
	SparkClusterListerExpansion
}

SparkClusterLister helps list SparkClusters.

func NewSparkClusterLister

func NewSparkClusterLister(indexer cache.Indexer) SparkClusterLister

NewSparkClusterLister returns a new SparkClusterLister.

type SparkClusterListerExpansion

type SparkClusterListerExpansion interface{}

SparkClusterListerExpansion allows custom methods to be added to SparkClusterLister.

type SparkClusterNamespaceLister

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

SparkClusterNamespaceLister helps list and get SparkClusters.

type SparkClusterNamespaceListerExpansion

type SparkClusterNamespaceListerExpansion interface{}

SparkClusterNamespaceListerExpansion allows custom methods to be added to SparkClusterNamespaceLister.

Jump to

Keyboard shortcuts

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