mirror of
https://github.com/helm/helm.git
synced 2026-03-09 09:52:53 -04:00
This makes the Table() method more flexible than the original version.
It allows either a map[string]interface{} or a chartutil.Values to be
treated as a table.
|
||
|---|---|---|
| .. | ||
| testdata | ||
| chartfile.go | ||
| chartfile_test.go | ||
| create.go | ||
| create_test.go | ||
| doc.go | ||
| expand.go | ||
| load.go | ||
| load_test.go | ||
| save.go | ||
| save_test.go | ||
| values.go | ||
| values_test.go | ||