v1alpha1

package
v0.0.0-...-fc21188 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2020 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 AmqpLister

type AmqpLister interface {
	// List lists all Amqps in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Amqp, err error)
	// Amqps returns an object that can list and get Amqps.
	Amqps(namespace string) AmqpNamespaceLister
	AmqpListerExpansion
}

AmqpLister helps list Amqps.

func NewAmqpLister

func NewAmqpLister(indexer cache.Indexer) AmqpLister

NewAmqpLister returns a new AmqpLister.

type AmqpListerExpansion

type AmqpListerExpansion interface{}

AmqpListerExpansion allows custom methods to be added to AmqpLister.

type AmqpNamespaceLister

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

AmqpNamespaceLister helps list and get Amqps.

type AmqpNamespaceListerExpansion

type AmqpNamespaceListerExpansion interface{}

AmqpNamespaceListerExpansion allows custom methods to be added to AmqpNamespaceLister.

type RabbitmqLister

type RabbitmqLister interface {
	// List lists all Rabbitmqs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Rabbitmq, err error)
	// Rabbitmqs returns an object that can list and get Rabbitmqs.
	Rabbitmqs(namespace string) RabbitmqNamespaceLister
	RabbitmqListerExpansion
}

RabbitmqLister helps list Rabbitmqs.

func NewRabbitmqLister

func NewRabbitmqLister(indexer cache.Indexer) RabbitmqLister

NewRabbitmqLister returns a new RabbitmqLister.

type RabbitmqListerExpansion

type RabbitmqListerExpansion interface{}

RabbitmqListerExpansion allows custom methods to be added to RabbitmqLister.

type RabbitmqNamespaceLister

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

RabbitmqNamespaceLister helps list and get Rabbitmqs.

type RabbitmqNamespaceListerExpansion

type RabbitmqNamespaceListerExpansion interface{}

RabbitmqNamespaceListerExpansion allows custom methods to be added to RabbitmqNamespaceLister.

Jump to

Keyboard shortcuts

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