Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
61
type
Creator
interface
{
62
Create(key string, rls release.Releaser) error
63
}
64
65
// Updator is the interface that wraps the Update method.
Callers
15
Create
Method · 0.65
TestStorageCreate
Function · 0.65
TestStorageUpdate
Function · 0.65
TestStorageDelete
Function · 0.65
TestStorageList
Function · 0.65
TestStorageDeployed
Function · 0.65
TestStorageDeployedWithCorruption
Function · 0.65
TestStorageHistory
Function · 0.65
Create
Method · 0.65
TestMaxHistoryErrorHandling
Function · 0.65
TestStorageRemoveLeastRecent
Function · 0.65
TestStorageDoNotDeleteDeployed
Function · 0.65
Implementers
13
Storage
pkg/storage/storage.go
MaxHistoryMockDriver
pkg/storage/storage_test.go
SQL
pkg/storage/driver/sql.go
ConfigMaps
pkg/storage/driver/cfgmaps.go
Secrets
pkg/storage/driver/secrets.go
Memory
pkg/storage/driver/memory.go
MockConfigMapsInterface
pkg/storage/driver/mock_test.go
MockSecretsInterface
pkg/storage/driver/mock_test.go
secretClient
pkg/action/lazyclient.go
configMapClient
pkg/action/lazyclient.go
Client
pkg/kube/client.go
PrintingKubeClient
pkg/kube/fake/printer.go
Calls
no outgoing calls
Tested by
15
TestStorageCreate
Function · 0.52
TestStorageUpdate
Function · 0.52
TestStorageDelete
Function · 0.52
TestStorageList
Function · 0.52
TestStorageDeployed
Function · 0.52
TestStorageDeployedWithCorruption
Function · 0.52
TestStorageHistory
Function · 0.52
Create
Method · 0.52
TestMaxHistoryErrorHandling
Function · 0.52
TestStorageRemoveLeastRecent
Function · 0.52
TestStorageDoNotDeleteDeployed
Function · 0.52
TestStorageLast
Function · 0.52