Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 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) + type Hasher interface + AssignedToThisReplica func(ctx context.Context, item string) bool + type SignerImpl interface + DesiredClusterTrustBundles func() []*certsv1beta1.ClusterTrustBundle + MakeCert func(context.Context, *certsv1beta1.PodCertificateRequest) error + SignerName func() string