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 ConsumerGroupLister

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

ConsumerGroupLister helps list ConsumerGroups. All objects returned here must be treated as read-only.

func NewConsumerGroupLister

func NewConsumerGroupLister(indexer cache.Indexer) ConsumerGroupLister

NewConsumerGroupLister returns a new ConsumerGroupLister.

type ConsumerGroupListerExpansion

type ConsumerGroupListerExpansion interface{}

ConsumerGroupListerExpansion allows custom methods to be added to ConsumerGroupLister.

type ConsumerGroupNamespaceLister

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

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

type ConsumerGroupNamespaceListerExpansion

type ConsumerGroupNamespaceListerExpansion interface{}

ConsumerGroupNamespaceListerExpansion allows custom methods to be added to ConsumerGroupNamespaceLister.

type ConsumerLister

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

ConsumerLister helps list Consumers. All objects returned here must be treated as read-only.

func NewConsumerLister

func NewConsumerLister(indexer cache.Indexer) ConsumerLister

NewConsumerLister returns a new ConsumerLister.

type ConsumerListerExpansion

type ConsumerListerExpansion interface{}

ConsumerListerExpansion allows custom methods to be added to ConsumerLister.

type ConsumerNamespaceLister

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

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

type ConsumerNamespaceListerExpansion

type ConsumerNamespaceListerExpansion interface{}

ConsumerNamespaceListerExpansion allows custom methods to be added to ConsumerNamespaceLister.

Jump to

Keyboard shortcuts

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