View Source K8s.Conn.Auth.ServiceAccount (k8s v2.6.1)

Authentication using a service account token

This starts a genserver ServiceAccountWorker that will periodically refresh the token.

Summary

Types

@type t() :: %K8s.Conn.Auth.ServiceAccount{target: GenServer.server()}