v1

package
v0.0.0-...-f6e1a93 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FabricEventStreamLister

type FabricEventStreamLister interface {
	// List lists all FabricEventStreams in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.FabricEventStream, err error)
	// FabricEventStreams returns an object that can list and get FabricEventStreams.
	FabricEventStreams(namespace string) FabricEventStreamNamespaceLister
	FabricEventStreamListerExpansion
}

FabricEventStreamLister helps list FabricEventStreams. All objects returned here must be treated as read-only.

func NewFabricEventStreamLister

func NewFabricEventStreamLister(indexer cache.Indexer) FabricEventStreamLister

NewFabricEventStreamLister returns a new FabricEventStreamLister.

type FabricEventStreamListerExpansion

type FabricEventStreamListerExpansion interface{}

FabricEventStreamListerExpansion allows custom methods to be added to FabricEventStreamLister.

type FabricEventStreamNamespaceLister

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

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

type FabricEventStreamNamespaceListerExpansion

type FabricEventStreamNamespaceListerExpansion interface{}

FabricEventStreamNamespaceListerExpansion allows custom methods to be added to FabricEventStreamNamespaceLister.

Jump to

Keyboard shortcuts

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