v1alpha1

package
v0.0.783 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 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 LighthouseJobLister

type LighthouseJobLister interface {
	// List lists all LighthouseJobs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.LighthouseJob, err error)
	// LighthouseJobs returns an object that can list and get LighthouseJobs.
	LighthouseJobs(namespace string) LighthouseJobNamespaceLister
	LighthouseJobListerExpansion
}

LighthouseJobLister helps list LighthouseJobs.

func NewLighthouseJobLister

func NewLighthouseJobLister(indexer cache.Indexer) LighthouseJobLister

NewLighthouseJobLister returns a new LighthouseJobLister.

type LighthouseJobListerExpansion

type LighthouseJobListerExpansion interface{}

LighthouseJobListerExpansion allows custom methods to be added to LighthouseJobLister.

type LighthouseJobNamespaceLister

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

LighthouseJobNamespaceLister helps list and get LighthouseJobs.

type LighthouseJobNamespaceListerExpansion

type LighthouseJobNamespaceListerExpansion interface{}

LighthouseJobNamespaceListerExpansion allows custom methods to be added to LighthouseJobNamespaceLister.

Jump to

Keyboard shortcuts

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