MCPcopy
hub / github.com/helm/helm / Update

Method Update

pkg/storage/driver/driver.go:70–70  ·  view source on GitHub ↗
(key string, rls release.Releaser)

Source from the content-addressed store, hash-verified

68// ErrReleaseNotFound if the release does not exist.
69type Updator interface {
70 Update(key string, rls release.Releaser) error
71}
72
73// Deletor is the interface that wraps the Delete method.

Callers 10

UpdateMethod · 0.65
TestStorageUpdateFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
TestMemoryUpdateFunction · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
TestSqlUpdateFunction · 0.65
TestSecretUpdateFunction · 0.65
TestConfigMapUpdateFunction · 0.65

Implementers 15

Managerpkg/downloader/manager.go
Storagepkg/storage/storage.go
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
MockConfigMapsInterfacepkg/storage/driver/mock_test.go
MockSecretsInterfacepkg/storage/driver/mock_test.go
secretClientpkg/action/lazyclient.go
configMapClientpkg/action/lazyclient.go
Filepkg/repo/v1/repo.go

Calls

no outgoing calls

Tested by 6

TestStorageUpdateFunction · 0.52
UpdateMethod · 0.52
TestMemoryUpdateFunction · 0.52
TestSqlUpdateFunction · 0.52
TestSecretUpdateFunction · 0.52
TestConfigMapUpdateFunction · 0.52