# Functions
GetKubernetesHost return the kubernetes cluster domain name used in the ~/.kube/config file The returned host takes the form : mydomainname.com Notice : this is just the host, without any schema or port.
KubeConfigDefaultPath return the kubernetes default config path.
NewClient return a new kubernetes client.
No description provided by the author
No description provided by the author
NewJobRepository returns a new JobRepository.
NewNamespaceRepository returns a new NamespaceRepository.
NewPodRepository returns a new PodRepository.
NewServiceRepository returns a new ServiceRepository It takes as parameter a go-client kubernetes client and the kubernetes cluster host (domain name or ip).
No description provided by the author