Certificate Signing Request Spec Patch
data class CertificateSigningRequestSpecPatch(val extra: Map<String, List<String>>? = null, val groups: List<String>? = null, val request: String? = null, val signerName: String? = null, val uid: String? = null, val usages: List<String>? = null, val username: String? = null)
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.