-
Notifications
You must be signed in to change notification settings - Fork 405
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
UI API Layer module pluggability #1883
Labels
area/busola
Related to all activities around the Busola UI and all its views
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
Please consider using GraphQL directives: https://gqlgen.com/reference/directives/ |
This was referenced Dec 17, 2018
Review: @michal-hudy |
This was referenced Dec 19, 2018
Merged
#2084 Review: @michal-hudy |
This was referenced Dec 27, 2018
This was referenced Jan 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/busola
Related to all activities around the Busola UI and all its views
kind/feature
Categorizes issue or PR as related to a new feature.
Description
Implement module pluggability for UI API Layer, according to the accepted proposal: kyma-project/community#141
Documentation
UI API Layer
Console UI
Reasons
UI API Layer exposes GraphQL API for the Kyma Console. It consists of resolver logic for different domains, like Kubernetes, Service Catalog, Remote Environments, Kubeless, etc. As Kyma needs to be modularized, users should be able to install only the components they need.
The current approach we use in UI API Layer makes it impossible. During the GraphQL server start, we try to synchronize Stores of all Informers. As a result, if a resource of a specific type doesn't exist, UI API Layer won't start properly because its Informer will return an error.
The text was updated successfully, but these errors were encountered: