Go framework to create Kubernetes mutating and validating webhooks
-
Updated
Dec 26, 2020 - Go
Add a description, image, and links to the mutating topic page so that developers can more easily learn about it.
To associate your repository with the mutating topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
Need to identify a fix for unit tests where multiple container/init-containers are performed.
Why is this needed:
The resulting jsonpatch has no guaranteed ordering (ie. init-container before container) and tests are not consistent with expected assertions.
There are