Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + type Signer struct + func NewSigner(cl clientset.Interface, secrets informers.SecretInformer, ...) (*Signer, error) + func (e *Signer) Run(stopCh <-chan struct{}) + type SignerOptions struct + ConfigMapName string + ConfigMapNamespace string + ConfigMapResync time.Duration + SecretResync time.Duration + TokenSecretNamespace string + func DefaultSignerOptions() SignerOptions + type TokenCleaner struct + func NewTokenCleaner(cl clientset.Interface, secrets coreinformers.SecretInformer, ...) (*TokenCleaner, error) + func (tc *TokenCleaner) Run(stopCh <-chan struct{}) + type TokenCleanerOptions struct + SecretResync time.Duration + TokenSecretNamespace string + func DefaultTokenCleanerOptions() TokenCleanerOptions