MCPcopy Create free account
hub / github.com/cloudbase/garm / poolLabel

Method poolLabel

runner/pool/pool.go:1206–1208  ·  view source on GitHub ↗
(poolID string)

Source from the content-addressed store, hash-verified

1204}
1205
1206func (r *basePoolManager) poolLabel(poolID string) string {
1207 return fmt.Sprintf("%s=%s", poolIDLabelprefix, poolID)
1208}
1209
1210func (r *basePoolManager) controllerLabel() string {
1211 return fmt.Sprintf("%s=%s", controllerLabelPrefix, r.controllerInfo.ControllerID.String())

Callers 1

getLabelsForInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected