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
Is your enhancement related to a problem? Please describe
Golang version of Quantity type has add, sub & cmp methods which are really helpful when users want to perform simple arithmetic operations on Quantity type. This feature could be useful in an admissions controller to verify whether sufficient resources are available before deploying a custom resource.
Describe the solution you'd like
I want to implement add, sub & cmp methods in a io.fabric8.kubernetes.api.model.Quantity class.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
Is your enhancement related to a problem? Please describe
Golang version of
Quantity
type hasadd
,sub
&cmp
methods which are really helpful when users want to perform simple arithmetic operations onQuantity
type. This feature could be useful in an admissions controller to verify whether sufficient resources are available before deploying a custom resource.Describe the solution you'd like
I want to implement
add
,sub
&cmp
methods in aio.fabric8.kubernetes.api.model.Quantity
class.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: