UNPKG

@jkcfg/kubernetes

Version:
22 lines 466 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "items" ], "type": "object", "description": "StatefulSetList is a collection of StatefulSets.", "properties": { "items": { "items": { "$ref": "_definitions.json#/definitions/v1beta1.StatefulSet" }, "type": [ "array", "null" ] }, "metadata": { "$ref": "_definitions.json#/definitions/unversioned.ListMeta" } } }