mirror of
https://github.com/helm/helm.git
synced 2026-03-14 22:53:51 -04:00
* feat: add pkg/action to encapsulate action logic Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * feat: replace client/server internals with action package While we removed Tiller, we left the internal client/server architecture mostly intact. This replaces that architecture with the `pkg/action` package. This implements the action package for list, but nothing else. Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * feat: Add install and refactor some tests This adds install to the action package, and then fixes up a lot of testing. Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: Move a bunch of sorters to the releaseutils package Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * fix: updated APIs and fixed a failed test Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> * Use var for timestamper, instead of adding as a struct field Signed-off-by: Matt Butcher <matt.butcher@microsoft.com> |
||
|---|---|---|
| .. | ||
| filter.go | ||
| filter_test.go | ||
| kind_sorter.go | ||
| kind_sorter_test.go | ||
| manifest.go | ||
| manifest_sorter.go | ||
| manifest_sorter_test.go | ||
| manifest_test.go | ||
| sorter.go | ||
| sorter_test.go | ||