v1

package
v0.0.0-...-6c851f4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 62

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OAuthAccessTokenLister

type OAuthAccessTokenLister interface {
	// List lists all OAuthAccessTokens in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.OAuthAccessToken, err error)
	// Get retrieves the OAuthAccessToken from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.OAuthAccessToken, error)
	OAuthAccessTokenListerExpansion
}

OAuthAccessTokenLister helps list OAuthAccessTokens. All objects returned here must be treated as read-only.

func NewOAuthAccessTokenLister

func NewOAuthAccessTokenLister(indexer cache.Indexer) OAuthAccessTokenLister

NewOAuthAccessTokenLister returns a new OAuthAccessTokenLister.

type OAuthAccessTokenListerExpansion

type OAuthAccessTokenListerExpansion interface{}

OAuthAccessTokenListerExpansion allows custom methods to be added to OAuthAccessTokenLister.

type OAuthAuthorizeTokenLister

type OAuthAuthorizeTokenLister interface {
	// List lists all OAuthAuthorizeTokens in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.OAuthAuthorizeToken, err error)
	// Get retrieves the OAuthAuthorizeToken from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.OAuthAuthorizeToken, error)
	OAuthAuthorizeTokenListerExpansion
}

OAuthAuthorizeTokenLister helps list OAuthAuthorizeTokens. All objects returned here must be treated as read-only.

func NewOAuthAuthorizeTokenLister

func NewOAuthAuthorizeTokenLister(indexer cache.Indexer) OAuthAuthorizeTokenLister

NewOAuthAuthorizeTokenLister returns a new OAuthAuthorizeTokenLister.

type OAuthAuthorizeTokenListerExpansion

type OAuthAuthorizeTokenListerExpansion interface{}

OAuthAuthorizeTokenListerExpansion allows custom methods to be added to OAuthAuthorizeTokenLister.

type OAuthClientAuthorizationLister

type OAuthClientAuthorizationLister interface {
	// List lists all OAuthClientAuthorizations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.OAuthClientAuthorization, err error)
	// Get retrieves the OAuthClientAuthorization from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.OAuthClientAuthorization, error)
	OAuthClientAuthorizationListerExpansion
}

OAuthClientAuthorizationLister helps list OAuthClientAuthorizations. All objects returned here must be treated as read-only.

func NewOAuthClientAuthorizationLister

func NewOAuthClientAuthorizationLister(indexer cache.Indexer) OAuthClientAuthorizationLister

NewOAuthClientAuthorizationLister returns a new OAuthClientAuthorizationLister.

type OAuthClientAuthorizationListerExpansion

type OAuthClientAuthorizationListerExpansion interface{}

OAuthClientAuthorizationListerExpansion allows custom methods to be added to OAuthClientAuthorizationLister.

type OAuthClientLister

type OAuthClientLister interface {
	// List lists all OAuthClients in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.OAuthClient, err error)
	// Get retrieves the OAuthClient from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.OAuthClient, error)
	OAuthClientListerExpansion
}

OAuthClientLister helps list OAuthClients. All objects returned here must be treated as read-only.

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 UserOAuthAccessTokenLister

type UserOAuthAccessTokenLister interface {
	// List lists all UserOAuthAccessTokens in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.UserOAuthAccessToken, err error)
	// Get retrieves the UserOAuthAccessToken from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.UserOAuthAccessToken, error)
	UserOAuthAccessTokenListerExpansion
}

UserOAuthAccessTokenLister helps list UserOAuthAccessTokens. All objects returned here must be treated as read-only.

func NewUserOAuthAccessTokenLister

func NewUserOAuthAccessTokenLister(indexer cache.Indexer) UserOAuthAccessTokenLister

NewUserOAuthAccessTokenLister returns a new UserOAuthAccessTokenLister.

type UserOAuthAccessTokenListerExpansion

type UserOAuthAccessTokenListerExpansion interface{}

UserOAuthAccessTokenListerExpansion allows custom methods to be added to UserOAuthAccessTokenLister.

Jump to

Keyboard shortcuts

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