v1alpha1

package
v0.33.1 Latest Latest
Warning

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

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

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

PublisherLister helps list Publishers. All objects returned here must be treated as read-only.

func NewPublisherLister

func NewPublisherLister(indexer cache.Indexer) PublisherLister

NewPublisherLister returns a new PublisherLister.

type PublisherListerExpansion

type PublisherListerExpansion interface{}

PublisherListerExpansion allows custom methods to be added to PublisherLister.

type PublisherNamespaceLister

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

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

type PublisherNamespaceListerExpansion

type PublisherNamespaceListerExpansion interface{}

PublisherNamespaceListerExpansion allows custom methods to be added to PublisherNamespaceLister.

type SubscriberLister

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

SubscriberLister helps list Subscribers. All objects returned here must be treated as read-only.

func NewSubscriberLister

func NewSubscriberLister(indexer cache.Indexer) SubscriberLister

NewSubscriberLister returns a new SubscriberLister.

type SubscriberListerExpansion

type SubscriberListerExpansion interface{}

SubscriberListerExpansion allows custom methods to be added to SubscriberLister.

type SubscriberNamespaceLister

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

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

type SubscriberNamespaceListerExpansion

type SubscriberNamespaceListerExpansion interface{}

SubscriberNamespaceListerExpansion allows custom methods to be added to SubscriberNamespaceLister.

Jump to

Keyboard shortcuts

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