| 33 | ` |
| 34 | |
| 35 | type valuesWriter struct { |
| 36 | vals map[string]any |
| 37 | allValues bool |
| 38 | } |
| 39 | |
| 40 | func newGetValuesCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { |
| 41 | var outfmt output.Format |
nothing calls this directly
no outgoing calls
no test coverage detected