-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
operator: Refactor AWS and Azure allocators #10758
Conversation
597f243
to
8e74d32
Compare
test-me-please |
8e74d32
to
883032c
Compare
883032c
to
f85ed0c
Compare
a67e8a0
to
30575e5
Compare
30575e5
to
e6a5ac5
Compare
This comment has been minimized.
This comment has been minimized.
8a0c742
to
9c350a7
Compare
This comment has been minimized.
This comment has been minimized.
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.
Two small nits, otherwise LGTM.
|
||
// AllocatorProvider defines the functions of IPAM provider front-end | ||
// these are implemented by e.g. pkg/ipam/allocator/{aws,azure}. | ||
|
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.
Nit: drop this empty line so the godoc comment gets associated with type AllocatorProvider
.
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.
This is still unresolved
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.
Are you sure?
@tklauser thanks! I'm not sure how this happen, I guess I'm not paying all the attention to IDE warnings as macOS build is partly broken and there are far too many warnings. |
Ah, actually I completely forgot to add godoc comments to new functions, that's what happen :) |
9c350a7
to
94526d3
Compare
This comment has been minimized.
This comment has been minimized.
94526d3
to
a4eab69
Compare
...will re-run |
Signed-off-by: Ilya Dmitrichenko <[email protected]>
Signed-off-by: Ilya Dmitrichenko <[email protected]>
- use build tags to control inclusion of SDK dependencies - include both providers by default to keep packaging as is Signed-off-by: Ilya Dmitrichenko <[email protected]>
a4eab69
to
197f6ef
Compare
test-me-please |
I just got a little puzzled by number above, and what I didn't realise is that in my test I wasn't stripping the binaries. I've updated the description for the record. |
This is the first step towards #9920.