MCPcopy
hub / github.com/yannh/kubeconform / Get

Method Get

pkg/cache/cache.go:4–4  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

2
3type Cache interface {
4 Get(key string) (any, error)
5 Set(key string, schema any) error
6}

Callers 8

ValidateResourceMethod · 0.65
LoadMethod · 0.65
additionalPropertiesFunction · 0.65
replaceIntOrStringFunction · 0.65
openInputFunction · 0.65
processFunction · 0.65
getMapFunction · 0.65
getStringFunction · 0.65

Implementers 4

inMemorypkg/cache/inmemory.go
onDiskpkg/cache/ondisk.go
mockCachepkg/loader/http_test.go
OrderedMapopenapi2jsonschema-go/openapi2jsonsche

Calls

no outgoing calls

Tested by

no test coverage detected