Review implementation

Signed-off-by: Haoxiang Zhou <haoxiang.zhou@jetstack.io>
This commit is contained in:
Haoxiang Zhou 2020-08-06 18:21:48 +01:00
parent 43a83e71d7
commit a1f7a1fcc3

View File

@ -74,7 +74,7 @@ type IssuerStatus struct {
// Conditions of Issuer/ClusterIssuer resource
Conditions []cmapiv1alpha2.IssuerCondition
// boolean indicating if Issuer/ClusterIssuer is a ACME Issuer/ClusterIssuer
// Defaults to false even Error is not nil
// Defaults to false even when Error is not nil
IsACME bool
}