# Functions
GetUserPrincipleNameFromToken reads the upn claim value from a token The JWT signature is not validated, so ensure that the token signature is valid before using this function.
NewAccounts creates a new Accounts struct.
NewImpersonation Constructor.
# Structs
Accounts contains accounts for accessing k8s API.
DefaultController Default implementation.
Impersonation holds user and group to impersonate.
Route Describe route.
# Interfaces
Controller Pattern of an rest/stream controller.