helm/pkg/releaseutil
Taylor Thomas 6a91263e38 fix(releaseutil): Removes API version checks from kind sorter
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>
2019-10-29 11:13:03 -06:00
..
filter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
filter_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
kind_sorter.go Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624) 2019-10-10 12:41:55 +01:00
kind_sorter_test.go Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624) 2019-10-10 12:41:55 +01:00
manifest.go change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
manifest_sorter.go fix(releaseutil): Removes API version checks from kind sorter 2019-10-29 11:13:03 -06:00
manifest_sorter_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
manifest_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
sorter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
sorter_test.go Remove reference to stdtime to reduce confusion 2019-10-16 21:01:52 -05:00