MCPcopy Create free account
hub / github.com/cozystack/cozystack / labelsMapper

Struct labelsMapper

pkg/lineage/lineage_test.go:59–59  ·  view source on GitHub ↗

labelsMapper implements AppMapper using HelmRelease labels.

Source from the content-addressed store, hash-verified

57
58// labelsMapper implements AppMapper using HelmRelease labels.
59type labelsMapper struct{}
60
61func (m *labelsMapper) Map(hr *helmv2.HelmRelease) (string, string, string, error) {
62 if hr.Labels == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected