# README
Kubernetes client libraries
This package (and sub-packages) holds the client libraries for the kubernetes integration in the docker platform. Most of the code is currently generated.
# Functions
GetStackAPIVersion returns the most recent stack API installed.
NewKubernetesConfig resolves the path to the desired Kubernetes configuration file based on the KUBECONFIG environment variable and command line flags.
# Constants
StackAPIV1Beta1 is returned if it's the most recent version available.
StackAPIV1Beta2 is returned if it's the most recent version available.
# Type aliases
StackVersion represents the detected Compose Component on Kubernetes side.