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.
Click to show internal directories.
Click to hide internal directories.