package
0.4.3
Repository: https://github.com/sub-mod/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewRequestAuthenticator creates an http handler that tries to authenticate the given request as a user, and then stores any such user found onto the provided context for the request.
NewUserRequestContext provides a map for storing and retrieving users associated with requests.

# Variables

No description provided by the author

# Structs

UserRequestContext allows different levels of a call stack to store/retrieve info about the current user associated with an http.Request.

# Interfaces

RequestContext is the interface used to associate a user with an http Request.