ServiceAccountTokenProjection

final case class ServiceAccountTokenProjection(audience: Option[String], expirationSeconds: Option[Int], path: String)

ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

Source:
ServiceAccountTokenProjection.scala
trait Product
trait Equals
class Object
trait Matchable
class Any