# 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.
NewClientInCluster should work similarily to the official api NewInClient by setting up a client configuration for use within a k8s pod.
# Variables
ErrReadNamespace is returned when the names could not be read from service account.
# Structs
Deployment is Kubernetes deployment.
DeploymentList.
Metadata defines api request metadata.
Spec defines micro deployment spec.
Status is Kubernetes deployment status.
Template is micro deployment template.
# Interfaces
Kubernetes client.