Update certificaterequest condition doc comment for InvalidRequest
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
d0d76e1b2c
commit
faffe3c600
@ -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').
|
||||
|
||||
Loading…
Reference in New Issue
Block a user