UNPKG

@jkcfg/kubernetes

Version:
20 lines 567 B
{ "$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" } } }