v1beta2

package
v0.0.0-...-1591668 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.ScheduledSparkApplication, err error)
	// ScheduledSparkApplications returns an object that can list and get ScheduledSparkApplications.
	ScheduledSparkApplications(namespace string) ScheduledSparkApplicationNamespaceLister
	ScheduledSparkApplicationListerExpansion
}

ScheduledSparkApplicationLister helps list ScheduledSparkApplications. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.ScheduledSparkApplication, err error)
	// Get retrieves the ScheduledSparkApplication from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta2.ScheduledSparkApplication, error)
	ScheduledSparkApplicationNamespaceListerExpansion
}

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

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.SparkApplication, err error)
	// SparkApplications returns an object that can list and get SparkApplications.
	SparkApplications(namespace string) SparkApplicationNamespaceLister
	SparkApplicationListerExpansion
}

SparkApplicationLister helps list SparkApplications. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.SparkApplication, err error)
	// Get retrieves the SparkApplication from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta2.SparkApplication, error)
	SparkApplicationNamespaceListerExpansion
}

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

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