MCPcopy Create free account
hub / github.com/helm/helm / getReleaseSystemLabels

Function getReleaseSystemLabels

pkg/storage/driver/sql.go:720–727  ·  view source on GitHub ↗

Rebuild system labels from release object

(rls *rspb.Release)

Source from the content-addressed store, hash-verified

718
719// Rebuild system labels from release object
720func getReleaseSystemLabels(rls *rspb.Release) map[string]string {
721 return map[string]string{
722 "name": rls.Name,
723 "owner": sqlReleaseDefaultOwner,
724 "status": rls.Info.Status.String(),
725 "version": strconv.Itoa(rls.Version),
726 }
727}

Callers 1

ListMethod · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…