UNPKG

@jkcfg/kubernetes

Version:
14 lines 323 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "TokenReviewSpec is a description of the token authentication request.", "properties": { "token": { "type": [ "string", "null" ], "description": "Token is the opaque bearer token." } } }