# Functions
CreateNamespace creates namespace based on given specification.
GetNamespaceDetail gets namespace details.
GetNamespaceList returns a list of all namespaces in the cluster.
GetNamespaceListFromChannels returns a list of all namespaces in the cluster.
# Structs
Namespace is a presentation layer view of Kubernetes namespaces.
NamespaceDetail is a presentation layer view of Kubernetes Namespace resource.
NamespaceList contains a list of namespaces in the cluster.
NamespaceSpec is a specification of namespace to create.
# Type aliases
No description provided by the author