airshipctl/pkg/k8s
Kostiantyn Kalynovskyi f5cf2d379a Add applier from cli-utils package
The commit adds applier object from cli-utils which would allow us
to wait for kubernetes objects to reach required states and support
pruning.

Integration is very similar to the one with kubectl, because backend
mechanism for reading manifests is the same. We need to write them to
temporary directory in $HOME/.airship directory, and point cli-utils
to it. It will then take care of storing what was applied to k8s cluster
for prunning and also will be capable of waiting for core resources to
reach required state by constantly polling them.

To integrate we need to create a namespace in which we will store
configmap that keeps track of what objects were applied before and enable
prunning

Relates-To: #238

Change-Id: I4c0123cc57b78bd13dbe320e0ab9f28bbed2301d
2020-07-13 19:17:18 -05:00
..
applier Add applier from cli-utils package 2020-07-13 19:17:18 -05:00
client Enhance the fake Client 2020-04-15 14:27:40 -05:00
kubectl Move mock document file system to testutils 2020-06-17 22:31:12 +00:00
utils Add manifestreader interface implementation 2020-07-13 15:48:38 -05:00