# 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 appropriate stack API version installed.
# Constants
StackAPIV1Alpha3 is returned if it's the most recent version available, and experimental flag is on.
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.