MCPcopy
hub / github.com/helm/helm / WriteTable

Method WriteTable

pkg/cli/output/output.go:95–95  ·  view source on GitHub ↗

WriteTable will write tabular output into the given io.Writer, returning an error if any occur

(out io.Writer)

Source from the content-addressed store, hash-verified

93 // WriteTable will write tabular output into the given io.Writer, returning
94 // an error if any occur
95 WriteTable(out io.Writer) error
96 // WriteJSON will write JSON formatted output into the given io.Writer,
97 // returning an error if any occur
98 WriteJSON(out io.Writer) error

Callers 2

WriteMethod · 0.65

Implementers 7

hubSearchWriterpkg/cmd/search_hub.go
statusPrinterpkg/cmd/status.go
repoListWriterpkg/cmd/repo_list.go
metadataWriterpkg/cmd/get_metadata.go
repoSearchWriterpkg/cmd/search_repo.go
valuesWriterpkg/cmd/get_values.go
releaseListWriterpkg/cmd/list.go

Calls

no outgoing calls

Tested by 1