io.k8s.api.authentication.v1beta1

Members list

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.

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.

Attributes

Companion
object
Source
SelfSubjectReview.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
SelfSubjectReview.scala
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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