UNPKG
@jkcfg/kubernetes
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
jk Kubernetes library
github.com/jkcfg/kubernetes
jkcfg/kubernetes
@jkcfg/kubernetes
/
schemas
/
v1.10.0-local
/
tokenreviewspec-authentication-v1beta1.json
14 lines
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"description"
:
"TokenReviewSpec is a description of the token authentication request."
,
"properties"
: {
"token"
: {
"description"
:
"Token is the opaque bearer token."
,
"type"
: [
"string"
,
"null"
] } },
"
$schema
"
:
"http://json-schema.org/schema#"
,
"type"
:
"object"
}