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

Function GetEntityScaleSets

cache/entity_cache.go:548–550  ·  view source on GitHub ↗
(entityID string)

Source from the content-addressed store, hash-verified

546}
547
548func GetEntityScaleSets(entityID string) []params.ScaleSet {
549 return entityCache.GetEntityScaleSets(entityID)
550}
551
552func UpdateCredentialsInAffectedEntities(creds params.ForgeCredentials) {
553 entityCache.UpdateCredentialsInAffectedEntities(creds)

Calls 1

GetEntityScaleSetsMethod · 0.80