v1alpha1

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 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 KafkaChannelLister

type KafkaChannelLister interface {
	// List lists all KafkaChannels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KafkaChannel, err error)
	// KafkaChannels returns an object that can list and get KafkaChannels.
	KafkaChannels(namespace string) KafkaChannelNamespaceLister
	KafkaChannelListerExpansion
}

KafkaChannelLister helps list KafkaChannels.

func NewKafkaChannelLister

func NewKafkaChannelLister(indexer cache.Indexer) KafkaChannelLister

NewKafkaChannelLister returns a new KafkaChannelLister.

type KafkaChannelListerExpansion

type KafkaChannelListerExpansion interface{}

KafkaChannelListerExpansion allows custom methods to be added to KafkaChannelLister.

type KafkaChannelNamespaceLister

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

KafkaChannelNamespaceLister helps list and get KafkaChannels.

type KafkaChannelNamespaceListerExpansion

type KafkaChannelNamespaceListerExpansion interface{}

KafkaChannelNamespaceListerExpansion allows custom methods to be added to KafkaChannelNamespaceLister.

Jump to

Keyboard shortcuts

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