airshipctl/pkg/config
Ruslan Aliev 90f80d55b9 Ensure map is initialized before assignment
Attempts to write to a nil map will cause a runtime panic,
since we don't have explicit checks whether the map is nil
or not - they were added with proper initialization using make.
Appropriate test configuration was added.

Change-Id: Ib50686de44b782fdc881bd4608dd74588fce93bd
Relates-To: #190
Closes: #190
2020-05-07 16:22:52 -05:00
..
testdata Add management configuration module 2020-04-24 21:14:16 +00:00
authinfo_test.go Improve config package organization pt.1 2020-04-27 20:54:59 +04:00
authinfo.go Improve config package organization pt.1 2020-04-27 20:54:59 +04:00
bootstrap.go Improve config package organization pt.2 2020-04-29 18:49:00 +04:00
cluster_test.go Improve config package organization pt.1 2020-04-27 20:54:59 +04:00
cluster.go Improve config package organization pt.1 2020-04-27 20:54:59 +04:00
config_helper_test.go Organize CLI helper functions 2020-04-17 09:28:18 -05:00
config_helper.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
config_test.go Ensure map is initialized before assignment 2020-05-07 16:22:52 -05:00
config.go Ensure map is initialized before assignment 2020-05-07 16:22:52 -05:00
constants.go Add command line library to integrate clusterctl with airshipctl 2020-04-30 16:31:42 -05:00
context.go Improve config package organization pt.2 2020-04-29 18:49:00 +04:00
errors.go Switch to strongly-typed errors 2020-04-30 22:31:25 -05:00
manifest.go Improve config package organization pt.2 2020-04-29 18:49:00 +04:00
options_test.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
options.go Switch to strongly-typed errors 2020-04-30 22:31:25 -05:00
repo_test.go Refactored airshipctl config 2020-04-22 19:26:07 -07:00
repo.go Fix for Lint warnings 2020-04-28 09:40:57 -05:00
types.go Improve config package organization pt.2 2020-04-29 18:49:00 +04:00
utils.go Merge "Fix for Lint warnings" 2020-04-28 18:32:20 +00:00