internalversion

package
v3.6.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2017 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 OAuthClientLister

type OAuthClientLister interface {
	// List lists all OAuthClients in the indexer.
	List(selector labels.Selector) (ret []*oauth.OAuthClient, err error)
	// OAuthClients returns an object that can list and get OAuthClients.
	OAuthClients(namespace string) OAuthClientNamespaceLister
	OAuthClientListerExpansion
}

OAuthClientLister helps list OAuthClients.

func NewOAuthClientLister

func NewOAuthClientLister(indexer cache.Indexer) OAuthClientLister

NewOAuthClientLister returns a new OAuthClientLister.

type OAuthClientListerExpansion

type OAuthClientListerExpansion interface{}

OAuthClientListerExpansion allows custom methods to be added to OAuthClientLister.

type OAuthClientNamespaceLister

type OAuthClientNamespaceLister interface {
	// List lists all OAuthClients in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*oauth.OAuthClient, err error)
	// Get retrieves the OAuthClient from the indexer for a given namespace and name.
	Get(name string) (*oauth.OAuthClient, error)
	OAuthClientNamespaceListerExpansion
}

OAuthClientNamespaceLister helps list and get OAuthClients.

type OAuthClientNamespaceListerExpansion

type OAuthClientNamespaceListerExpansion interface{}

OAuthClientNamespaceListerExpansion allows custom methods to be added to OAuthClientNamespaeLister.

Jump to

Keyboard shortcuts

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