Files
backstage/.changeset/old-cougars-sit.md
T
Brian Fletcher 83d250badc fix bug where response is badly formed. (#16830)
* fix bug where response is badly formed.

Ideally the client would validate that the response is in the format
it expects upfront before any of this processing is done. This change
provides a minimal fix.

Signed-off-by: Brian Fletcher <brian@roadie.io>

* Update plugins/kubernetes-backend/src/service/KubernetesFanOutHandler.ts

Co-authored-by: Sam Blausten <sam@roadie.io>
Signed-off-by: Brian Fletcher <brian@roadie.io>

* prettier

Signed-off-by: Brian Fletcher <brian@roadie.io>

---------

Signed-off-by: Brian Fletcher <brian@roadie.io>
Co-authored-by: Sam Blausten <sam@roadie.io>
2023-03-14 15:44:18 -04:00

129 B

@backstage/plugin-kubernetes-backend
@backstage/plugin-kubernetes-backend
patch

Fix parsing error when kubernetes api is returning badly structured data.