v1alpha1

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 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 RabbitmqSourceLister

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

RabbitmqSourceLister helps list RabbitmqSources. All objects returned here must be treated as read-only.

func NewRabbitmqSourceLister

func NewRabbitmqSourceLister(indexer cache.Indexer) RabbitmqSourceLister

NewRabbitmqSourceLister returns a new RabbitmqSourceLister.

type RabbitmqSourceListerExpansion

type RabbitmqSourceListerExpansion interface{}

RabbitmqSourceListerExpansion allows custom methods to be added to RabbitmqSourceLister.

type RabbitmqSourceNamespaceLister

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

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

type RabbitmqSourceNamespaceListerExpansion

type RabbitmqSourceNamespaceListerExpansion interface{}

RabbitmqSourceNamespaceListerExpansion allows custom methods to be added to RabbitmqSourceNamespaceLister.

Jump to

Keyboard shortcuts

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