v1alpha2

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2019 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 KubebenchJobLister

type KubebenchJobLister interface {
	// List lists all KubebenchJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.KubebenchJob, err error)
	// KubebenchJobs returns an object that can list and get KubebenchJobs.
	KubebenchJobs(namespace string) KubebenchJobNamespaceLister
	KubebenchJobListerExpansion
}

KubebenchJobLister helps list KubebenchJobs.

func NewKubebenchJobLister

func NewKubebenchJobLister(indexer cache.Indexer) KubebenchJobLister

NewKubebenchJobLister returns a new KubebenchJobLister.

type KubebenchJobListerExpansion

type KubebenchJobListerExpansion interface{}

KubebenchJobListerExpansion allows custom methods to be added to KubebenchJobLister.

type KubebenchJobNamespaceLister

type KubebenchJobNamespaceLister interface {
	// List lists all KubebenchJobs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.KubebenchJob, err error)
	// Get retrieves the KubebenchJob from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.KubebenchJob, error)
	KubebenchJobNamespaceListerExpansion
}

KubebenchJobNamespaceLister helps list and get KubebenchJobs.

type KubebenchJobNamespaceListerExpansion

type KubebenchJobNamespaceListerExpansion interface{}

KubebenchJobNamespaceListerExpansion allows custom methods to be added to KubebenchJobNamespaceLister.

Jump to

Keyboard shortcuts

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