Skip to content

Draft: Fix error while running rollback handler for pods

Marcos Huck requested to merge fix/pod_creation_data into feature/code_refactor

Context

Rollback handler for deleting recently created pods is failing if a certain error has happened. The Resource slice is not being saved.

Change

This MR changes how the data of the recently created pods is being saved, by changing the underlying data type used while saving pods that have been created.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports