python/kubernetes/docs/V1beta1CertificateSigningRequestStatus.md
2017-04-05 15:24:07 -07:00

634 B

V1beta1CertificateSigningRequestStatus

Properties

Name Type Description Notes
certificate str If request was approved, the controller will place the issued certificate here. [optional]
conditions **list[V1beta1CertificateSigningRequestCondition]** Conditions applied to the request, such as approval or denial. [optional]

[Back to Model list] [Back to API list] [Back to README]