UNPKG

@jkcfg/kubernetes

Version:
20 lines 560 B
{ "description": "NamespaceSpec describes the attributes on a Namespace.", "properties": { "finalizers": { "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", "type": [ "array", "null" ], "items": { "type": [ "string", "null" ] } } }, "$schema": "http://json-schema.org/schema#", "type": "object" }