io.k8s.api.authentication.v1alpha1
Members list
Concise view
Type members
Classlikes
final case class SelfSubjectReview(metadata: Option[ObjectMeta], status: Option[SelfSubjectReviewStatus]) extends KObject
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.
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.
Attributes
- Companion:
- object
- Source:
- SelfSubjectReview.scala
- Graph
- Supertypes
object SelfSubjectReview
Attributes
- Companion:
- class
- Source:
- SelfSubjectReview.scala
- Graph
- Supertypes
- Self type
- SelfSubjectReview.type
final case class SelfSubjectReviewPointer(currentPath: PointerPath) extends Pointer[SelfSubjectReview]
Pointer for SelfSubjectReview
Pointer for SelfSubjectReview
Attributes
- Source:
- SelfSubjectReviewPointer.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Pointer[SelfSubjectReview]class Objecttrait Matchableclass Any
SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.
SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.
Attributes
- Companion:
- object
- Source:
- SelfSubjectReviewStatus.scala
- Graph
- Supertypes
object SelfSubjectReviewStatus
Attributes
- Companion:
- class
- Source:
- SelfSubjectReviewStatus.scala
- Graph
- Supertypes
- Self type
final case class SelfSubjectReviewStatusPointer(currentPath: PointerPath) extends Pointer[SelfSubjectReviewStatus]
Pointer for SelfSubjectReviewStatus
Pointer for SelfSubjectReviewStatus
Attributes
- Source:
- SelfSubjectReviewStatusPointer.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Pointer[SelfSubjectReviewStatus]class Objecttrait Matchableclass Any