resource: document overflow-safe arithmetic for device request Count#140456
resource: document overflow-safe arithmetic for device request Count#140456suii2210 wants to merge 1 commit into
Conversation
Signed-off-by: suii2210 <work8758@gmail.com>
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hi @suii2210. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: suii2210 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Updates the GoDoc for
ExactDeviceRequest.CountandDeviceSubRequest.Countacross the internal and versioned resource APIs to clarify that:Countas untrusted input,Countvalues should use overflow-safe arithmetic, andThis is a documentation-only change and does not modify validation or runtime behavior.
Which issue(s) this PR is related to:
Fixes #140424
Special notes for your reviewer:
The same documentation update has been applied consistently across the internal API and all maintained versioned resource API types.
Does this PR introduce a user-facing change?