-
-
Notifications
You must be signed in to change notification settings - Fork 26
Argo-Workflows crd's not working #108
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
Comments
Thanks for the report. These are enormous CRDs (the main one is too big to even view on github 😓 ) and this project is still a bit early stage - there are still some bugs in here, and they are likely to be encountered on such a huge schema. Still, this is how we can make it better; find error cases and improve by playing with this bigger dataset. ..when time allows. Had a brief look at cronworkflows to confirm one and it spat out (with debug logs):
which i believe refers to this section in the schema: so as a first step, we can extract that array item thing into a minimal test case (as per previous prs here) and hopefully we'll find isolated bits of logic that's wrong (worked in the past). don't have time to look at this in the near future, so will put it as help wanted for now (sorry). |
Fixes kube-rs#108 Argo workflows have 2 CRDs, minimal and full. The full CRD is supposed to be used in the editor and can't be installed in kubernetes, but provide full validation. The minimal version has no validation and should be installed. In `--relaxed` mode, entries like `inline: {}` are mapped to object like hashmaps.
Fixes kube-rs#108 Argo workflows have 2 CRDs, minimal and full. The full CRD is supposed to be used in the editor and can't be installed in kubernetes, but provide full validation. The minimal version has no validation and should be installed. In `--relaxed` mode, entries like `inline: {}` are mapped to object like hashmaps.
Fixes kube-rs#108 Argo workflows have 2 CRDs, minimal and full. The full CRD is supposed to be used in the editor and can't be installed in kubernetes, but provide full validation. The minimal version has no validation and should be installed. In `--relaxed` mode, entries like `inline: {}` are mapped to object like hashmaps. Signed-off-by: Daniel Poelzleithner <poelzleithner@b1-systems.de>
Hey everybody,
I was trying to write a simple tool to query argo-workflows and return the status. But from all the crd's in here only the workflowtaskresults worked. Do you have any idea why I don't get any generated code (except of the use statements at the top of the file) for the other crd's?
Thank you!
The text was updated successfully, but these errors were encountered: