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

Method GetRunnerPrefix

params/params.go:1248–1253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1246}
1247
1248func (p RunnerPrefix) GetRunnerPrefix() string {
1249 if p.Prefix == "" {
1250 return DefaultRunnerPrefix
1251 }
1252 return p.Prefix
1253}
1254
1255// swagger:model Job
1256type Job struct {

Callers 8

AddRunnerMethod · 0.80
CreateEntityPoolMethod · 0.80
CreateEntityScaleSetMethod · 0.80
formatScaleSetsFunction · 0.80
formatOneScaleSetFunction · 0.80
formatPoolsFunction · 0.80
formatOnePoolFunction · 0.80
handleScaleUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected