# Functions
NewKubeClient initializes a new client for Kubernetes.
NewMetrics register new metrics service WARNING: you cannot call this method twice passing the same name otherwise, it can cause panic.
# Structs
KubeClient implements structure for Kubernetes Client.
Metrics is a simple struct with some metric templates.
# Interfaces
KubeClientInterface defines the interface for Kubernetes Client.