-
Notifications
You must be signed in to change notification settings - Fork 12
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
Stub out harvester-node-manager-webhook #20
Conversation
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.
Just a nit, others LGTM
Signed-off-by: Connor Kuehl <[email protected]>
Signed-off-by: Connor Kuehl <[email protected]>
Signed-off-by: Connor Kuehl <[email protected]>
Signed-off-by: Connor Kuehl <[email protected]>
Signed-off-by: Connor Kuehl <[email protected]>
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 for adding this!
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!
Related to: harvester/harvester#4710
Related to: harvester/harvester#4709
This PR adds the webhook boilerplate from the sample repo[1]. It registers mutation and validation admission handlers for the recently-merged CloudInit CR but they are stubbed out to prevent the creation of those resources until the business logic is added in a following PR.
[1] https://github.com/harvester/webhook-sample