UNPKG

@jkcfg/kubernetes

Version:
24 lines 584 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "items" ], "type": "object", "description": "list of horizontal pod autoscaler objects.", "properties": { "items": { "items": { "$ref": "_definitions.json#/definitions/v1.HorizontalPodAutoscaler" }, "type": [ "array", "null" ], "description": "list of horizontal pod autoscaler objects." }, "metadata": { "description": "Standard list metadata.", "$ref": "_definitions.json#/definitions/unversioned.ListMeta" } } }