UNPKG

@jkcfg/kubernetes

Version:
20 lines 491 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "limits" ], "type": "object", "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.", "properties": { "limits": { "items": { "$ref": "_definitions.json#/definitions/v1.LimitRangeItem" }, "type": [ "array", "null" ], "description": "Limits is the list of LimitRangeItem objects that are enforced." } } }