MCPcopy Create free account
hub / github.com/containers/common / List

Method List

pkg/secrets/secrets.go:87–87  ·  view source on GitHub ↗

List lists all secret ids in the secrets data store

()

Source from the content-addressed store, hash-verified

85type SecretsDriver interface {
86 // List lists all secret ids in the secrets data store
87 List() ([]string, error)
88 // Lookup gets the secret's data bytes
89 Lookup(id string) ([]byte, error)
90 // Store stores the secret's data bytes

Callers 6

TestAddMultipleSecretsFunction · 0.65
TestSecretListFunction · 0.65
TestListFunction · 0.65
TestListFunction · 0.65
TestListFunction · 0.65

Implementers 6

SecretsManagerpkg/secrets/secrets.go
Driverpkg/secrets/filedriver/filedriver.go
Driverpkg/secrets/passdriver/passdriver.go
Driverpkg/secrets/shelldriver/shelldriver.go
ConfigMapManagerpkg/configmaps/configmaps.go
Driverpkg/configmaps/filedriver/filedriver.g

Calls

no outgoing calls

Tested by 5

TestAddMultipleSecretsFunction · 0.52
TestSecretListFunction · 0.52
TestListFunction · 0.52
TestListFunction · 0.52
TestListFunction · 0.52