@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.",
"required": [
"limits"
],
"properties": {
"limits": {
"description": "Limits is the list of LimitRangeItem objects that are enforced.",
"type": [
"array",
"null"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem"
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}