Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple readme #5

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# opendatahub-crds

This repository contains fluent classes for our oDH e2e test suite.
The main goal for making the classes available through the external repository is to speed up the build of [odh-e2e test suite](https://github.com/skodjob/odh-e2e).

The source CRDs are copied from [opendatahub-operator](https://github.com/opendatahub-io/opendatahub-operator) repository and are stored in our repository for [configuration files](https://github.com/skodjob/sokar/tree/main/open-data-hub/client).
All updates are done automatically every night if a new version of ODH operator is available.
New versions of fluent classes are built, pushed to github storage and then a new version is set in test suite.

For more information how the generator works see the [documentation](https://github.com/fabric8io/kubernetes-client/blob/main/doc/java-generation-from-CRD.md).