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
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SelfSubjectReview.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SelfSubjectReviewStatus(userInfo: Option[UserInfo])

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
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SelfSubjectReviewStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type