package v1alpha1
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
SelfSubjectReview(metadata: Option[ObjectMeta] = None, status: Option[SelfSubjectReviewStatus] = None) extends KObject with Product with Serializable
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated.
-
final
case class
SelfSubjectReviewStatus(userInfo: Option[UserInfo] = None) extends Product with Serializable
SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.
Value Members
- object SelfSubjectReview extends Serializable
- object SelfSubjectReviewStatus extends Serializable