v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 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 DomainLister

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

DomainLister helps list Domains. All objects returned here must be treated as read-only.

func NewDomainLister

func NewDomainLister(indexer cache.Indexer) DomainLister

NewDomainLister returns a new DomainLister.

type DomainListerExpansion

type DomainListerExpansion interface{}

DomainListerExpansion allows custom methods to be added to DomainLister.

type DomainNamespaceLister

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

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

type DomainNamespaceListerExpansion

type DomainNamespaceListerExpansion interface{}

DomainNamespaceListerExpansion allows custom methods to be added to DomainNamespaceLister.

type DomainTopicLister

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

DomainTopicLister helps list DomainTopics. All objects returned here must be treated as read-only.

func NewDomainTopicLister

func NewDomainTopicLister(indexer cache.Indexer) DomainTopicLister

NewDomainTopicLister returns a new DomainTopicLister.

type DomainTopicListerExpansion

type DomainTopicListerExpansion interface{}

DomainTopicListerExpansion allows custom methods to be added to DomainTopicLister.

type DomainTopicNamespaceLister

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

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

type DomainTopicNamespaceListerExpansion

type DomainTopicNamespaceListerExpansion interface{}

DomainTopicNamespaceListerExpansion allows custom methods to be added to DomainTopicNamespaceLister.

type EventSubscriptionLister

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

EventSubscriptionLister helps list EventSubscriptions. All objects returned here must be treated as read-only.

func NewEventSubscriptionLister

func NewEventSubscriptionLister(indexer cache.Indexer) EventSubscriptionLister

NewEventSubscriptionLister returns a new EventSubscriptionLister.

type EventSubscriptionListerExpansion

type EventSubscriptionListerExpansion interface{}

EventSubscriptionListerExpansion allows custom methods to be added to EventSubscriptionLister.

type EventSubscriptionNamespaceLister

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

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

type EventSubscriptionNamespaceListerExpansion

type EventSubscriptionNamespaceListerExpansion interface{}

EventSubscriptionNamespaceListerExpansion allows custom methods to be added to EventSubscriptionNamespaceLister.

type SystemTopicEventSubscriptionLister

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

SystemTopicEventSubscriptionLister helps list SystemTopicEventSubscriptions. All objects returned here must be treated as read-only.

func NewSystemTopicEventSubscriptionLister

func NewSystemTopicEventSubscriptionLister(indexer cache.Indexer) SystemTopicEventSubscriptionLister

NewSystemTopicEventSubscriptionLister returns a new SystemTopicEventSubscriptionLister.

type SystemTopicEventSubscriptionListerExpansion

type SystemTopicEventSubscriptionListerExpansion interface{}

SystemTopicEventSubscriptionListerExpansion allows custom methods to be added to SystemTopicEventSubscriptionLister.

type SystemTopicEventSubscriptionNamespaceLister

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

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

type SystemTopicEventSubscriptionNamespaceListerExpansion

type SystemTopicEventSubscriptionNamespaceListerExpansion interface{}

SystemTopicEventSubscriptionNamespaceListerExpansion allows custom methods to be added to SystemTopicEventSubscriptionNamespaceLister.

type SystemTopicLister

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

SystemTopicLister helps list SystemTopics. All objects returned here must be treated as read-only.

func NewSystemTopicLister

func NewSystemTopicLister(indexer cache.Indexer) SystemTopicLister

NewSystemTopicLister returns a new SystemTopicLister.

type SystemTopicListerExpansion

type SystemTopicListerExpansion interface{}

SystemTopicListerExpansion allows custom methods to be added to SystemTopicLister.

type SystemTopicNamespaceLister

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

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

type SystemTopicNamespaceListerExpansion

type SystemTopicNamespaceListerExpansion interface{}

SystemTopicNamespaceListerExpansion allows custom methods to be added to SystemTopicNamespaceLister.

type TopicLister

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

TopicLister helps list Topics. All objects returned here must be treated as read-only.

func NewTopicLister

func NewTopicLister(indexer cache.Indexer) TopicLister

NewTopicLister returns a new TopicLister.

type TopicListerExpansion

type TopicListerExpansion interface{}

TopicListerExpansion allows custom methods to be added to TopicLister.

type TopicNamespaceLister

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

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

type TopicNamespaceListerExpansion

type TopicNamespaceListerExpansion interface{}

TopicNamespaceListerExpansion allows custom methods to be added to TopicNamespaceLister.

Jump to

Keyboard shortcuts

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