cloudwash icon indicating copy to clipboard operation
cloudwash copied to clipboard

refactored with new design for resource images, stacks, nics, pips

Open omkarkhatavkar opened this issue 1 year ago • 0 comments

PR Description

Moved Cleanup Implementation: Instead of implementing each cleanup method directly in the cleanup() function, I've abstracted the cleanup logic into separate classes. Each cleanup type (e.g., Pips, NICs, Images) now has its own class with a cleanup() method. This follows the principle of separation of concerns and improves code organization.

omkarkhatavkar avatar May 05 '24 16:05 omkarkhatavkar