v1alpha1

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 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 HTTPSourceLister

type HTTPSourceLister interface {
	// List lists all HTTPSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.HTTPSource, err error)
	// HTTPSources returns an object that can list and get HTTPSources.
	HTTPSources(namespace string) HTTPSourceNamespaceLister
	HTTPSourceListerExpansion
}

HTTPSourceLister helps list HTTPSources.

func NewHTTPSourceLister

func NewHTTPSourceLister(indexer cache.Indexer) HTTPSourceLister

NewHTTPSourceLister returns a new HTTPSourceLister.

type HTTPSourceListerExpansion

type HTTPSourceListerExpansion interface{}

HTTPSourceListerExpansion allows custom methods to be added to HTTPSourceLister.

type HTTPSourceNamespaceLister

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

HTTPSourceNamespaceLister helps list and get HTTPSources.

type HTTPSourceNamespaceListerExpansion

type HTTPSourceNamespaceListerExpansion interface{}

HTTPSourceNamespaceListerExpansion allows custom methods to be added to HTTPSourceNamespaceLister.

Jump to

Keyboard shortcuts

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