(out io.Writer)
| 137 | } |
| 138 | |
| 139 | func (s statusPrinter) WriteYAML(out io.Writer) error { |
| 140 | return output.EncodeYAML(out, s.getV1Release()) |
| 141 | } |
| 142 | |
| 143 | func (s statusPrinter) WriteTable(out io.Writer) error { |
| 144 | if s.release == nil { |
nothing calls this directly
no test coverage detected