v1alpha1

package
v0.40.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 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 KafkaSinkLister

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

KafkaSinkLister helps list KafkaSinks. All objects returned here must be treated as read-only.

func NewKafkaSinkLister

func NewKafkaSinkLister(indexer cache.Indexer) KafkaSinkLister

NewKafkaSinkLister returns a new KafkaSinkLister.

type KafkaSinkListerExpansion

type KafkaSinkListerExpansion interface{}

KafkaSinkListerExpansion allows custom methods to be added to KafkaSinkLister.

type KafkaSinkNamespaceLister

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

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

type KafkaSinkNamespaceListerExpansion

type KafkaSinkNamespaceListerExpansion interface{}

KafkaSinkNamespaceListerExpansion allows custom methods to be added to KafkaSinkNamespaceLister.

Jump to

Keyboard shortcuts

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