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