⎈ k8s knowledge compiler

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.jsonio.k8s.api.certificates.v1.CertificateSigningRequestStatus

Related (2)

related_to CertificateSigningRequestConditionreferences type conf=1
related_to CertificateSigningRequestreferences type conf=1

← all API Explorer