-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: Webhook for CRDs #366
Conversation
6ea4c89
to
a6eda92
Compare
Hi Arvind! I feel that there are a few general issues about this PR, which would be best if we resolve them first. I'll add them below; we can sync at a convenient time to go through them together if you'd like:
|
pkg/webhook/customresourcedefinition/customresourcedefinition_webhook.go
Outdated
Show resolved
Hide resolved
5adb4d6
to
8321d01
Compare
pkg/webhook/fleetresourcehandler/fleetresourcehandler_webhook.go
Outdated
Show resolved
Hide resolved
pkg/webhook/fleetresourcehandler/fleetresourcehandler_webhook.go
Outdated
Show resolved
Hide resolved
pkg/webhook/fleetresourcehandler/fleetresourcehandler_webhook.go
Outdated
Show resolved
Hide resolved
25bda04
to
e05e486
Compare
Hi Arvind! I think everything looks good; for the remaining comments, if you have any concern, please let me know. |
0f8d5be
to
c2cc3af
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.
LGTM ;) Thanks!
pkg/webhook/fleetresourcehandler/fleetresourcehandler_webhook.go
Outdated
Show resolved
Hide resolved
24561e6
to
e8ba12e
Compare
Description of your changes
Webhook for fleet CRDs
Created a fleet and joined a member cluster and used kusto query to identify users and their groups. Max size of groups for any user was 3.
All users were either part of system:authenticated or system:masters
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Added E2E
Special notes for your reviewer