-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure how resource allocation/deallocation/read steps are defin…
…ed and executed (#645) * Restructure how resource allocation/deallocation/read steps are defined and executed. Defining steps as a slice of structures at least removes the necessity to renumber the progress indicator when inserting new steps (or removin them). * Fix aws allocation steps. * Fix typo. * Handle deletion of non-existant buckets in aws. * Apparently we're using os.Env to pass parameters between resources the in the k8s implementation of the task resource. This is just a temporary fix - the k8s provider needs a serious refactoring. * Revert change. Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
- Loading branch information
Showing
7 changed files
with
542 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.