v1alpha1

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 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 JWTAuthenticatorLister

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

JWTAuthenticatorLister helps list JWTAuthenticators. All objects returned here must be treated as read-only.

func NewJWTAuthenticatorLister

func NewJWTAuthenticatorLister(indexer cache.Indexer) JWTAuthenticatorLister

NewJWTAuthenticatorLister returns a new JWTAuthenticatorLister.

type JWTAuthenticatorListerExpansion

type JWTAuthenticatorListerExpansion interface{}

JWTAuthenticatorListerExpansion allows custom methods to be added to JWTAuthenticatorLister.

type WebhookAuthenticatorLister

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

WebhookAuthenticatorLister helps list WebhookAuthenticators. All objects returned here must be treated as read-only.

func NewWebhookAuthenticatorLister

func NewWebhookAuthenticatorLister(indexer cache.Indexer) WebhookAuthenticatorLister

NewWebhookAuthenticatorLister returns a new WebhookAuthenticatorLister.

type WebhookAuthenticatorListerExpansion

type WebhookAuthenticatorListerExpansion interface{}

WebhookAuthenticatorListerExpansion allows custom methods to be added to WebhookAuthenticatorLister.

Jump to

Keyboard shortcuts

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