sieve-project / sieve

Automatic Reliability Testing for Kubernetes Controllers and Operators
BSD 2-Clause "Simplified" License
327 stars 20 forks source link

Move instrumentation from controller write APIs to rest call APIs #85

Closed marshtompsxd closed 2 years ago

marshtompsxd commented 2 years ago

As one step to support controllers that are not built on top of controller-runtime, we should move the instrumentation of the controller write APIs (in controller-runtime) to the rest call APIs (in client-go)