-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jakub Stejskal <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |