Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is an in-memory signing controller for PodCertificateRequests.
func New ¶
func New(clock clock.PassiveClock, handler SignerImpl, kc kubernetes.Interface, hasher Hasher) *Controller
New creates a new Controller.
func (*Controller) Run ¶
func (c *Controller) Run(ctx context.Context)
type SignerImpl ¶
type SignerImpl interface {
SignerName() string
DesiredClusterTrustBundles() []*certsv1beta1.ClusterTrustBundle
MakeCert(context.Context, *certsv1beta1.PodCertificateRequest) error
}
Click to show internal directories.
Click to hide internal directories.