wave-k8s / wave

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

Implement fetching of existing Children #8

Closed JoelSpeed closed 5 years ago

JoelSpeed commented 5 years ago

I copied over the changes to the tests made in #6 to make this easier to rebase when one of them gets merged first.

Implements listing all ConfigMaps and Secrets in the Deployment's namespace and filtering them based on having an OwnerReference with a matching UID to the Deployment.

JoelSpeed commented 5 years ago

Fetch existing owned Secrets/ConfigMaps