kubedirector icon indicating copy to clipboard operation
kubedirector copied to clipboard

Migrate webhook code to the new operator-sdk framework

Open don-milos opened this issue 5 years ago • 1 comments

The new operator-sdk framework implements the webhook server that we currently have implemented in our own custom code. Migrate the current webhook code to the controllers and use the new framework, i.e. mgr.Add(hookServer) and hookServer.Register(), and remove our custom webhook server code.

don-milos avatar Jul 23 '19 14:07 don-milos

I'm going to take this off of the 0.3 milestone unless some additional motivation for the change pops up.

joel-bluedata avatar Aug 08 '19 17:08 joel-bluedata