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

Function DeleteEntityScaleSet

cache/entity_cache.go:528–530  ·  view source on GitHub ↗
(entityID string, scaleSetID uint)

Source from the content-addressed store, hash-verified

526}
527
528func DeleteEntityScaleSet(entityID string, scaleSetID uint) {
529 entityCache.DeleteEntityScaleSet(entityID, scaleSetID)
530}
531
532func GetEntityPool(entityID string, poolID string) (params.Pool, bool) {
533 return entityCache.GetEntityPool(entityID, poolID)

Calls 1

DeleteEntityScaleSetMethod · 0.80