@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 436 B
JSON
{
"description": "PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.",
"properties": {
"name": {
"description": "`name` is the name of the priority level configuration being referenced Required.",
"type": [
"string",
"null"
]
}
},
"required": [
"name"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}