v1alpha1

package
v0.0.0-...-f9370be Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2019 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 ScheduledSparkApplicationLister

type ScheduledSparkApplicationLister interface {
	// List lists all ScheduledSparkApplications in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ScheduledSparkApplication, err error)
	// ScheduledSparkApplications returns an object that can list and get ScheduledSparkApplications.
	ScheduledSparkApplications(namespace string) ScheduledSparkApplicationNamespaceLister
	ScheduledSparkApplicationListerExpansion
}

ScheduledSparkApplicationLister helps list ScheduledSparkApplications.

func NewScheduledSparkApplicationLister

func NewScheduledSparkApplicationLister(indexer cache.Indexer) ScheduledSparkApplicationLister

NewScheduledSparkApplicationLister returns a new ScheduledSparkApplicationLister.

type ScheduledSparkApplicationListerExpansion

type ScheduledSparkApplicationListerExpansion interface{}

ScheduledSparkApplicationListerExpansion allows custom methods to be added to ScheduledSparkApplicationLister.

type ScheduledSparkApplicationNamespaceLister

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

ScheduledSparkApplicationNamespaceLister helps list and get ScheduledSparkApplications.

type ScheduledSparkApplicationNamespaceListerExpansion

type ScheduledSparkApplicationNamespaceListerExpansion interface{}

ScheduledSparkApplicationNamespaceListerExpansion allows custom methods to be added to ScheduledSparkApplicationNamespaceLister.

type SparkApplicationLister

type SparkApplicationLister interface {
	// List lists all SparkApplications in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SparkApplication, err error)
	// SparkApplications returns an object that can list and get SparkApplications.
	SparkApplications(namespace string) SparkApplicationNamespaceLister
	SparkApplicationListerExpansion
}

SparkApplicationLister helps list SparkApplications.

func NewSparkApplicationLister

func NewSparkApplicationLister(indexer cache.Indexer) SparkApplicationLister

NewSparkApplicationLister returns a new SparkApplicationLister.

type SparkApplicationListerExpansion

type SparkApplicationListerExpansion interface{}

SparkApplicationListerExpansion allows custom methods to be added to SparkApplicationLister.

type SparkApplicationNamespaceLister

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

SparkApplicationNamespaceLister helps list and get SparkApplications.

type SparkApplicationNamespaceListerExpansion

type SparkApplicationNamespaceListerExpansion interface{}

SparkApplicationNamespaceListerExpansion allows custom methods to be added to SparkApplicationNamespaceLister.

Jump to

Keyboard shortcuts

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