Skip to content
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 KubernetesService().getRequest() Function #626

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

ricoberger
Copy link
Member

Adjust the KubernetesService().getRequest() function, to return a String instead of a Map<String, dynamic>. Because of this adjustment we have to run json.decode always afer we are using the function, but this will allow us to run the decode and parsing function in it's own Isolate in the future to improve the perfromance.

Adjust the `KubernetesService().getRequest()` function, to return a
`String` instead of a `Map<String, dynamic>`. Because of this adjustment
we have to run `json.decode` always afer we are using the function, but
this will allow us to run the decode and parsing function in it's own
Isolate in the future to improve the perfromance.
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Apr 26, 2024
@ricoberger ricoberger merged commit c65be4b into main Apr 26, 2024
2 checks passed
@ricoberger ricoberger deleted the adjust-kubernetesservice-getrequest-function branch April 26, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant