Packages

final case class ServiceAccountToken(token: KeySource) extends K8sAuthentication with Product with Serializable

Authenticate with a service account token

See https://kubernetes.io/docs/reference/access-authn-authz/authentication/#service-account-tokens

token

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

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sAuthentication, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceAccountToken
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. K8sAuthentication
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServiceAccountToken(token: KeySource)

    token

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

Value Members

  1. val token: KeySource