-
Couldn't load subscription status.
- Fork 12
Support reservation of IpRanges #130
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
Conversation
6dd0a08 to
549e32a
Compare
549e32a to
ff7f155
Compare
a58fc71 to
16ae6db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, please take a look at the comments and let me know if there is something I should clarify :)
|
Good work @bruelea :) |
7f5720b to
5a96faa
Compare
5a96faa to
87bdd6c
Compare
df836d6 to
9c96d13
Compare
|
LGTM! When CI pipelines are fixed and the comments are all resolved, I will approve it ;) Good job @bruelea |
9c96d13 to
19bdf4f
Compare
|
Please create a tracking GitHub issue for the IPRange Testing :) |
19bdf4f to
afc40a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @bruelea !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @bruelea !
Co-authored-by: Alexander North <alexandernorth@users.noreply.github.com>
Co-authored-by: Chun-Hung Tseng <henrybear327@users.noreply.github.com>
Co-authored-by: Chun-Hung Tseng <henrybear327@users.noreply.github.com>
a06e20d to
fd94329
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's go. thanks for the work!
* add IpRange and IpRangeClaim apis * implement controllers * refactor controller * add unit tests * use availabe ips in range to create list for status * refactor iprange recondile funcitons * fix error handling * fix linting * set minimum size of irc to 2 * Apply suggestions from code review Co-authored-by: Alexander North <alexandernorth@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Chun-Hung Tseng <henrybear327@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Chun-Hung Tseng <henrybear327@users.noreply.github.com> * improvements based on review * improvements for review * rename generateManagedCustomFieldsAnnotation funciton * limit size of iprangeclaim CR to 50 * improve description of iprangeclaim.spec.size field --------- Co-authored-by: Alexander North <alexandernorth@users.noreply.github.com> Co-authored-by: Chun-Hung Tseng <henrybear327@users.noreply.github.com>
Implements #137