mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-19 10:09:13 +10:00
Update certificaterequest condition doc comment for InvalidRequest
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
@@ -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').
|
||||
|
||||
Reference in New Issue
Block a user