stackabletech / operator-rs

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

refactor: Change Deref target of KeyPrefix and KeyName to str #725

Closed Techassi closed 7 months ago

Techassi commented 7 months ago

Came up in https://github.com/stackabletech/hdfs-operator/pull/454.

Techassi commented 7 months ago

Sure, I can add a few tests which should cover the use-case you mentioned in hdfs-operator.

Techassi commented 7 months ago

Added some tests, ready for review again.