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

Function GetScaleSetByID

cache/entity_cache.go:584–586  ·  view source on GitHub ↗
(scaleSetID uint)

Source from the content-addressed store, hash-verified

582}
583
584func GetScaleSetByID(scaleSetID uint) (params.ScaleSet, bool) {
585 return entityCache.GetScaleSetByID(scaleSetID)
586}
587
588func GetEntitiesUsingEndpoint(endpoint params.ForgeEndpoint) []params.ForgeEntity {
589 return entityCache.GetEntitiesUsingEndpoint(endpoint)

Calls 1

GetScaleSetByIDMethod · 0.65