Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type Controller struct + func New(clock clock.PassiveClock, handler SignerImpl, kc kubernetes.Interface, ...) *Controller + func (c *Controller) Run(ctx context.Context, workers int) + type Hasher interface + AssignedToThisReplica func(ctx context.Context, item string) bool + type SignerImpl interface + DesiredClusterTrustBundles func() ([]*certsv1beta1.ClusterTrustBundle, error) + MakeCert func(context.Context, *certsv1beta1.PodCertificateRequest) error + SignerName func() string