https://github.com/ovirt/java-client-kubevirt
Kubevirt java client (java-client-kubevirt) for oVirt
https://github.com/ovirt/java-client-kubevirt
java kubevirt ovirt
Last synced: about 1 year ago
JSON representation
Kubevirt java client (java-client-kubevirt) for oVirt
- Host: GitHub
- URL: https://github.com/ovirt/java-client-kubevirt
- Owner: oVirt
- Created: 2019-12-09T12:53:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T08:52:17.000Z (over 3 years ago)
- Last Synced: 2024-04-16T03:30:02.877Z (about 2 years ago)
- Topics: java, kubevirt, ovirt
- Language: Java
- Homepage:
- Size: 12.5 MB
- Stars: 13
- Watchers: 15
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Kubevirt java client (java-client-kubevirt) for oVirt
[](https://copr.fedorainfracloud.org/coprs/ovirt/ovirt-master-snapshot/package/java-client-kubevirt/)
Welcome to the Kubevirt Java client (java-client-kubevirt) for oVirt source repository.
This repository is hosted on [gerrit.ovirt.org:java-client-kubevirt](https://gerrit.ovirt.org/#/admin/projects/java-client-kubevirt)
and a **backup** of it is hosted on [GitHub:java-client-kubevirt](https://github.com/oVirt/java-client-kubevirt)
## How to contribute
### Submitting patches
Patches are welcome!
Please submit patches to [gerrit.ovirt.org:java-client-kubevirt](https://gerrit.ovirt.org/#/admin/projects/java-client-kubevirt).
If you are not familiar with the review process for Gerrit patches you can read about [Working with oVirt Gerrit](https://ovirt.org/develop/dev-process/working-with-gerrit.html)
on the [oVirt](https://ovirt.org/) website.
**NOTE**: We might not notice pull requests that you create on Github, because we only use Github for backups.
### Found a bug or documentation issue?
To submit a bug or suggest an enhancement for Kubevirt java client (java-client-kubevirt) for oVirt please use
[oVirt Bugzilla java-client-kubevirt component for ovirt-distribution product](https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-distribution).
If you find a documentation issue on the oVirt website please navigate and click "Report an issue on GitHub" in the page footer.
## Still need help?
If you have any other questions, please join [oVirt Users forum / mailing list](https://lists.ovirt.org/admin/lists/users.ovirt.org/) and ask there.
## How to build
build shadow jar:
```
./gradlew shadowJar
```
publish to mavem local:
```
./gradlew uploadShadow
```
generate kubevirt sources (model + api):
```bash
java -jar swagger-codegen-cli-2.4.9.jar generate -i kubevirt-swagger.json -c config.json -l java -o _out
```