SelfSubjectAccessReview
final case class SelfSubjectAccessReview(status: Option[SubjectAccessReviewStatus], spec: SelfSubjectAccessReviewSpec, metadata: Option[ObjectMeta]) extends KObject
SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action