# Functions
CertPoolFromFile returns an x509.CertPool containing the certificates in the given PEM-encoded file.
CertsFromPEM returns the x509.Certificates contained in the given PEM-encoded byte array.
NewClientByHost sets up a client by host.
NewClientInCluster should work similarly to the official api NewInClient by setting up a client configuration for use within a k8s pod.
# Variables
ErrReadNamespace error when failed to read namespace.
# Interfaces
Kubernetes ...