helmfile/pkg/state
KUOKA Yusuke e2d6dc4afa
feat: helmfile as a go library (#639)
* feat: helmfile as a go library

This removes almost all the dependencies from the helmfile core logic to urfave/cli. `main.go` is now a thin wrapper around the core logic implemented in `pkg/app`.
2019-06-04 09:12:00 +09:00
..
chart_dependency.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
create.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
create_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment_values_loader.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release_filters.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
state_exec_tmpl.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_exec_tmpl_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_run.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
storage.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
testfs.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
types.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00