# Functions
Create creates a configmap using the values from the ConfigMap struct via the Client.Clientset
Args: ConfigMap - ConfigMap struct Client - Client strucut
Returns: error or nil.
Delete deletes a configmap
Args: Client - client struct from the client module configmap - ConigMap Name namespace - Namespace
Returns: error or nil.
Exists will check if the configmap exists or not
Args: - Pointer to a Client struct
Returns: string (namespace name) OR error type
.
ListAll will list all ConfigMaps
Args:
- Client struct from client module
Returns: - pointer v1.ConfigMapList or error.
Show will list all ConfigMaps
Args:
- Client struct from client module
Returns: - pointer v1.ConfigMapList or error.