# Functions

ConfigPathFromDirectory determines the kube config location from the HOME environment variable.
FailedPodConditions returns an array of PodConditions that have failed.
NewClient takes in a ClientConfig and generates a new Client to interface with the Kubernetes Cluster as outlined in the ClientConfig.
NotReadyPodContainerStatus returns an array of ContainerStatus for Pod containers that are not ready.
PodIsReady returns true if all Pod Conditions are marked as True and if all Containers are Ready.

# Structs

Client is a wrapper around a Kubernetes Interface.