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

Function SetEntityScaleSet

cache/entity_cache.go:520–522  ·  view source on GitHub ↗
(entityID string, scaleSet params.ScaleSet)

Source from the content-addressed store, hash-verified

518}
519
520func SetEntityScaleSet(entityID string, scaleSet params.ScaleSet) {
521 entityCache.SetEntityScaleSet(entityID, scaleSet)
522}
523
524func DeleteEntityPool(entityID string, poolID string) {
525 entityCache.DeleteEntityPool(entityID, poolID)

Calls 1

SetEntityScaleSetMethod · 0.80