v1alpha1

package
v0.0.0-...-887ec0a Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 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 AmqpSourceLister

type AmqpSourceLister interface {
	// List lists all AmqpSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AmqpSource, err error)
	// AmqpSources returns an object that can list and get AmqpSources.
	AmqpSources(namespace string) AmqpSourceNamespaceLister
	AmqpSourceListerExpansion
}

AmqpSourceLister helps list AmqpSources. All objects returned here must be treated as read-only.

func NewAmqpSourceLister

func NewAmqpSourceLister(indexer cache.Indexer) AmqpSourceLister

NewAmqpSourceLister returns a new AmqpSourceLister.

type AmqpSourceListerExpansion

type AmqpSourceListerExpansion interface{}

AmqpSourceListerExpansion allows custom methods to be added to AmqpSourceLister.

type AmqpSourceNamespaceLister

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

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

type AmqpSourceNamespaceListerExpansion

type AmqpSourceNamespaceListerExpansion interface{}

AmqpSourceNamespaceListerExpansion allows custom methods to be added to AmqpSourceNamespaceLister.

Jump to

Keyboard shortcuts

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