keps/sig-api-machinery/3716-admission-webhook-match-conditions/kep.yaml (35 lines of code) (raw):

title: Admission Webhook Match Conditions kep-number: 3716 authors: - "@tallclair" owning-sig: sig-api-machinery participating-sigs: - sig-auth status: implementable creation-date: 2023-01-09 reviewers: - jpbetz - cici37 - maxsmythe approvers: - jpbetz - deads2k - lavalamp ##### WARNING !!! ###### # prr-approvers has been moved to its own location # You should create your own in keps/prod-readiness # Please make a copy of keps/prod-readiness/template/nnnn.yaml # to keps/prod-readiness/sig-xxxxx/00000.yaml (replace with kep number) #prr-approvers: see-also: - "/keps/sig-api-machinery/2876-crd-validation-expression-language" - "/keps/sig-api-machinery/3488-cel-admission-control" - https://github.com/kubernetes/enhancements/pull/3697 - https://github.com/kubernetes/enhancements/pull/3694 # 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.27" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.27" beta: "TBD" stable: "TBD" # 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: - name: AdmissionWebhookMatchConditions components: - kube-apiserver disable-supported: true # The following PRR answers are required at beta release metrics: - TBD