SelfSubjectReviewStatus

io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus
See theSelfSubjectReviewStatus companion object
final case class SelfSubjectReviewStatus(userInfo: Option[UserInfo])

SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

Attributes

Companion:
object
Source:
SelfSubjectReviewStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if userInfo has a value, transforms to the result of function

if userInfo has a value, transforms to the result of function

Attributes

Source:
SelfSubjectReviewStatus.scala

Returns a new data with userInfo set to new value

Returns a new data with userInfo set to new value

Attributes

Source:
SelfSubjectReviewStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product