Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GarbageCollectorController ¶
func GarbageCollectorController( idpCache UpstreamOIDCIdentityProviderICache, clock clock.Clock, kubeClient kubernetes.Interface, secretInformer corev1informers.SecretInformer, withInformer pinnipedcontroller.WithInformerOptionFunc, auditLogger plog.AuditLogger, ) controllerlib.Controller
Types ¶
type UpstreamOIDCIdentityProviderICache ¶ added in v0.13.0
type UpstreamOIDCIdentityProviderICache interface {
GetOIDCIdentityProviders() []upstreamprovider.UpstreamOIDCIdentityProviderI
}
UpstreamOIDCIdentityProviderICache is a thread safe cache that holds a list of validated upstream OIDC IDP configurations.
Click to show internal directories.
Click to hide internal directories.