Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Webhooks for Controller Manager API #55

Closed
wants to merge 4 commits into from
Closed

Conversation

kflansburg
Copy link
Member

Closes #7

@kflansburg kflansburg changed the base branch from main to kflansburg/notify-to-rwlock October 11, 2021 17:20
Base automatically changed from kflansburg/notify-to-rwlock to main October 12, 2021 00:49
Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
@@ -386,6 +386,26 @@ impl Operator for MooseTracker {
}
}

#[cfg(feature = "admission-webhook")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figure out how to remove the original trait method, but still support the old API.

#[cfg(feature = "admission-webhook")]
{
let task = warp::serve(self.filter)
// .tls()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figure out where to load certs from.

@kflansburg kflansburg closed this Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Webhook Support for Controller Manager API
1 participant