Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yannh/kubeconform
/ Output
Interface
Output
pkg/output/output.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
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) {
16
switch
{
Callers
15
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
kubeconform
Function · 0.95
TestTapWrite
Function · 0.65
Flush
Method · 0.65
TestPrettyTextWrite
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
no test coverage detected