forked from projectcalico/calico
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align types in API server's resoruce package.
There was an awkward mix of Atoi -> int, int64 and uint64 with casting between them. int is int64 on most platforms that we run on and resoruce IDs are unlikely to wrap an int64 but let's just use uint64 throughout so the code behaves the same on all systems.
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters