# Functions
Create will create a PVC
Args: - Client struct from client module - Instance struct from pod module
Return: - error or nil.
Delete will delete a pvc
Args: - Pointer to a Client struct - namespace name - pvc name
Returns: error or nil
.
List will list all Namespaces
Args:
- Client struct from client module
Returns: - pointer v1.NamespaceList or error.