@jkcfg/kubernetes
Version:
jk Kubernetes library
24 lines • 678 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"rules"
],
"type": "object",
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
"properties": {
"rules": {
"items": {
"$ref": "_definitions.json#/definitions/v1alpha1.PolicyRule"
},
"type": [
"array",
"null"
],
"description": "Rules holds all the PolicyRules for this ClusterRole"
},
"metadata": {
"description": "Standard object's metadata.",
"$ref": "_definitions.json#/definitions/v1.ObjectMeta"
}
}
}