type SignerOptions …
func DefaultSignerOptions() SignerOptions { … }
type Signer …
func NewSigner(cl clientset.Interface, secrets informers.SecretInformer, configMaps informers.ConfigMapInformer, options SignerOptions) (*Signer, error) { … }
func (e *Signer) Run(ctx context.Context) { … }
func (e *Signer) pokeConfigMapSync() { … }
func (e *Signer) serviceConfigMapQueue(ctx context.Context) { … }
func (e *Signer) signConfigMap(ctx context.Context) { … }
func (e *Signer) updateConfigMap(ctx context.Context, cm *v1.ConfigMap) { … }
func (e *Signer) getConfigMap() *v1.ConfigMap { … }
func (e *Signer) listSecrets() []*v1.Secret { … }
func (e *Signer) getTokens(ctx context.Context) map[string]string { … }