Standardise the name of controllers so there is consistency across the
project Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
parent
f4f379066e
commit
dd0b2bf510
@ -51,7 +51,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ControllerName = "CertificateIssuing"
|
||||
ControllerName = "certificates-issuing"
|
||||
)
|
||||
|
||||
type localTemporarySignerFn func(crt *cmapi.Certificate, pk []byte) ([]byte, error)
|
||||
|
||||
@ -49,7 +49,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ControllerName = "CertificateKeyManager"
|
||||
ControllerName = "certificates-key-manager"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@ -32,7 +32,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ControllerName = "CertificateMetrics"
|
||||
ControllerName = "certificates-metrics"
|
||||
)
|
||||
|
||||
// controllerWrapper wraps the `controller` structure to make it implement
|
||||
|
||||
@ -46,7 +46,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ControllerName = "CertificateReadiness"
|
||||
ControllerName = "certificates-readiness"
|
||||
ReadyReason = "Ready"
|
||||
)
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ControllerName = "CertificateRequestManager"
|
||||
ControllerName = "certificates-request-manager"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user