mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
![]() * Introduce config/collector package to split the collection of config sources out of the config package. Each consumer of the new package will take care of unmarshalling the yaml to a specific Config struct, do validations etc. * Add tests and remove garbage * Follow all config_url chains and test it * Add missing options file and refactor cmdline code * Consolidate the way we merge configs no matter where they come from * Allow and use only files with valid headers Config is specific to Kairos while Collector is generic. This will allow us to do validations which are just related to Kairos at the config level, while including every type of key and querying of the full yaml at the Collector level splitting the responsibilities of each package. --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> |
||
---|---|---|
.. | ||
hooks | ||
agent_options.go | ||
agent_suite_test.go | ||
agent_test.go | ||
agent.go | ||
config.go | ||
iconunix.go | ||
install_test.go | ||
install.go | ||
interactive_install.go | ||
make_art.sh | ||
notify.go | ||
recovery.go | ||
reset.go | ||
upgrade.go | ||
validate_test.go | ||
validate.go |