package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Token_review : sig ... end

Token_review attempts to authenticate a token to a known user. Note: Token_review requests may be cached by the webhook token authenticator plugin in the kube_apiserver.

module Token_review_spec : sig ... end

Token_review_spec is a description of the token authentication request.

module Token_review_status : sig ... end

Token_review_status is the result of the token authentication request.

module User_info : sig ... end

User_info holds the information about the user needed to implement the user.info interface.