Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.26 KB

File metadata and controls

16 lines (12 loc) · 1.26 KB

V1beta1CertificateSigningRequestSpec

This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.

Properties

Name Type Description Notes
extra dict(str, list[str]) Extra information about the requesting user. See user.Info interface for details. [optional]
groups list[str] Group information about the requesting user. See user.Info interface for details. [optional]
request str Base64-encoded PKCS#10 CSR data
uid str UID information about the requesting user. See user.Info interface for details. [optional]
usages list[str] allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 https://tools.ietf.org/html/rfc5280#section-4.2.1.12 [optional]
username str Information about the requesting user. See user.Info interface for details. [optional]

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