airshipctl/pkg/phase
Ruslan Aliev a6363f1c1e Run image build command like a phase
We perform almost the same activities prior calling createBootstrapIso
function like we do that in phase executor, also image build command
now is techically outdated since it doesn't work because it fails with
"phase document was not found" error. This patch removes unnecessary
functions like GenerateBootstrapIso and runs image build command in
a phase way. Test coverage increases slightly (by 0.2%) by removing
partially duplicating code which was not tested properly. Minor bug
fixes included.

Change-Id: I545004cea721164838b296ae647a7651cde248ff
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2020-10-13 17:48:55 -05:00
..
ifc Run image build command like a phase 2020-10-13 17:48:55 -05:00
testdata Replace PrimaryRepositoryName with PhaseRepositoryName 2020-10-12 15:28:27 +03:00
client.go Fix kubeconfig flag to be passed to executor 2020-10-13 01:07:49 +00:00
client_test.go Add test to phase bundleFactory 2020-09-29 00:40:15 +00:00
command.go Run image build command like a phase 2020-10-13 17:48:55 -05:00
command_test.go Add phase command objects 2020-09-12 15:21:12 +00:00
errors.go Use BundleFactory instead of bundle in executors 2020-09-28 19:39:05 -05:00
helper.go Merge "Fix ListPhases to return not empty phase docs" 2020-09-29 17:47:31 +00:00
helper_test.go Replace PrimaryRepositoryName with PhaseRepositoryName 2020-10-12 15:28:27 +03:00
render.go Implement render methods 2020-09-23 03:06:51 +00:00
render_test.go Implement render methods 2020-09-23 03:06:51 +00:00