# Functions
Load reads the file at path and attempts to convert into a `kind` Config; the file can be one of the different API versions defined in scheme.
Parse parses a cluster config from raw (yaml) bytes It will always return the current internal version after defaulting and conversion from the read version.
V1Alpha4ToInternal converts to the internal API version.