v1alpha1

package
v1.0.219 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 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 QuarksJobLister

type QuarksJobLister interface {
	// List lists all QuarksJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.QuarksJob, err error)
	// QuarksJobs returns an object that can list and get QuarksJobs.
	QuarksJobs(namespace string) QuarksJobNamespaceLister
	QuarksJobListerExpansion
}

QuarksJobLister helps list QuarksJobs.

func NewQuarksJobLister

func NewQuarksJobLister(indexer cache.Indexer) QuarksJobLister

NewQuarksJobLister returns a new QuarksJobLister.

type QuarksJobListerExpansion

type QuarksJobListerExpansion interface{}

QuarksJobListerExpansion allows custom methods to be added to QuarksJobLister.

type QuarksJobNamespaceLister

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

QuarksJobNamespaceLister helps list and get QuarksJobs.

type QuarksJobNamespaceListerExpansion

type QuarksJobNamespaceListerExpansion interface{}

QuarksJobNamespaceListerExpansion allows custom methods to be added to QuarksJobNamespaceLister.

Jump to

Keyboard shortcuts

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