Documentation ¶
Overview ¶
Package encoding implements utilities for decoding from yaml the `kind` Config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
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. If path == "" then the default config is returned If path == "-" then reads from stdin
func Parse ¶ added in v0.6.0
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
func V1Alpha3ToInternal ¶
V1Alpha3ToInternal converts to the internal API version
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.