Standardise the name of controllers so there is consistency across the

project

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
joshvanl 2021-03-23 16:08:59 +00:00
parent f4f379066e
commit dd0b2bf510
6 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ import (
)
const (
ControllerName = "CertificateIssuing"
ControllerName = "certificates-issuing"
)
type localTemporarySignerFn func(crt *cmapi.Certificate, pk []byte) ([]byte, error)

View File

@ -49,7 +49,7 @@ import (
)
const (
ControllerName = "CertificateKeyManager"
ControllerName = "certificates-key-manager"
)
var (

View File

@ -32,7 +32,7 @@ import (
)
const (
ControllerName = "CertificateMetrics"
ControllerName = "certificates-metrics"
)
// controllerWrapper wraps the `controller` structure to make it implement

View File

@ -46,7 +46,7 @@ import (
)
const (
ControllerName = "CertificateReadiness"
ControllerName = "certificates-readiness"
ReadyReason = "Ready"
)

View File

@ -51,7 +51,7 @@ import (
)
const (
ControllerName = "CertificateRequestManager"
ControllerName = "certificates-request-manager"
)
var (

View File

@ -47,7 +47,7 @@ import (
)
const (
ControllerName = "CertificateTrigger"
ControllerName = "certificates-trigger"
// the amount of time after the LastFailureTime of a Certificate
// before the request should be retried.