• Michelle Noorali's avatar
    feat(kube): add update logic to kube client · f600b30c
    Michelle Noorali authored
    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
    f600b30c
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code_of_conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...