Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
568
func
GetAllScaleSets() []params.ScaleSet {
569
return
entityCache.GetAllScaleSets()
570
}
571
572
func
GetEntityForScaleSet(scaleSetID uint) (params.ForgeEntity, bool) {
573
return
entityCache.GetEntityForScaleSet(scaleSetID)
Callers
5
BuildSnapshot
Function · 0.92
TestGetAllScaleSets
Method · 0.85
TestDeleteEntityScaleSetRemovesFromGlobalMap
Method · 0.85
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.85
TestReplaceEntityScaleSetsCleansUpRemovedScaleSets
Method · 0.85
Calls
1
GetAllScaleSets
Method · 0.80
Tested by
4
TestGetAllScaleSets
Method · 0.68
TestDeleteEntityScaleSetRemovesFromGlobalMap
Method · 0.68
TestDeleteEntityCleansUpPoolsAndScaleSets
Method · 0.68
TestReplaceEntityScaleSetsCleansUpRemovedScaleSets
Method · 0.68