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

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

# Structs

Instance type refers to the Deployment object.