@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 506 B
JSON
{
"description": "NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface",
"properties": {
"path": {
"description": "Path is the URL path of the request",
"type": [
"string",
"null"
]
},
"verb": {
"description": "Verb is the standard HTTP verb",
"type": [
"string",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}