# Functions
GetID returns ID of a namespace.
Key returns the key under which a configuration for the given namespace should be stored in the data-store.
KeyPrefix returns the key prefix used in the data-store to save the current state of every known K8s namespace.
ParseNamespaceFromKey parses namespace id from the associated data-store key.
# Constants
NamespaceKeyword defines the keyword identifying Namespace data.
# Structs
Namespace provides a scope for resource names.
Label is a key/value pair attached to an object (namespace in this case).
# Type aliases
ID used to uniquely represent a K8s Namespace.