ServiceAccountToken

final case class ServiceAccountToken(token: KeySource) extends K8sAuthentication

Authenticate with a service account token

Value Params
token

The key source must point to a PEM encoded bearer token file, or a raw bearer token value.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product