Update certificaterequest condition doc comment for InvalidRequest

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2020-01-31 13:33:59 +00:00
parent d0d76e1b2c
commit faffe3c600

View File

@ -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').