MCPcopy Index your code
hub / github.com/FairwindsOps/pluto / normalColumns

Method normalColumns

pkg/api/columns.go:153–164  ·  view source on GitHub ↗

normalColumns returns the list of columns for -onormal

()

Source from the content-addressed store, hash-verified

151
152// normalColumns returns the list of columns for -onormal
153func (instance *Instance) normalColumns() columnList {
154 columnList := columnList{
155 0: new(name),
156 1: new(kind),
157 2: new(version),
158 3: new(replacement),
159 4: new(removed),
160 5: new(deprecated),
161 6: new(replacementAvailable),
162 }
163 return columnList
164}
165
166// wideColumns returns the list of columns for -owide
167func (instance *Instance) wideColumns() columnList {

Callers 1

DisplayOutputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected