• Matt Butcher's avatar
    feat(helm,tiller): add support for list filters · dfc9693a
    Matt Butcher authored
    This adds support for filtering list results. Filter strings are
    passed from Helm to Tiller, where they are compiled as regular
    expressions and executed against the list of releases. Only matching
    releases are returned.
    
    Filters are applied before limits and sorts.
    dfc9693a
Name
Last commit
Last update
..
testdata Loading commit data...
create.go Loading commit data...
delete.go Loading commit data...
fetch.go Loading commit data...
fetch_test.go Loading commit data...
get.go Loading commit data...
helm.go Loading commit data...
home.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
install.go Loading commit data...
lint.go Loading commit data...
list.go Loading commit data...
package.go Loading commit data...
repo.go Loading commit data...
repo_test.go Loading commit data...
search.go Loading commit data...
search_test.go Loading commit data...
serve.go Loading commit data...
status.go Loading commit data...
structure.go Loading commit data...
update.go Loading commit data...