Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yannh/kubeconform
/ Flush
Method
Flush
pkg/output/output.go:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
type
Output
interface
{
11
Write(validator.Result) error
12
Flush() error
13
}
14
15
func
New(w io.Writer, outputFormat string, printSummary, isStdin, verbose bool) (Output, error) {
Callers
7
kubeconform
Function · 0.95
TestTapWrite
Function · 0.65
Flush
Method · 0.65
TestPrettyTextWrite
Function · 0.65
TestTextWrite
Function · 0.65
TestJSONWrite
Function · 0.65
TestJunitWrite
Function · 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
5
TestTapWrite
Function · 0.52
TestPrettyTextWrite
Function · 0.52
TestTextWrite
Function · 0.52
TestJSONWrite
Function · 0.52
TestJunitWrite
Function · 0.52