v1

package
v0.0.0-...-d24fd3e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredOAuthAccessTokenInformer

func NewFilteredOAuthAccessTokenInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOAuthAccessTokenInformer 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 NewFilteredOAuthAuthorizeTokenInformer

func NewFilteredOAuthAuthorizeTokenInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOAuthAuthorizeTokenInformer 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 NewFilteredOAuthClientAuthorizationInformer

func NewFilteredOAuthClientAuthorizationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOAuthClientAuthorizationInformer 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 NewFilteredOAuthClientInformer

func NewFilteredOAuthClientInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOAuthClientInformer 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.

func NewFilteredUserOAuthAccessTokenInformer

func NewFilteredUserOAuthAccessTokenInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredUserOAuthAccessTokenInformer constructs a new informer for UserOAuthAccessToken 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 NewOAuthAccessTokenInformer

func NewOAuthAccessTokenInformer(client versioned.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

func NewOAuthAuthorizeTokenInformer(client versioned.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

func NewOAuthClientAuthorizationInformer(client versioned.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

func NewOAuthClientInformer(client versioned.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.

func NewUserOAuthAccessTokenInformer

func NewUserOAuthAccessTokenInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewUserOAuthAccessTokenInformer constructs a new informer for UserOAuthAccessToken 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
	// UserOAuthAccessTokens returns a UserOAuthAccessTokenInformer.
	UserOAuthAccessTokens() UserOAuthAccessTokenInformer
}

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.

type UserOAuthAccessTokenInformer

type UserOAuthAccessTokenInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.UserOAuthAccessTokenLister
}

UserOAuthAccessTokenInformer provides access to a shared informer and lister for UserOAuthAccessTokens.

Jump to

Keyboard shortcuts

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