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

Function GetEntityScaleSet

cache/entity_cache.go:536–538  ·  view source on GitHub ↗
(entityID string, scaleSetID uint)

Source from the content-addressed store, hash-verified

534}
535
536func GetEntityScaleSet(entityID string, scaleSetID uint) (params.ScaleSet, bool) {
537 return entityCache.GetEntityScaleSet(entityID, scaleSetID)
538}
539
540func FindPoolsMatchingAllTags(entityID string, tags []string) []params.Pool {
541 return entityCache.FindPoolsMatchingAllTags(entityID, tags)

Callers 1

TestGetEntityScaleSetMethod · 0.85

Calls 1

GetEntityScaleSetMethod · 0.80

Tested by 1

TestGetEntityScaleSetMethod · 0.68