v1alpha1

package
v0.0.0-...-cdcf638 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2018 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 MessageLister

type MessageLister interface {
	// List lists all Messages in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Message, err error)
	// Messages returns an object that can list and get Messages.
	Messages(namespace string) MessageNamespaceLister
	MessageListerExpansion
}

MessageLister helps list Messages.

func NewMessageLister

func NewMessageLister(indexer cache.Indexer) MessageLister

NewMessageLister returns a new MessageLister.

type MessageListerExpansion

type MessageListerExpansion interface{}

MessageListerExpansion allows custom methods to be added to MessageLister.

type MessageNamespaceLister

type MessageNamespaceLister interface {
	// List lists all Messages in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Message, err error)
	// Get retrieves the Message from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Message, error)
	MessageNamespaceListerExpansion
}

MessageNamespaceLister helps list and get Messages.

type MessageNamespaceListerExpansion

type MessageNamespaceListerExpansion interface{}

MessageNamespaceListerExpansion allows custom methods to be added to MessageNamespaceLister.

type MessagingServiceLister

type MessagingServiceLister interface {
	// List lists all MessagingServices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MessagingService, err error)
	// MessagingServices returns an object that can list and get MessagingServices.
	MessagingServices(namespace string) MessagingServiceNamespaceLister
	MessagingServiceListerExpansion
}

MessagingServiceLister helps list MessagingServices.

func NewMessagingServiceLister

func NewMessagingServiceLister(indexer cache.Indexer) MessagingServiceLister

NewMessagingServiceLister returns a new MessagingServiceLister.

type MessagingServiceListerExpansion

type MessagingServiceListerExpansion interface{}

MessagingServiceListerExpansion allows custom methods to be added to MessagingServiceLister.

type MessagingServiceNamespaceLister

type MessagingServiceNamespaceLister interface {
	// List lists all MessagingServices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MessagingService, err error)
	// Get retrieves the MessagingService from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MessagingService, error)
	MessagingServiceNamespaceListerExpansion
}

MessagingServiceNamespaceLister helps list and get MessagingServices.

type MessagingServiceNamespaceListerExpansion

type MessagingServiceNamespaceListerExpansion interface{}

MessagingServiceNamespaceListerExpansion allows custom methods to be added to MessagingServiceNamespaceLister.

Jump to

Keyboard shortcuts

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