K8s Quantity type in python does not have __eq__ method #1152
Labels
bug
Something isn't working
effort/small
1 day tops
good-first-issue
Good for newcomers
priority/p1
Should be on near term plans
Description of the bug:
It is currently impossible to quickly assert if two
k8s.Quantity
objects are equal without using the.value
property on the resulting object.Reproduction Steps:
Error Log:
No errors, just that there is no
__eq__
methodEnvironment:
Other:
The generated
k8s.Quantity
type could add an__eq__
method that looks at the.value
propertyThis is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: