# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
# Variables
SchemeGroupVersion is group version used to register these objects.
# Structs
BoundObjectReference BoundObjectReference is a reference to an object that a token is bound to.
SelfSubjectReview SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request.
SelfSubjectReviewStatus SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.
TokenRequest TokenRequest requests a token for a given service account.
TokenRequestSpec TokenRequestSpec contains client provided parameters of a token request.
TokenRequestStatus TokenRequestStatus is the result of a token request.
TokenReview TokenReview attempts to authenticate a token to a known user.
TokenReviewSpec TokenReviewSpec is a description of the token authentication request.
TokenReviewStatus TokenReviewStatus is the result of the token authentication request.
UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.