# 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 Returns an error if a certificate could not be parsed, or if the data does not contain any certificates.
NewClientByHost sets up a client by host.
NewClientInCluster should work similarily to the official api NewInClient by setting up a client configuration for use within a k8s pod.
# Variables
No description provided by the author
# Interfaces
Kubernetes ...