-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adjust CRD Gateway to be based on api-resources instead of CRDs #4
Comments
meeting notes(08.11.24):
|
Tasks:
|
UPD: Just found an issue of the fields with oneOf statement:
The issue were spotted in Service, when I tried to pass "8080" as target port, and K8S validation failed because in case of string, non-numeric value is expected. |
Current gaps for KCP integration
|
UPD: Follow up tasks after PoC: crd-gql-gateway
chart
|
UPD: |
Description
Currently the CRD graphql gateway determines dynamically a graphql schema based on the the available and configured CRD definitions in a kubernetes cluster.
Task
Instead of using the CRD's as a basis the gateway should be adjusted to use the available api-resources in order to also work with kubernetes api server extensions and core kubernetes types which are not CRDs.
Solution Path
Acceptence Criteria
To my scheme. Then i see the resources like
Pod
andConfigMap
in the graphql schema.Technical Details
Useful Links
Tests
The text was updated successfully, but these errors were encountered: