summaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go')
-rw-r--r--certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go b/certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go
index d41712d3..fc1772e9 100644
--- a/certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go
+++ b/certServiceK8sExternalProvider/src/cmpv2controller/status_reason.go
@@ -21,8 +21,8 @@
package cmpv2controller
const (
- NotFound = "NotFound"
+ NotFound = "NotFound"
ValidationFailed = "ValidationFailed"
- Error = "Error"
- Verified = "Verified"
+ Error = "Error"
+ Verified = "Verified"
)