v1alpha1

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 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 EventSourceLister

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

EventSourceLister helps list EventSources. All objects returned here must be treated as read-only.

func NewEventSourceLister

func NewEventSourceLister(indexer cache.Indexer) EventSourceLister

NewEventSourceLister returns a new EventSourceLister.

type EventSourceListerExpansion

type EventSourceListerExpansion interface{}

EventSourceListerExpansion allows custom methods to be added to EventSourceLister.

type EventSourceNamespaceLister

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

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

type EventSourceNamespaceListerExpansion

type EventSourceNamespaceListerExpansion interface{}

EventSourceNamespaceListerExpansion allows custom methods to be added to EventSourceNamespaceLister.

Jump to

Keyboard shortcuts

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