v1beta1

package
v0.0.0-...-6f8ebb1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobDefinitionLister

type JobDefinitionLister interface {
	// List lists all JobDefinitions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.JobDefinition, err error)
	// JobDefinitions returns an object that can list and get JobDefinitions.
	JobDefinitions(namespace string) JobDefinitionNamespaceLister
	JobDefinitionListerExpansion
}

JobDefinitionLister helps list JobDefinitions. All objects returned here must be treated as read-only.

func NewJobDefinitionLister

func NewJobDefinitionLister(indexer cache.Indexer) JobDefinitionLister

NewJobDefinitionLister returns a new JobDefinitionLister.

type JobDefinitionListerExpansion

type JobDefinitionListerExpansion interface{}

JobDefinitionListerExpansion allows custom methods to be added to JobDefinitionLister.

type JobDefinitionNamespaceLister

type JobDefinitionNamespaceLister interface {
	// List lists all JobDefinitions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.JobDefinition, err error)
	// Get retrieves the JobDefinition from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.JobDefinition, error)
	JobDefinitionNamespaceListerExpansion
}

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

type JobDefinitionNamespaceListerExpansion

type JobDefinitionNamespaceListerExpansion interface{}

JobDefinitionNamespaceListerExpansion allows custom methods to be added to JobDefinitionNamespaceLister.

type JobRunLister

type JobRunLister interface {
	// List lists all JobRuns in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.JobRun, err error)
	// JobRuns returns an object that can list and get JobRuns.
	JobRuns(namespace string) JobRunNamespaceLister
	JobRunListerExpansion
}

JobRunLister helps list JobRuns. All objects returned here must be treated as read-only.

func NewJobRunLister

func NewJobRunLister(indexer cache.Indexer) JobRunLister

NewJobRunLister returns a new JobRunLister.

type JobRunListerExpansion

type JobRunListerExpansion interface{}

JobRunListerExpansion allows custom methods to be added to JobRunLister.

type JobRunNamespaceLister

type JobRunNamespaceLister interface {
	// List lists all JobRuns in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.JobRun, err error)
	// Get retrieves the JobRun from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.JobRun, error)
	JobRunNamespaceListerExpansion
}

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

type JobRunNamespaceListerExpansion

type JobRunNamespaceListerExpansion interface{}

JobRunNamespaceListerExpansion allows custom methods to be added to JobRunNamespaceLister.

Jump to

Keyboard shortcuts

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