UNPKG

@jkcfg/kubernetes

Version:
24 lines 639 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "items" ], "type": "object", "description": "IngressList is a collection of Ingress.", "properties": { "items": { "items": { "$ref": "_definitions.json#/definitions/v1beta1.Ingress" }, "type": [ "array", "null" ], "description": "Items is the list of Ingress." }, "metadata": { "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", "$ref": "_definitions.json#/definitions/unversioned.ListMeta" } } }