v1alpha1

package
v0.0.0-...-87f0ce8 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2023 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 KafkaTopicChannelLister

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

KafkaTopicChannelLister helps list KafkaTopicChannels. All objects returned here must be treated as read-only.

func NewKafkaTopicChannelLister

func NewKafkaTopicChannelLister(indexer cache.Indexer) KafkaTopicChannelLister

NewKafkaTopicChannelLister returns a new KafkaTopicChannelLister.

type KafkaTopicChannelListerExpansion

type KafkaTopicChannelListerExpansion interface{}

KafkaTopicChannelListerExpansion allows custom methods to be added to KafkaTopicChannelLister.

type KafkaTopicChannelNamespaceLister

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

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

type KafkaTopicChannelNamespaceListerExpansion

type KafkaTopicChannelNamespaceListerExpansion interface{}

KafkaTopicChannelNamespaceListerExpansion allows custom methods to be added to KafkaTopicChannelNamespaceLister.

Jump to

Keyboard shortcuts

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