python/kubernetes/docs/V1beta1CertificateSigningRequestSpec.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.3 KiB

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]