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

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