v1

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 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 KongConsumerLister

type KongConsumerLister interface {
	// List lists all KongConsumers in the indexer.
	List(selector labels.Selector) (ret []*v1.KongConsumer, err error)
	// KongConsumers returns an object that can list and get KongConsumers.
	KongConsumers(namespace string) KongConsumerNamespaceLister
	KongConsumerListerExpansion
}

KongConsumerLister helps list KongConsumers.

func NewKongConsumerLister

func NewKongConsumerLister(indexer cache.Indexer) KongConsumerLister

NewKongConsumerLister returns a new KongConsumerLister.

type KongConsumerListerExpansion

type KongConsumerListerExpansion interface{}

KongConsumerListerExpansion allows custom methods to be added to KongConsumerLister.

type KongConsumerNamespaceLister

type KongConsumerNamespaceLister interface {
	// List lists all KongConsumers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.KongConsumer, err error)
	// Get retrieves the KongConsumer from the indexer for a given namespace and name.
	Get(name string) (*v1.KongConsumer, error)
	KongConsumerNamespaceListerExpansion
}

KongConsumerNamespaceLister helps list and get KongConsumers.

type KongConsumerNamespaceListerExpansion

type KongConsumerNamespaceListerExpansion interface{}

KongConsumerNamespaceListerExpansion allows custom methods to be added to KongConsumerNamespaceLister.

Jump to

Keyboard shortcuts

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