airshipctl/cmd/phase
Kostiantyn Kalynovskyi 2f1b520ab2 Change executor interface to accept channels
Now Run method will accept channels that they will write
events to, this will allow us to pass channels we want to them,
instead of execting them to return us a channel.

Wait method is removed from interface for now, as it needs more
design.

Change-Id: Ibd47dfe49172f537b79bcc8f83f7c76aece8e862
2020-08-18 09:05:56 -05:00
..
testdata Add airshipctl phase run 2020-08-10 16:07:45 -05:00
apply_test.go Integrate cli-utils applier with phases. 2020-07-15 11:10:37 -05:00
apply.go Integrate cli-utils applier with phases. 2020-07-15 11:10:37 -05:00
phase_test.go Add phase commandline option for interacting with phases 2020-04-30 12:34:07 -05:00
phase.go Add airshipctl phase run 2020-08-10 16:07:45 -05:00
plan_test.go Introduce phases and phase plan 2020-06-23 13:12:36 +04:00
plan.go Introduce phases and phase plan 2020-06-23 13:12:36 +04:00
render_test.go Implement document rendering sub-command 2020-05-22 12:05:44 +04:00
render.go Implement document rendering sub-command 2020-05-22 12:05:44 +04:00
run_test.go Add airshipctl phase run 2020-08-10 16:07:45 -05:00
run.go Change executor interface to accept channels 2020-08-18 09:05:56 -05:00