MCPcopy
hub / github.com/helm/helm / Creator

Interface Creator

pkg/storage/driver/driver.go:61–63  ·  view source on GitHub ↗

Creator is the interface that wraps the Create method. Create stores the release or returns ErrReleaseExists if an identical release already exists.

Source from the content-addressed store, hash-verified

59// Create stores the release or returns ErrReleaseExists
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.
66//

Callers 8

CreateMethod · 0.65
TestStorageCreateFunction · 0.65
TestStorageUpdateFunction · 0.65
TestStorageDeleteFunction · 0.65
TestStorageListFunction · 0.65
TestStorageDeployedFunction · 0.65
TestStorageHistoryFunction · 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

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…