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

Function ReplaceEntityScaleSets

cache/entity_cache.go:508–510  ·  view source on GitHub ↗
(entityID string, scaleSets []params.ScaleSet)

Source from the content-addressed store, hash-verified

506}
507
508func ReplaceEntityScaleSets(entityID string, scaleSets []params.ScaleSet) {
509 entityCache.ReplaceEntityScaleSets(entityID, scaleSets)
510}
511
512func DeleteEntity(entityID string) {
513 entityCache.DeleteEntity(entityID)

Calls 1