Commit f600b30c authored by Michelle Noorali's avatar Michelle Noorali
Browse files

feat(kube): add update logic to kube client

This commit adds an Update function to the client.
The Update function takes in the modified manifests and
the original manifests. It then iterates through the modified
objects, creates objects not found in kubernetes, and updates
objects that exists but have been modified. Finally, it
iterates through the original resources and checks to see if
they have been deleted in the modified configuration and then
proceeds to delete them. #690
parent 584245ea
No related merge requests found
Showing with 265 additions and 0 deletions
+265 -0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment