MCPcopy
hub / github.com/helm/helm / Query

Method Query

pkg/storage/driver/driver.go:92–92  ·  view source on GitHub ↗
(labels map[string]string)

Source from the content-addressed store, hash-verified

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
95// Driver is the interface composed of Creator, Updator, Deletor, and Queryor

Callers 9

DeployedAllMethod · 0.65
HistoryMethod · 0.65
QueryMethod · 0.65
TestMemoryQueryFunction · 0.65
TestMemoryDeleteFunction · 0.65
TestSqlQueryFunction · 0.65
TestSecretQueryFunction · 0.65
TestConfigMapQueryFunction · 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 7

QueryMethod · 0.52
TestMemoryQueryFunction · 0.52
TestMemoryDeleteFunction · 0.52
TestSqlQueryFunction · 0.52
TestSecretQueryFunction · 0.52
TestConfigMapQueryFunction · 0.52