UNPKG

@jkcfg/kubernetes

Version:
21 lines 506 B
{ "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" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }