package v1beta1
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. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
-
final
case class
SelfSubjectReviewPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReview] with Product with Serializable
Pointer for SelfSubjectReview
-
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.
-
final
case class
SelfSubjectReviewStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReviewStatus] with Product with Serializable
Pointer for SelfSubjectReviewStatus
Value Members
- object SelfSubjectReview extends Serializable
- object SelfSubjectReviewStatus extends Serializable