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 KongIngressLister

type KongIngressLister interface {
	// List lists all KongIngresses in the indexer.
	List(selector labels.Selector) (ret []*v1.KongIngress, err error)
	// KongIngresses returns an object that can list and get KongIngresses.
	KongIngresses(namespace string) KongIngressNamespaceLister
	KongIngressListerExpansion
}

KongIngressLister helps list KongIngresses.

func NewKongIngressLister

func NewKongIngressLister(indexer cache.Indexer) KongIngressLister

NewKongIngressLister returns a new KongIngressLister.

type KongIngressListerExpansion

type KongIngressListerExpansion interface{}

KongIngressListerExpansion allows custom methods to be added to KongIngressLister.

type KongIngressNamespaceLister

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

KongIngressNamespaceLister helps list and get KongIngresses.

type KongIngressNamespaceListerExpansion

type KongIngressNamespaceListerExpansion interface{}

KongIngressNamespaceListerExpansion allows custom methods to be added to KongIngressNamespaceLister.

Jump to

Keyboard shortcuts

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