# Functions
Create will create a deployment
Args: - Client struct from client module - Deployment from this module
Returns: - error.
Delete will delete an deployment
Args: - Client struct from client module - deployment name - namespace Return: - error or nil.
Exists will check if the service exists or not
Args: Pointer to a Client struct Service Name Namespace
Returns: string (namespace name) OR error type
.