wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
649 stars 82 forks source link

Calculate hash from provided children #4

Closed JoelSpeed closed 5 years ago

JoelSpeed commented 5 years ago

Take the list of children given to this method and calculate a hash based on the data within each of the children.

Also updates the test suite to actually send all items to the API server, this ensure that the Data within secrets is accurate. Should make our tests more stable.

JoelSpeed commented 5 years ago

Calculate hash of referenced Configmaps/Secrets data

JoelSpeed commented 5 years ago

We should be able to see from the reconcile time metrics once we have it running somewhere, can be optimised later if needs be