labelsMapper implements AppMapper using HelmRelease labels.
| 57 | |
| 58 | // labelsMapper implements AppMapper using HelmRelease labels. |
| 59 | type labelsMapper struct{} |
| 60 | |
| 61 | func (m *labelsMapper) Map(hr *helmv2.HelmRelease) (string, string, string, error) { |
| 62 | if hr.Labels == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected