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

Function GetAllPools

cache/entity_cache.go:564–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562}
563
564func GetAllPools() []params.Pool {
565 return entityCache.GetAllPools()
566}
567
568func GetAllScaleSets() []params.ScaleSet {
569 return entityCache.GetAllScaleSets()

Calls 1

GetAllPoolsMethod · 0.80