ServiceAccountTokenProjection

io.k8s.api.core.v1.ServiceAccountTokenProjection
See theServiceAccountTokenProjection companion object
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).

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
ServiceAccountTokenProjection.scala

transforms path to result of function

transforms path to result of function

Attributes

Source:
ServiceAccountTokenProjection.scala

Returns a new data with audience set to new value

Returns a new data with audience set to new value

Attributes

Source:
ServiceAccountTokenProjection.scala

Returns a new data with expirationSeconds set to new value

Returns a new data with expirationSeconds set to new value

Attributes

Source:
ServiceAccountTokenProjection.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
ServiceAccountTokenProjection.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product