package
0.0.2
Repository: https://github.com/thekubeworld/k8devel.git
Documentation: pkg.go.dev

# 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.

# Structs

Instance type refers to the PVC object.