-
Notifications
You must be signed in to change notification settings - Fork 45
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 - Enhance application typing - kubernetes client and reducers #2999
Comments
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 24, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Dec 29, 2020
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
The goal of this commit is to introduce a generator of a client based upon `@kubernetes/client` custom objects client from kubernetes `CustomResourceDefinition`. The idea behind this is to have always up to date types definition for our custom resource definition and be in sync with the json schema contained within those definitions. Refs: #2999
JBWatenbergScality
added a commit
that referenced
this issue
Jan 8, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 11, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
The goal of this commit is to introduce a generator of a client based upon `@kubernetes/client` custom objects client from kubernetes `CustomResourceDefinition`. The idea behind this is to have always up to date types definition for our custom resource definition and be in sync with the json schema contained within those definitions. Refs: #2999
JBWatenbergScality
added a commit
that referenced
this issue
Jan 13, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
The goal of this commit is to introduce a generator of a client based upon `@kubernetes/client` custom objects client from kubernetes `CustomResourceDefinition`. The idea behind this is to have always up to date types definition for our custom resource definition and be in sync with the json schema contained within those definitions. Refs: #2999
JBWatenbergScality
added a commit
that referenced
this issue
Jan 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component:
UI, typing
Why this is needed:
This brings typesafety and enhanced developer experience to the project.
What should be done:
ui/src/services/k8s/api.js
ui/src/ducks/reducer.js
useSelector
when it is being used withuseSelector<RootState>
or simplyuseTypedSelector
Test plan:
Run flow cli to ensure typing is correctly interpreted, navigate through the code base in your IDE and see if all references to kubernetes objects are correctly typed
The text was updated successfully, but these errors were encountered: