Don Milos
Don Milos
When KubeDirector was migrated from operator-sdk version v0.0.6 to v0.8.1 the calls to sdk.Patch() were replaced with calls to Client().Update() because the Patch() API was removed. The Update() call replaces...
For example: execErr := ExecCommand( reqLogger, obj, namespace, podName, containerName, command, ioStreams, )
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...