@jkcfg/kubernetes
Version:
jk Kubernetes library
24 lines • 715 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"items"
],
"type": "object",
"description": "NamespaceList is a list of Namespaces.",
"properties": {
"items": {
"items": {
"$ref": "_definitions.json#/definitions/v1.Namespace"
},
"type": [
"array",
"null"
],
"description": "Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces"
},
"metadata": {
"description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds",
"$ref": "_definitions.json#/definitions/unversioned.ListMeta"
}
}
}