Tronje Krop
Tronje Krop
This pull request updates the completely outdated MAINTAINERS to test the pull request compliance checker.
I struggled a bit to get the example running from the [README.md](README.md). ```bash docker run -it --rm \ --volume $(pwd):/app:rw ghcr.io/slok/kube-code-generator:v0.2.0 \ --apis-in ./apis --go-gen-out ./client --crd-gen-out ./manifests ``` was...
This pull request exposes the `cache.Indexer` to allow accessing the stored items of the controller. Exposing the indexer/store allows services and controllers to efficiently interact on the current state of...
Since `reflect.ValueOf(&o).MethodByName("private")` is not returning private methods, the whole idea is not working any longer. The project should be archived or fixed - if possible at all (is very unlikely).