UNPKG

@jkcfg/kubernetes

Version:
15 lines 768 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", "properties": { "nonResourceAttributes": { "description": "NonResourceAttributes describes information for a non-resource access request", "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1beta1.NonResourceAttributes" }, "resourceAttributes": { "description": "ResourceAuthorizationAttributes describes information for a resource access request", "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1beta1.ResourceAttributes" } } }