MCPcopy
hub / github.com/helm/helm / Get

Method Get

pkg/storage/driver/driver.go:90–90  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

88// Query returns the set of all releases that match the provided label set.
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}

Callers 15

GetMethod · 0.65
TestStorageCreateFunction · 0.65
TestStorageUpdateFunction · 0.65
GetMethod · 0.65
GetMethod · 0.65
CreateMethod · 0.65
DeleteMethod · 0.65
TestMemoryGetFunction · 0.65
TestMemoryUpdateFunction · 0.65
TestMemoryDeleteFunction · 0.65
GetMethod · 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 15

TestStorageCreateFunction · 0.52
TestStorageUpdateFunction · 0.52
GetMethod · 0.52
TestMemoryGetFunction · 0.52
TestMemoryUpdateFunction · 0.52
TestMemoryDeleteFunction · 0.52
TestSQLGetFunction · 0.52
TestSecretGetFunction · 0.52
TestSecretCreateFunction · 0.52
TestSecretUpdateFunction · 0.52
TestSecretDeleteFunction · 0.52