You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. First of all, I must say thank you for creating this crate! This project provides useful operations around Kubernetes quantities and your work here is very-much appreciated.
I've found an issue in using it to parse quantities returned from metrics-server, which is reporting quantities in nanocpus. The error manifests as the following when I try to produce a ParsedQuantity from a Quantity.
ParsingFailed(Error(Error { input: "n", code: Tag }))
An example of what is produced by the metrics API:
Hello there. First of all, I must say thank you for creating this crate! This project provides useful operations around Kubernetes quantities and your work here is very-much appreciated.
I've found an issue in using it to parse quantities returned from metrics-server, which is reporting quantities in nanocpus. The error manifests as the following when I try to produce a
ParsedQuantity
from aQuantity
.An example of what is produced by the metrics API:
The text was updated successfully, but these errors were encountered: