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 KongCredentialLister

type KongCredentialLister interface {
	// List lists all KongCredentials in the indexer.
	List(selector labels.Selector) (ret []*v1.KongCredential, err error)
	// KongCredentials returns an object that can list and get KongCredentials.
	KongCredentials(namespace string) KongCredentialNamespaceLister
	KongCredentialListerExpansion
}

KongCredentialLister helps list KongCredentials.

func NewKongCredentialLister

func NewKongCredentialLister(indexer cache.Indexer) KongCredentialLister

NewKongCredentialLister returns a new KongCredentialLister.

type KongCredentialListerExpansion

type KongCredentialListerExpansion interface{}

KongCredentialListerExpansion allows custom methods to be added to KongCredentialLister.

type KongCredentialNamespaceLister

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

KongCredentialNamespaceLister helps list and get KongCredentials.

type KongCredentialNamespaceListerExpansion

type KongCredentialNamespaceListerExpansion interface{}

KongCredentialNamespaceListerExpansion allows custom methods to be added to KongCredentialNamespaceLister.

Jump to

Keyboard shortcuts

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