internalversion

package
v3.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 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 OAuthAccessTokenLister added in v3.7.0

type OAuthAccessTokenLister interface {
	// List lists all OAuthAccessTokens in the indexer.
	List(selector labels.Selector) (ret []*oauth.OAuthAccessToken, err error)
	// Get retrieves the OAuthAccessToken from the index for a given name.
	Get(name string) (*oauth.OAuthAccessToken, error)
	OAuthAccessTokenListerExpansion
}

OAuthAccessTokenLister helps list OAuthAccessTokens.

func NewOAuthAccessTokenLister added in v3.7.0

func NewOAuthAccessTokenLister(indexer cache.Indexer) OAuthAccessTokenLister

NewOAuthAccessTokenLister returns a new OAuthAccessTokenLister.

type OAuthAccessTokenListerExpansion added in v3.7.0

type OAuthAccessTokenListerExpansion interface{}

OAuthAccessTokenListerExpansion allows custom methods to be added to OAuthAccessTokenLister.

type OAuthAuthorizeTokenLister added in v3.7.0

type OAuthAuthorizeTokenLister interface {
	// List lists all OAuthAuthorizeTokens in the indexer.
	List(selector labels.Selector) (ret []*oauth.OAuthAuthorizeToken, err error)
	// Get retrieves the OAuthAuthorizeToken from the index for a given name.
	Get(name string) (*oauth.OAuthAuthorizeToken, error)
	OAuthAuthorizeTokenListerExpansion
}

OAuthAuthorizeTokenLister helps list OAuthAuthorizeTokens.

func NewOAuthAuthorizeTokenLister added in v3.7.0

func NewOAuthAuthorizeTokenLister(indexer cache.Indexer) OAuthAuthorizeTokenLister

NewOAuthAuthorizeTokenLister returns a new OAuthAuthorizeTokenLister.

type OAuthAuthorizeTokenListerExpansion added in v3.7.0

type OAuthAuthorizeTokenListerExpansion interface{}

OAuthAuthorizeTokenListerExpansion allows custom methods to be added to OAuthAuthorizeTokenLister.

type OAuthClientAuthorizationLister added in v3.7.0

type OAuthClientAuthorizationLister interface {
	// List lists all OAuthClientAuthorizations in the indexer.
	List(selector labels.Selector) (ret []*oauth.OAuthClientAuthorization, err error)
	// Get retrieves the OAuthClientAuthorization from the index for a given name.
	Get(name string) (*oauth.OAuthClientAuthorization, error)
	OAuthClientAuthorizationListerExpansion
}

OAuthClientAuthorizationLister helps list OAuthClientAuthorizations.

func NewOAuthClientAuthorizationLister added in v3.7.0

func NewOAuthClientAuthorizationLister(indexer cache.Indexer) OAuthClientAuthorizationLister

NewOAuthClientAuthorizationLister returns a new OAuthClientAuthorizationLister.

type OAuthClientAuthorizationListerExpansion added in v3.7.0

type OAuthClientAuthorizationListerExpansion interface{}

OAuthClientAuthorizationListerExpansion allows custom methods to be added to OAuthClientAuthorizationLister.

type OAuthClientLister

type OAuthClientLister interface {
	// List lists all OAuthClients in the indexer.
	List(selector labels.Selector) (ret []*oauth.OAuthClient, err error)
	// Get retrieves the OAuthClient from the index for a given name.
	Get(name string) (*oauth.OAuthClient, error)
	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.

Jump to

Keyboard shortcuts

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