@jkcfg/kubernetes
Version:
jk Kubernetes library
20 lines • 567 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "NamespaceSpec describes the attributes on a Namespace.",
"properties": {
"finalizers": {
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
],
"description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#finalizers"
}
}
}