TokenReview

final case class TokenReview(status: Option[TokenReviewStatus], spec: TokenReviewSpec, metadata: Option[ObjectMeta]) extends KObject

TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

Source:
TokenReview.scala
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def group: String
Inherited from:
KObject
Source:
ResourceKind.scala
Inherited from:
Product

Inherited fields

final lazy val apiVersion: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String
Inherited from:
KObject
Source:
ResourceKind.scala