We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The code is generated by the openapi-generator project.
We have built general purpose cross-language tools for generating code, it is hosted in the kubernetes-client/gen repository.
To get started, in a root directory that is not your java client directory, for example your directory layout could be:
java
${HOME}/ src/ gen/ java/ ...
Then to clone the gen repository, you would run:
gen
cd ${HOME}/src git clone https://github.com/kubernetes-client/gen export GEN_ROOT=${PWD}
Then to update the client and run the formatter:
cd ${HOME}/src/java ${GEN_ROOT}/gen/openapi/java.sh kubernetes ./settings ./mvnw spotless:apply
This should run through a long-ish build process involving docker and eventually result in a new set of generated code in the kubernetes directory.
docker
kubernetes
Please see CONTRIBUTING.md for instructions on how to contribute.
Participation in the Kubernetes community is governed by the CNCF Code of Conduct.