mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
This patch adds the dependency to gcfg in order to parse configuration files. Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
Gcfg reads INI-style configuration files into Go structs; supports user-defined types and subsections. Project page: https://code.google.com/p/gcfg Package docs: http://godoc.org/code.google.com/p/gcfg My other projects: https://speter.net