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

Function GetEntityPools

cache/entity_cache.go:544–546  ·  view source on GitHub ↗
(entityID string)

Source from the content-addressed store, hash-verified

542}
543
544func GetEntityPools(entityID string) []params.Pool {
545 return entityCache.GetEntityPools(entityID)
546}
547
548func GetEntityScaleSets(entityID string) []params.ScaleSet {
549 return entityCache.GetEntityScaleSets(entityID)

Calls 1

GetEntityPoolsMethod · 0.80