Amit Kumar Das
Amit Kumar Das
Thanks again @grzesuav Let's add all badges that includes above and more. I hope these should be relatively easy.
Anything is fine. Can we have a union of make unit-test and make integration as code coverage. Both of them are go test actually.
We need to add -cover to relevant make targets in Makefile
I will try to explain via a sample config for GenericController. NOTE: Metac config is a yaml file with schema that adheres to one or more GenericController(s). This config is...
This error may not happen if client-go & related k8s dependencies are pointed to v0.17.3 Need to write UT as well as update go.mod files to verify.
Hi @grzesuav I have purposefully linked metac's docs to metacontroller. This should be the case till metac has its own docs. I am also looking out for contributions / help...
@grzesuav will it be possible on your part to look into this once you current set of metac activities are completed? I guess its time to have a new doc...
I am contemplating use of https://v1.vuepress.vuejs.org/guide/deploy.html#github-pages for metac docs. Will get back with more details as I understand further.
#### Scenario 1 Managing api discovery errors is required when a CRD is being managed (_read create_) by a controller & the another controller needs to manage corresponding resource (_create/update/delete_)....
There has been several discussions to expose these errors as events & metrics. However, metac should first make this error available in a way that provides immediate help. Events &...