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

Function ReplaceEntityPools

cache/entity_cache.go:504–506  ·  view source on GitHub ↗
(entityID string, pools []params.Pool)

Source from the content-addressed store, hash-verified

502}
503
504func ReplaceEntityPools(entityID string, pools []params.Pool) {
505 entityCache.ReplaceEntityPools(entityID, pools)
506}
507
508func ReplaceEntityScaleSets(entityID string, scaleSets []params.ScaleSet) {
509 entityCache.ReplaceEntityScaleSets(entityID, scaleSets)

Calls 1

ReplaceEntityPoolsMethod · 0.80