website/docs/api-reference/v1.5/documents/_generated_certificatesigni...

1.8 KiB


CertificateSigningRequestStatus v1alpha1

Group Version Kind
Certificates v1alpha1 CertificateSigningRequestStatus
Field Description
certificate
string
If request was approved, the controller will place the issued certificate here.
conditions
CertificateSigningRequestCondition array
Conditions applied to the request, such as approval or denial.

Write Operations

See supported operations below...

Replace

bdocs-tab:kubectl kubectl Command


Coming Soon

bdocs-tab:curl curl Command (requires kubectl proxy to be running)


Coming Soon

bdocs-tab:kubectl Output


Coming Soon

bdocs-tab:curl Response Body


Coming Soon

replace status of the specified CertificateSigningRequest

HTTP Request

PUT /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests/{name}/status

Path Parameters

Parameter Description
name name of the CertificateSigningRequest

Query Parameters

Parameter Description
pretty If 'true', then the output is pretty printed.

Body Parameters

Parameter Description
body
CertificateSigningRequest

Response

Code Description
200
CertificateSigningRequest
OK