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

KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen #5074

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
5 changes: 5 additions & 0 deletions keps/prod-readiness/sig-api-machinery/5073.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kep-number: 5073
alpha:
approver: "@jpbetz"
beta:
approver: "@jpbetz"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- "@alexzielenski"
- "@jpbetz"
owning-sig: sig-api-machinery
status: implementable
status: superseded
creation-date: 2023-08-20
reviewers:
- apelisse
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
title: Declarative Validation
kep-number: 5073
authors:
- "@aprindle"
- "@yongruilin"
aaron-prindle marked this conversation as resolved.
Show resolved Hide resolved
- "@jpbetz"
owning-sig: sig-api-machinery
status: implementable
creation-date: 2024-01-21
reviewers:
- deads2k
- liggitt
- msau42
- thockin
approvers:
- deads2k
- liggitt

see-also:
- "/keps/sig-api-machinery/4153-declarative-validation"

# The target maturity stage in the current dev cycle for this KEP.
stage: beta

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.33"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.33"
beta: "v1.33"

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
# Switches apiserver to use declarative validation generated validation code
# instead of handwritten wherever possible
- name: DeclarativeValidation
components:
- kube-apiserver
disable-supported: true

# The following PRR answers are required at beta release
metrics:
# - my_feature_metric
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.