Skip to content
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

[WIP] Move crd validation #3580

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jbiers
Copy link

@jbiers jbiers commented Dec 30, 2024

Description:
This PR seeks to move as many CRD validation rules as possible from the webhooks to instead use built-in Kuberentes validation.

Link to tracking Issue(s):

@jbiers jbiers requested a review from a team as a code owner December 30, 2024 04:41
@jbiers jbiers changed the title Move crd validation [WIP] Move crd validation Dec 30, 2024
@@ -83,6 +83,26 @@ webhooks:
resources:
- pods
sideEffects: None
- admissionReviewVersions:
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure why this is being added. Can you try running make generate manifests bundle api-docs reset to see if it goes away?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move validation to be part of the CRD
2 participants