@jkcfg/kubernetes
Version:
jk Kubernetes library
22 lines • 466 B
JSON
{
"$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"
}
}
}