Joel Shaffer

Results 4 comments of Joel Shaffer

So I created a fork and removed the `git checkout $OPENAPI_GENERATOR_COMMIT` but then the next step in the dockerfile failed.. ``` => ERROR [4/8] RUN chmod -R go+rwx /root &&...

Using the commit at least get's me through building the docker image part. We could probably default the value of `OPENAPI_GENERATOR_COMMIT` to `7f8b853f502d9039c9a0aac2614ce92871e895ed` in the[ java.sh](https://github.com/kubernetes-client/gen/blob/master/openapi/java.sh#L52). But I've ran into...

> Ah, this is due to https://github.com/kubernetes-client/java/blob/master/kubernetes/.openapi-generator-ignore#L10 > > I believe that hold is no longer necessary. Can you try removing that line? So that did fix my compilation issue....

> What version of the Kubernetes API are you using? I was using 1.27 > You might also try regenerating at this commit: https://github.com/kubernetes-client/gen/commit/9701a7c9ae41c489c1839a10069e6b0c79803d72 Thanks! Using that commit worked for...