airshipctl/pkg
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
..
bootstrap Refactor CurrentContextEntryPoint function 2020-04-29 06:17:00 -05:00
cluster Merge "Add phase commandline option for interacting with phases" 2020-04-30 22:42:53 +00:00
clusterctl Skip variables substitution in clusterctl integration 2020-05-06 18:13:45 +00:00
config Ensure map is initialized before assignment 2020-05-07 16:22:52 -05:00
container Fix for Lint warnings 2020-04-28 09:40:57 -05:00
document Merge "Add phase commandline option for interacting with phases" 2020-04-30 22:42:53 +00:00
environment Define a standard for creating commands 2020-04-24 10:50:59 -05:00
errors Add copyright for missing files 2020-04-09 08:35:59 -05:00
k8s Fix Lint warnings: Missing comments for functions 2020-04-29 16:54:01 -05:00
log Add copyright for missing files 2020-04-09 08:35:59 -05:00
phase/apply Add phase commandline option for interacting with phases 2020-04-30 12:34:07 -05:00
remote Add mutual exclusivity to manager host selectors 2020-05-06 18:21:26 +00:00
secret Add copyright for missing files 2020-04-09 08:35:59 -05:00
util Increase test coverage 2020-05-01 07:43:33 -05:00
version [#204] Refactoring for version cmd 2020-05-06 09:05:19 -07:00