UNPKG

@jkcfg/kubernetes

Version:
20 lines 500 B
{ "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" }