Handle decimals in k8s resource usage calculation (#20514)
When one of the numerator/denominator is a number and other is bigint this was failing. decimals cannot be converted to bigints Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Handle mixed decimals and bigint when calculating k8s resource usage
|
||||
Reference in New Issue
Block a user