From faffe3c600707b908632cc2d7f2ce5fc5447a227 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 31 Jan 2020 13:33:59 +0000 Subject: [PATCH] Update certificaterequest condition doc comment for InvalidRequest Signed-off-by: James Munnelly --- pkg/apis/certmanager/v1alpha3/types_certificaterequest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').