Skip to content

Commit

Permalink
Add simple readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Nov 27, 2023
1 parent 18fe255 commit 08417ae
Showing 1 changed file with 10 additions and 0 deletions.
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).

0 comments on commit 08417ae

Please sign in to comment.