Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement add, subtract & comapre methods for io.fabric8.kubernetes.api.model.Quantity #5357

Closed
bachmanity1 opened this issue Jul 24, 2023 · 2 comments
Assignees
Milestone

Comments

@bachmanity1
Copy link
Contributor

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

@stale
Copy link

stale bot commented Oct 23, 2023

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!

Copy link

stale bot commented Jan 21, 2024

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!

@stale stale bot added the status/stale label Jan 21, 2024
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jan 21, 2024
closes: fabric8io#5357

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Jan 22, 2024
closes: fabric8io#5357

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
@manusa manusa added this to the 6.11.0 milestone Jan 23, 2024
@stale stale bot removed the status/stale label Jan 23, 2024
@manusa manusa closed this as completed in 20d9c58 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants