influxdata / influxdb-operator

The Kubernetes operator for InfluxDB and the TICK stack.
Apache License 2.0
27 stars 6 forks source link

CreateDeploy k8sutil and DeploymentInput #12

Closed gianarb closed 6 years ago

gianarb commented 6 years ago

This PR starts a refactoring around Deployment creation and deployment configuration.

At the moment this is a core part of our operator and it's used for all services kapacitor, chonograf, influxdb.

It started to cause trouble in terms of code readability.