v1

package
v0.0.0-...-bb45038 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 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 ArangoJobLister

type ArangoJobLister interface {
	// List lists all ArangoJobs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ArangoJob, err error)
	// ArangoJobs returns an object that can list and get ArangoJobs.
	ArangoJobs(namespace string) ArangoJobNamespaceLister
	ArangoJobListerExpansion
}

ArangoJobLister helps list ArangoJobs. All objects returned here must be treated as read-only.

func NewArangoJobLister

func NewArangoJobLister(indexer cache.Indexer) ArangoJobLister

NewArangoJobLister returns a new ArangoJobLister.

type ArangoJobListerExpansion

type ArangoJobListerExpansion interface{}

ArangoJobListerExpansion allows custom methods to be added to ArangoJobLister.

type ArangoJobNamespaceLister

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

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

type ArangoJobNamespaceListerExpansion

type ArangoJobNamespaceListerExpansion interface{}

ArangoJobNamespaceListerExpansion allows custom methods to be added to ArangoJobNamespaceLister.

Jump to

Keyboard shortcuts

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