diff --git a/pkg/apis/certmanager/v1alpha3/types_certificaterequest.go b/pkg/apis/certmanager/v1alpha3/types_certificaterequest.go index 69bcfe1c3..69e94e8dc 100644 --- a/pkg/apis/certmanager/v1alpha3/types_certificaterequest.go +++ b/pkg/apis/certmanager/v1alpha3/types_certificaterequest.go @@ -110,7 +110,7 @@ type CertificateRequestStatus struct { // CertificateRequestCondition contains condition information for a CertificateRequest. type CertificateRequestCondition struct { - // Type of the condition, currently ('Ready'). + // Type of the condition, currently ('Ready', 'InvalidRequest'). Type CertificateRequestConditionType `json:"type"` // Status of the condition, one of ('True', 'False', 'Unknown').