# Functions
CreateConfig will create a config as configmap based on the struct InstanceConfig
Args:
- Client struct from client module - InstanceConfig
Returns: - nil or error.
CreateSecret will create a config as configmap based on the struct InstanceConfig
Args:
- Client struct from client module - InstanceSecret struct
Returns: - nil or error.
Deploy will download yaml files from metallb and deploy in the environment
Args:
- Client struct from client module - version to deploy
Returns: - pointer v1.ConfigMapList or error.
# Structs
InstanceConfig type refers to the Metallb Config.