MCPcopy
hub / github.com/helm/helm / List

Method List

pkg/storage/driver/driver.go:91–91  ·  view source on GitHub ↗
(filter func(release.Releaser) bool)

Source from the content-addressed store, hash-verified

89type Queryor interface {
90 Get(key string) (release.Releaser, error)
91 List(filter func(release.Releaser) bool) ([]release.Releaser, error)
92 Query(labels map[string]string) ([]release.Releaser, error)
93}
94

Callers 15

ListReleasesMethod · 0.65
ListUninstalledMethod · 0.65
ListDeployedMethod · 0.65
ListMethod · 0.65
TestMemoryListFunction · 0.65
ListMethod · 0.65
QueryMethod · 0.65
ListMethod · 0.65
QueryMethod · 0.65
TestSQLListFunction · 0.65
TestSecretListFunction · 0.65
TestConfigMapListFunction · 0.65

Implementers 5

MaxHistoryMockDriverpkg/storage/storage_test.go
SQLpkg/storage/driver/sql.go
ConfigMapspkg/storage/driver/cfgmaps.go
Secretspkg/storage/driver/secrets.go
Memorypkg/storage/driver/memory.go

Calls

no outgoing calls

Tested by 6

ListMethod · 0.52
TestMemoryListFunction · 0.52
TestSQLListFunction · 0.52
TestSecretListFunction · 0.52
TestConfigMapListFunction · 0.52
TestListFunction · 0.52