# Packages
No description provided by the author
# Functions
Clients returns an OpenShift and Kubernetes client with the credentials of the named service account TODO: change return types to client.Interface/kclient.Interface to allow auto-reloading credentials.
IsValidServiceAccountToken returns true if the given secret contains a service account token valid for the given service account.
# Structs
ClientLookupTokenRetriever uses its client to look up a service account token.
# Interfaces
TokenRetriever defined an interface for getting an API token for a service account.