mirror of
https://github.com/helm/helm.git
synced 2026-03-05 06:52:00 -05:00
The sorting method for manifests contained a check to see if the API version existed. This violates separation of concerns as the sorter should just sort and leave validation to other parts of the code. Signed-off-by: Taylor Thomas <taylor.thomas@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 | ||