Skip to content

Commit

Permalink
KEP-4153: Declarative Validation
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Betz <[email protected]>
  • Loading branch information
alexzielenski and jpbetz committed Oct 4, 2023
1 parent 6f435a9 commit 3dc5beb
Show file tree
Hide file tree
Showing 6 changed files with 1,895 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-api-machinery/4153.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 4153
alpha:
approver: "@deads2k"
1,835 changes: 1,835 additions & 0 deletions keps/sig-api-machinery/4153-declarative-validation/README.md

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions keps/sig-api-machinery/4153-declarative-validation/kep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
title: Declarative Validation
kep-number: 4153
authors:
- "@alexzielenski"
- "@jpbetz"
owning-sig: sig-api-machinery
status: implementable
creation-date: 2023-08-20
reviewers:
- apelisse
- jpbetz
- thockin
- robscott
approvers:
- thockin
- jpbetz
- deads2k

see-also:
- "/keps/sig-api-machinery/692-crd-openapi-schema"
- "/keps/sig-api-machinery/1929-built-in-default"
- "/keps/sig-api-machinery/2876-crd-validation-expression-language"
- "/keps/sig-api-machinery/2887-openapi-enum-types"
- "/keps/sig-api-machinery/4008-crd-ratcheting"

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

# 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.29"

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

# 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:
# Exposes x-kubernetes-validations in published OpenAPI schema
- name: DeclarativeValidationExtensionsInOpenAPI
components:
- kube-apiserver
# Switches apiserver to use OpenAPI-based validation 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

0 comments on commit 3dc5beb

Please sign in to comment.