wave-k8s / wave

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

Add DaemonSet support #50

Closed JoelSpeed closed 5 years ago

JoelSpeed commented 5 years ago

Fixes #21.

Adds DaemonSet support to the Wave controller. Mirrors the work done for StatefulSets.

Effectively a copy paste with lots of search and replacing for the terms StatefulSet -> DaemonSet and statefulset -> daemonset