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 KongPluginLister

type KongPluginLister interface {
	// List lists all KongPlugins in the indexer.
	List(selector labels.Selector) (ret []*v1.KongPlugin, err error)
	// KongPlugins returns an object that can list and get KongPlugins.
	KongPlugins(namespace string) KongPluginNamespaceLister
	KongPluginListerExpansion
}

KongPluginLister helps list KongPlugins.

func NewKongPluginLister

func NewKongPluginLister(indexer cache.Indexer) KongPluginLister

NewKongPluginLister returns a new KongPluginLister.

type KongPluginListerExpansion

type KongPluginListerExpansion interface{}

KongPluginListerExpansion allows custom methods to be added to KongPluginLister.

type KongPluginNamespaceLister

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

KongPluginNamespaceLister helps list and get KongPlugins.

type KongPluginNamespaceListerExpansion

type KongPluginNamespaceListerExpansion interface{}

KongPluginNamespaceListerExpansion allows custom methods to be added to KongPluginNamespaceLister.

Jump to

Keyboard shortcuts

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