Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yannh/kubeconform
/ Write
Method
Write
pkg/output/output.go:11–11 ·
view source on GitHub ↗
(validator.Result)
Source
from the content-addressed store, hash-verified
9
10
type
Output
interface
{
11
Write(validator.Result) error
12
Flush() error
13
}
14
Callers
10
TestTapWrite
Function · 0.65
Flush
Method · 0.65
TestPrettyTextWrite
Function · 0.65
TestTextWrite
Function · 0.65
TestJSONWrite
Function · 0.65
TestJunitWrite
Function · 0.65
TestHTTPURLLoader_Load
Function · 0.65
TestHTTPURLLoader_Load_Retries
Function · 0.65
processResults
Function · 0.65
MarshalJSON
Method · 0.65
Implementers
5
prettyo
pkg/output/pretty.go
texto
pkg/output/text.go
junito
pkg/output/junit.go
tapo
pkg/output/tap.go
jsono
pkg/output/json.go
Calls
no outgoing calls
Tested by
7
TestTapWrite
Function · 0.52
TestPrettyTextWrite
Function · 0.52
TestTextWrite
Function · 0.52
TestJSONWrite
Function · 0.52
TestJunitWrite
Function · 0.52
TestHTTPURLLoader_Load
Function · 0.52
TestHTTPURLLoader_Load_Retries
Function · 0.52