v1alpha1

package
v0.0.0-...-20136fc Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2020 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 RocketmqChannelLister

type RocketmqChannelLister interface {
	// List lists all RocketmqChannels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RocketmqChannel, err error)
	// RocketmqChannels returns an object that can list and get RocketmqChannels.
	RocketmqChannels(namespace string) RocketmqChannelNamespaceLister
	RocketmqChannelListerExpansion
}

RocketmqChannelLister helps list RocketmqChannels.

func NewRocketmqChannelLister

func NewRocketmqChannelLister(indexer cache.Indexer) RocketmqChannelLister

NewRocketmqChannelLister returns a new RocketmqChannelLister.

type RocketmqChannelListerExpansion

type RocketmqChannelListerExpansion interface{}

RocketmqChannelListerExpansion allows custom methods to be added to RocketmqChannelLister.

type RocketmqChannelNamespaceLister

type RocketmqChannelNamespaceLister interface {
	// List lists all RocketmqChannels in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.RocketmqChannel, err error)
	// Get retrieves the RocketmqChannel from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.RocketmqChannel, error)
	RocketmqChannelNamespaceListerExpansion
}

RocketmqChannelNamespaceLister helps list and get RocketmqChannels.

type RocketmqChannelNamespaceListerExpansion

type RocketmqChannelNamespaceListerExpansion interface{}

RocketmqChannelNamespaceListerExpansion allows custom methods to be added to RocketmqChannelNamespaceLister.

Jump to

Keyboard shortcuts

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