@jkcfg/kubernetes
Version:
jk Kubernetes library
20 lines • 500 B
JSON
{
"description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.",
"properties": {
"limits": {
"description": "Limits is the list of LimitRangeItem objects that are enforced.",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem"
},
"type": [
"array",
"null"
]
}
},
"required": [
"limits"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}