MCPcopy
hub / github.com/helm/helm / Create

Method Create

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

Source from the content-addressed store, hash-verified

60// if an identical release already exists.
61type Creator interface {
62 Create(key string, rls release.Releaser) error
63}
64
65// Updator is the interface that wraps the Update method.

Callers 15

CreateMethod · 0.65
TestStorageCreateFunction · 0.65
TestStorageUpdateFunction · 0.65
TestStorageDeleteFunction · 0.65
TestStorageListFunction · 0.65
TestStorageDeployedFunction · 0.65
TestStorageHistoryFunction · 0.65
CreateMethod · 0.65

Implementers 13

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
Clientpkg/kube/client.go
PrintingKubeClientpkg/kube/fake/printer.go

Calls

no outgoing calls

Tested by 15

TestStorageCreateFunction · 0.52
TestStorageUpdateFunction · 0.52
TestStorageDeleteFunction · 0.52
TestStorageListFunction · 0.52
TestStorageDeployedFunction · 0.52
TestStorageHistoryFunction · 0.52
CreateMethod · 0.52
TestStorageLastFunction · 0.52