airshipctl/pkg/phase
Ruslan Aliev 92ce88fc29 Allow relative and ~ path for container mount
This patch allow to specify relative and home (~/) path for container
mounts.src field. In case if specified path is not absolute, it will be
created by following pattern: 'targetPath+mounts.src'; in case if path
contains ~/ - it will be properly expanded (it will allow us to mount
~/.airship working directory).

Change-Id: I878094371a2bc4e48216b1d076e466e3d29a86f6
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #484
Closes: #484
2021-03-25 16:41:30 -05:00
..
errors Refactor phase related errors 2021-03-23 22:04:28 -05:00
executors Allow relative and ~ path for container mount 2021-03-25 16:41:30 -05:00
ifc Updated executor definition to introduce a status interface 2021-03-10 13:14:08 +00:00
testdata Add multiple kubeconifg sources to ClusterMap 2021-03-10 18:22:30 +00:00
client.go Merge "Remove deprecated options for phase/plan run cmd" 2021-03-25 06:20:03 +00:00
client_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
command.go Add phase status command 2021-03-25 12:36:01 +00:00
command_test.go Add phase status command 2021-03-25 12:36:01 +00:00
helper.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
helper_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
render.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
render_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00