v1alpha1

package
v0.0.0-...-f464250 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 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 BrokerChannelLister

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

BrokerChannelLister helps list BrokerChannels. All objects returned here must be treated as read-only.

func NewBrokerChannelLister

func NewBrokerChannelLister(indexer cache.Indexer) BrokerChannelLister

NewBrokerChannelLister returns a new BrokerChannelLister.

type BrokerChannelListerExpansion

type BrokerChannelListerExpansion interface{}

BrokerChannelListerExpansion allows custom methods to be added to BrokerChannelLister.

type BrokerChannelNamespaceLister

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

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

type BrokerChannelNamespaceListerExpansion

type BrokerChannelNamespaceListerExpansion interface{}

BrokerChannelNamespaceListerExpansion allows custom methods to be added to BrokerChannelNamespaceLister.

Jump to

Keyboard shortcuts

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