v1alpha1

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2019 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 KafkaSourceLister

type KafkaSourceLister interface {
	// List lists all KafkaSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KafkaSource, err error)
	// KafkaSources returns an object that can list and get KafkaSources.
	KafkaSources(namespace string) KafkaSourceNamespaceLister
	KafkaSourceListerExpansion
}

KafkaSourceLister helps list KafkaSources.

func NewKafkaSourceLister

func NewKafkaSourceLister(indexer cache.Indexer) KafkaSourceLister

NewKafkaSourceLister returns a new KafkaSourceLister.

type KafkaSourceListerExpansion

type KafkaSourceListerExpansion interface{}

KafkaSourceListerExpansion allows custom methods to be added to KafkaSourceLister.

type KafkaSourceNamespaceLister

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

KafkaSourceNamespaceLister helps list and get KafkaSources.

type KafkaSourceNamespaceListerExpansion

type KafkaSourceNamespaceListerExpansion interface{}

KafkaSourceNamespaceListerExpansion allows custom methods to be added to KafkaSourceNamespaceLister.

Jump to

Keyboard shortcuts

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