ServiceAccountTokenProjection

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

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

Value members

Concrete methods

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

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

Source:
ServiceAccountTokenProjection.scala

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

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

Source:
ServiceAccountTokenProjection.scala

transforms path to result of function

transforms path to result of function

Source:
ServiceAccountTokenProjection.scala

Returns a new data with audience set to new value

Returns a new data with audience set to new value

Source:
ServiceAccountTokenProjection.scala

Returns a new data with expirationSeconds set to new value

Returns a new data with expirationSeconds set to new value

Source:
ServiceAccountTokenProjection.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
ServiceAccountTokenProjection.scala

Inherited methods

Inherited from:
Product