Documentation ¶
Overview ¶
Package ldapupstreamwatcher implements a controller which watches LDAPIdentityProviders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( idpCache UpstreamLDAPIdentityProviderICache, client pinnipedclientset.Interface, ldapIdentityProviderInformer idpinformers.LDAPIdentityProviderInformer, secretInformer corev1informers.SecretInformer, withInformer pinnipedcontroller.WithInformerOptionFunc, ) controllerlib.Controller
New instantiates a new controllerlib.Controller which will populate the provided UpstreamLDAPIdentityProviderICache.
Types ¶
type UpstreamLDAPIdentityProviderICache ¶
type UpstreamLDAPIdentityProviderICache interface {
SetLDAPIdentityProviders([]provider.UpstreamLDAPIdentityProviderI)
}
UpstreamLDAPIdentityProviderICache is a thread safe cache that holds a list of validated upstream LDAP IDP configurations.
Click to show internal directories.
Click to hide internal directories.