TokenRequestStatus

io.k8s.api.authentication.v1.TokenRequestStatus
See theTokenRequestStatus companion object
final case class TokenRequestStatus(expirationTimestamp: Time, token: String)

TokenRequestStatus is the result of a token request.

Attributes

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

Members list

Concise view

Value members

Concrete methods

transforms expirationTimestamp to result of function

transforms expirationTimestamp to result of function

Attributes

Source:
TokenRequestStatus.scala

transforms token to result of function

transforms token to result of function

Attributes

Source:
TokenRequestStatus.scala

Returns a new data with expirationTimestamp set to new value

Returns a new data with expirationTimestamp set to new value

Attributes

Source:
TokenRequestStatus.scala

Returns a new data with token set to new value

Returns a new data with token set to new value

Attributes

Source:
TokenRequestStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product