airshipctl/pkg/config
Ian Howell e48b436680 This commit prevents NewConfig from returning errors
Prior to this commit, NewConfig was setting up a new Config object and
filling it with a new kubeconfig object. The process for creating a
kubeconfig object has the potential to return an error. This commit
removes the creation of that object from NewConfig, delegating creation
of kubeconfig objects to more appropriate functions, such as LoadConfig.

Change-Id: I57a040f2e76bbc003eb82171f382e80425b37870
2019-11-12 10:09:36 -06:00
..
testdata Remove the need for reflect for testing config 2019-11-06 16:34:52 -06:00
cmds.go airshipctl config (replace 686508) 2019-11-05 15:42:42 +00:00
cmds_test.go This updates the current unit tests for testify 2019-11-07 12:15:06 -06:00
cmds_types.go airshipctl config (replace 686508) 2019-11-05 15:42:42 +00:00
config.go This commit prevents NewConfig from returning errors 2019-11-12 10:09:36 -06:00
config_test.go This updates the current unit tests for testify 2019-11-07 12:15:06 -06:00
constants.go airshipctl config (replace 686508) 2019-11-05 15:42:42 +00:00
test_utils.go This commit prevents NewConfig from returning errors 2019-11-12 10:09:36 -06:00
types.go airshipctl config (replace 686508) 2019-11-05 15:42:42 +00:00
utils.go This commit prevents NewConfig from returning errors 2019-11-12 10:09:36 -06:00