CertificateSigningRequestStatus [api_object]ai-synthesized · conf 0.82
CertificateSigningRequestStatus contains conditions used to indicate approved/denied/failed status of the request, and the issued certificate.
certificatessecurity
Represents the status of a Certificate Signing Request (CSR)
Why it matters Provides information about the CSR's current state, such as its approval status and any errors encountered.
Key facts - Contains fields like 'conditions' to track the CSR's progress - Has an 'approved' field indicating whether the CSR has been approved
Common pitfalls - If not properly managed, CSRs can accumulate and cause performance issues
Related CertificateSigningRequest: The object that this status belongs to, CertificateSigningRequestList: A list of Certificate Signing Requests in the cluster
Sources
swagger.json — “io.k8s.api.certificates.v1.CertificateSigningRequestStatus”