internalversion

package
v3.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewOAuthAccessTokenInformer added in v3.8.0

func NewOAuthAccessTokenInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOAuthAccessTokenInformer constructs a new informer for OAuthAccessToken type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewOAuthAuthorizeTokenInformer added in v3.8.0

func NewOAuthAuthorizeTokenInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOAuthAuthorizeTokenInformer constructs a new informer for OAuthAuthorizeToken type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewOAuthClientAuthorizationInformer added in v3.8.0

func NewOAuthClientAuthorizationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOAuthClientAuthorizationInformer constructs a new informer for OAuthClientAuthorization type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewOAuthClientInformer added in v3.8.0

func NewOAuthClientInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOAuthClientInformer constructs a new informer for OAuthClient type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

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 added in v3.7.0

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

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

type OAuthAuthorizeTokenInformer added in v3.7.0

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

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

type OAuthClientAuthorizationInformer added in v3.7.0

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

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

type OAuthClientInformer

type OAuthClientInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.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