# Functions
Create will create a namespace
Args: - Pointer to a Client struct - namespace name
Returns: error or nil
.
Delete will delete a namespace
Args: - Pointer to a Client struct - namespace name
Returns: error or nil
.
Exists will check if the namespace exists or not
Args: - Pointer to a Client struct - namespace name
Returns: string (namespace name) OR error type
.
List will list all Namespaces
Args:
- Client struct from client module
Returns: - pointer v1.NamespaceList or error.