Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
type
Cache
interface
{
4
Get(key string) (any, error)
5
Set(key string, schema any) error
6
}
Callers
8
ValidateResource
Method · 0.65
Load
Method · 0.65
additionalProperties
Function · 0.65
replaceIntOrString
Function · 0.65
openInput
Function · 0.65
process
Function · 0.65
getMap
Function · 0.65
getString
Function · 0.65
Implementers
4
inMemory
pkg/cache/inmemory.go
onDisk
pkg/cache/ondisk.go
mockCache
pkg/loader/http_test.go
OrderedMap
openapi2jsonschema-go/openapi2jsonsche
Calls
no outgoing calls
Tested by
no test coverage detected