stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
116 stars 12 forks source link

Use workspace dependencies #737

Closed Techassi closed 5 months ago

Techassi commented 6 months ago

Blocked by #730 and #736.

We want to use a single place to specify all our dependencies across all workspace members. Currently, all workspace members still manage their dependencies in their own Cargo.toml file.

This refactor should bring this repo more in line with other repositories, like https://github.com/stackabletech/stackable-cockpit