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

Function DeleteEntityPool

cache/entity_cache.go:524–526  ·  view source on GitHub ↗
(entityID string, poolID string)

Source from the content-addressed store, hash-verified

522}
523
524func DeleteEntityPool(entityID string, poolID string) {
525 entityCache.DeleteEntityPool(entityID, poolID)
526}
527
528func DeleteEntityScaleSet(entityID string, scaleSetID uint) {
529 entityCache.DeleteEntityScaleSet(entityID, scaleSetID)

Callers 3

handlePoolEventMethod · 0.92
TestDeleteEntityPoolMethod · 0.85

Calls 1

DeleteEntityPoolMethod · 0.65