helm/pkg/storage/driver
Justin Scott fa68a6e1db fix(tiller): remove locking system from storage and rely on backend controls
Tiller currently hangs indefinitely when deadlocks arise from certain
concurrent operations. This commit removes the nested mutex locking
system from pkg/Storage and relies on resource contention controls in k8s.

Closes #2560
2017-07-19 16:02:38 -07:00
..
cfgmaps.go fix(tiller): remove locking system from storage and rely on backend controls 2017-07-19 16:02:38 -07:00
cfgmaps_test.go feat(*): add --namespace flag to 'helm list' 2017-02-07 10:20:28 -06:00
driver.go Correct punctuation and capitalization for user facing strings. 2017-06-26 10:23:26 -07:00
labels.go ref(*): remove dead code 2017-01-04 23:45:47 -08:00
labels_test.go feat(rollback-storage): gofmt, added missing license headers, and canconical import paths 2016-09-08 08:39:26 -06:00
memory.go Added release-name to helm delete error 2017-04-11 09:41:07 -07:00
memory_test.go feat(*): add --namespace flag to 'helm list' 2017-02-07 10:20:28 -06:00
mock_test.go ref(*): kubernetes v1.6 2017-04-11 15:42:23 -07:00
records.go Added release-name to helm delete error 2017-04-11 09:41:07 -07:00
records_test.go feat(*): add --namespace flag to 'helm list' 2017-02-07 10:20:28 -06:00