Documentation ¶
Overview ¶
Package signer implements a CA signer that uses keys stored on local disk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSRSigningController ¶ added in v1.18.0
type CSRSigningController struct {
// contains filtered or unexported fields
}
func NewCSRSigningController ¶
func NewCSRSigningController( client clientset.Interface, csrInformer certificatesinformers.CertificateSigningRequestInformer, caFile, caKeyFile string, certTTL time.Duration, ) (*CSRSigningController, error)
func (*CSRSigningController) Run ¶ added in v1.18.0
func (c *CSRSigningController) Run(workers int, stopCh <-chan struct{})
Run the main goroutine responsible for watching and syncing jobs.
Click to show internal directories.
Click to hide internal directories.