@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 970 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"spec"
],
"type": "object",
"description": "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.",
"properties": {
"status": {
"description": "Status is filled in by the server and indicates whether the request is allowed or not",
"$ref": "_definitions.json#/definitions/v1beta1.SubjectAccessReviewStatus"
},
"spec": {
"description": "Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.",
"$ref": "_definitions.json#/definitions/v1beta1.SubjectAccessReviewSpec"
},
"metadata": {
"$ref": "_definitions.json#/definitions/v1.ObjectMeta"
}
}
}