v1

package
v3.8.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// OAuthAccessTokens returns a OAuthAccessTokenInformer.
	OAuthAccessTokens() OAuthAccessTokenInformer
	// OAuthAuthorizeTokens returns a OAuthAuthorizeTokenInformer.
	OAuthAuthorizeTokens() OAuthAuthorizeTokenInformer
	// OAuthClients returns a OAuthClientInformer.
	OAuthClients() OAuthClientInformer
	// OAuthClientAuthorizations returns a OAuthClientAuthorizationInformer.
	OAuthClientAuthorizations() OAuthClientAuthorizationInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type OAuthAccessTokenInformer

type OAuthAccessTokenInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OAuthAccessTokenLister
}

OAuthAccessTokenInformer provides access to a shared informer and lister for OAuthAccessTokens.

type OAuthAuthorizeTokenInformer

type OAuthAuthorizeTokenInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OAuthAuthorizeTokenLister
}

OAuthAuthorizeTokenInformer provides access to a shared informer and lister for OAuthAuthorizeTokens.

type OAuthClientAuthorizationInformer

type OAuthClientAuthorizationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OAuthClientAuthorizationLister
}

OAuthClientAuthorizationInformer provides access to a shared informer and lister for OAuthClientAuthorizations.

type OAuthClientInformer

type OAuthClientInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OAuthClientLister
}

OAuthClientInformer provides access to a shared informer and lister for OAuthClients.

Jump to

Keyboard shortcuts

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