You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,9 @@ The business logic of the controllers can be provided to the libary through the
76
76
If it returns a normal error, the controller will retry with backoff until the `Check` function succeeds.
77
77
If the error is of type `signer.PermanentError`, the controller will not retry automatically. Instead, an increase in Generation is required to recheck the issuer.
78
78
79
-
- The `Sign` function is used by the CertificateRequest controller.
79
+
- The `Sign` function is used by the CertificateRequest controller.
80
80
If it returns a normal error, the `Sign` function will be retried as long as we have not spent more than the configured `MaxRetryDuration` after the certificate request was created.
81
81
If the error is of type `signer.IssuerError`, the error is an error that should be set on the issuer instead of the CertificateRequest.
82
-
If the error is of type `signer.SetCertificateRequestConditionError`, the controller will, additional to setting the ready condition, also set the specified condition. This can be used in case we have to store some additional state in the status.
83
82
If the error is of type `signer.PermanentError`, the controller will not retry automatically. Instead, a new CertificateRequest has to be created.
0 commit comments