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

Function GetAllScaleSets

cache/entity_cache.go:568–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

566}
567
568func GetAllScaleSets() []params.ScaleSet {
569 return entityCache.GetAllScaleSets()
570}
571
572func GetEntityForScaleSet(scaleSetID uint) (params.ForgeEntity, bool) {
573 return entityCache.GetEntityForScaleSet(scaleSetID)

Calls 1

GetAllScaleSetsMethod · 0.80