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.
Click to show internal directories.
Click to hide internal directories.