v2alpha1

package
v0.20.15 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 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 CronJobLister

type CronJobLister interface {
	// List lists all CronJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.CronJob, err error)
	// CronJobs returns an object that can list and get CronJobs.
	CronJobs(namespace string) CronJobNamespaceLister
	CronJobListerExpansion
}

CronJobLister helps list CronJobs. All objects returned here must be treated as read-only.

func NewCronJobLister

func NewCronJobLister(indexer cache.Indexer) CronJobLister

NewCronJobLister returns a new CronJobLister.

type CronJobListerExpansion

type CronJobListerExpansion interface{}

CronJobListerExpansion allows custom methods to be added to CronJobLister.

type CronJobNamespaceLister

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

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

type CronJobNamespaceListerExpansion

type CronJobNamespaceListerExpansion interface{}

CronJobNamespaceListerExpansion allows custom methods to be added to CronJobNamespaceLister.

Jump to

Keyboard shortcuts

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