MCPcopy Index your code
hub / github.com/databus23/helm-diff / StructuredOutput

Method StructuredOutput

diff/diff.go:38–40  ·  view source on GitHub ↗

StructuredOutput returns true when the structured JSON output is requested.

()

Source from the content-addressed store, hash-verified

36
37// StructuredOutput returns true when the structured JSON output is requested.
38func (o *Options) StructuredOutput() bool {
39 return o != nil && o.OutputFormat == "structured"
40}
41
42type OwnershipDiff struct {
43 OldRelease string

Callers 1

doDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected